Skip to content

Commit

Permalink
history arg documented
Browse files Browse the repository at this point in the history
  • Loading branch information
al2na committed Jun 26, 2024
1 parent 0ad7961 commit cdba307
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
.Rdata
.httr-oauth
.quarto
.Rproj
docs
inst/doc
1 change: 1 addition & 0 deletions R/selfcorrect.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @param attempts Numeric value denoting how many times the code should be sent back for fixing.
#' @param output.file Optional output file created holding parsed code
#' @param responseWithError a list of response and errors returned from executeCode().
#' @param history a list of previous response and prompts. Default is NULL and should be stayed as is for most use cases.
#' First element is expected to be the response and the second element is the error list returned by executeCode().
#' @param ... Additional arguments to be passed to the \code{\link{sendPrompt}} function.
#' @return A list containing the following elements:
Expand Down
5 changes: 4 additions & 1 deletion man/selfcorrect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mergen.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace

0 comments on commit cdba307

Please sign in to comment.