-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
074cba8
commit 7d56f6a
Showing
28 changed files
with
180 additions
and
213 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: chores | ||
Title: A Collection of Large Language Model Assistants | ||
Version: 0.0.4 | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Simon", "Couch", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-5676-5107")), | ||
|
@@ -9,9 +9,9 @@ Authors@R: c( | |
Description: Provides a collection of ergonomic large language model assistants | ||
designed to help you complete repetitive, hard-to-automate tasks quickly. | ||
After selecting some code, press the keyboard shortcut you've chosen to | ||
trigger the package app, select an assistant, and watch your code be | ||
rewritten. While the package ships with a number of helpers for R package | ||
development, users can create custom helpers just by writing some | ||
trigger the package app, select an assistant, and watch your chore be | ||
carried out. While the package ships with a number of chore helpers for R | ||
package development, users can create custom helpers just by writing some | ||
instructions in a markdown file. | ||
License: MIT + file LICENSE | ||
Config/testthat/edition: 3 | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# chores (development version) | ||
# chores 0.1.0 | ||
|
||
* Initial CRAN submission. | ||
|
||
|
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
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 |
---|---|---|
@@ -1,5 +1,17 @@ | ||
## R CMD check results | ||
**Notes for CRAN maintainers** | ||
|
||
0 errors | 0 warnings | 1 note | ||
There's 1 R CMD check NOTE, as this is a new release. | ||
|
||
* This is a new release. | ||
> If there are references describing the methods in your package... | ||
Unfortunately, there are not formal references for the methods implemented in this package. Relevant software is mentioned in single quotes in the Description. | ||
|
||
> Please add \value to .Rd files regarding exported methods and explain the functions results in the documentation. | ||
Added docs on return value for this missing functions, thanks! | ||
|
||
> Please ensure that your functions do not write by default or in your examples/vignettes/tests in the user's home filespace... In your examples/vignettes/tests you can write to tempdir(). | ||
Thanks, examples/tests/vignettes now use a tempdir. | ||
|
||
Thank you all for your work. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.