Skip to content

Commit cdba307

Browse files
committed
history arg documented
1 parent 0ad7961 commit cdba307

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
.Rdata
88
.httr-oauth
99
.quarto
10+
.Rproj
1011
docs
1112
inst/doc

R/selfcorrect.R

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#' @param attempts Numeric value denoting how many times the code should be sent back for fixing.
1111
#' @param output.file Optional output file created holding parsed code
1212
#' @param responseWithError a list of response and errors returned from executeCode().
13+
#' @param history a list of previous response and prompts. Default is NULL and should be stayed as is for most use cases.
1314
#' First element is expected to be the response and the second element is the error list returned by executeCode().
1415
#' @param ... Additional arguments to be passed to the \code{\link{sendPrompt}} function.
1516
#' @return A list containing the following elements:

man/selfcorrect.Rd

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mergen.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ StripTrailingWhitespace: Yes
1818
BuildType: Package
1919
PackageUseDevtools: Yes
2020
PackageInstallArgs: --no-multiarch --with-keep.source
21+
PackageCheckArgs: --as-cran
2122
PackageRoxygenize: rd,collate,namespace

0 commit comments

Comments
 (0)