Skip to content

Commit

Permalink
Addresses CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 25, 2024
1 parent e13ed96 commit 2423226
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^docs$
^pkgdown$
^cran-comments\.md$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.1.0
Date: 2024-04-23 22:39:05 UTC
SHA: e13ed96bef73555af4db093ed12609bf359873d6
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Authors@R: c(
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Enables user interactivity with large-language models ('LLM') inside
the 'RStudio' integrated development environment ('IDE'). The user can
interact with the model using the 'Shiny' app included in this package, or
the 'RStudio' integrated development environment (IDE). The user can
interact with the model using the 'shiny' app included in this package, or
directly in the 'R' console. It comes with back-ends for 'OpenAI', 'GitHub'
'Copilot', and 'LlamaGPT'.
URL: https://github.com/mlverse/chattr,
Expand Down
1 change: 1 addition & 0 deletions R/ch-history.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#' @param x An list object that contains chat history. Use this argument to
#' override the current history.
#' @keywords internal
#' @returns A list object with the current chat history
#' @export
ch_history <- function(x = NULL) {
if (!is.null(x)) {
Expand Down
1 change: 1 addition & 0 deletions R/ch-submit.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#' `chattr_defaults()` function, and set the provider. The `provider` value
#' is what creates the R class name. It will pre-pend `cl_` to the class name.
#' See the examples for more clarity.
#' @returns The output from the model currently in use.
#' @examples
#' \dontrun{
#' library(chattr)
Expand Down
3 changes: 3 additions & 0 deletions man/ch_history.Rd

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

3 changes: 3 additions & 0 deletions man/ch_submit.Rd

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

0 comments on commit 2423226

Please sign in to comment.