-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from mlverse/updates
Prepares for CRAN release
- Loading branch information
Showing
18 changed files
with
88 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
Package: chattr | ||
Title: Integrates LLM's with the RStudio IDE | ||
Version: 0.0.0.9012 | ||
Title: Interact with Large Language Models in 'RStudio' | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Edgar", "Ruiz", , "[email protected]", role = c("aut", "cre")), | ||
person(given = "Posit Software, PBC", role = c("cph", "fnd")) | ||
) | ||
Description: Integrates LLM's with the RStudio IDE. | ||
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 | ||
directly in the 'R' console. It comes with back-ends for 'OpenAI', 'GitHub' | ||
'Copilot', and 'LlamaGPT'. | ||
URL: https://github.com/mlverse/chattr, | ||
https://mlverse.github.io/chattr/ | ||
BugReports: https://github.com/mlverse/chattr/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## New submission | ||
|
||
This is a new package submission. 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 directly in the 'R' console. It comes with back-ends for 'OpenAI', | ||
'GitHub' 'Copilot', and 'LlamaGPT'. | ||
|
||
## R CMD check environments | ||
|
||
- Mac OS M3 (aarch64-apple-darwin23), R 4.3.3 (Local) | ||
|
||
- Mac OS x86_64-apple-darwin20.0 (64-bit), R 4.3.3 (GH Actions) | ||
- Windows x86_64-w64-mingw32 (64-bit), R 4.3.3 (GH Actions) | ||
- Linux x86_64-pc-linux-gnu (64-bit), R 4.3.3 (GH Actions) | ||
- Linux x86_64-pc-linux-gnu (64-bit), R 4.4.0 (dev) (GH Actions) | ||
- Linux x86_64-pc-linux-gnu (64-bit), R 4.2.3 (old release) (GH Actions) | ||
|
||
## R CMD check results | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters