-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
1 changed file
with
29 additions
and
24 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,35 +1,40 @@ | ||
## Test environments | ||
## Resubmit comments | ||
|
||
* local macOS 11.2.3 install, R 4.0.4 | ||
* Mac OS X 10.15 (on GitHub Actions), r-release (R 4.0.4) | ||
* Windows Server 2019 (on GitHub Actions), r-release (R 4.0.4) | ||
* Ubuntu 18.04 (on GitHub Actions), r-devel, r-release (R 4.0.4), r-oldrel | ||
* Implement new features: | ||
* `add_dockerfile()` | ||
* `add_renv()` | ||
* `add_github_actions_render()` | ||
* Add new vignettes: | ||
* `vignettes/developing_a_package.Rmd` | ||
* `vignettes/working_with_a_compendium.Rmd`) | ||
* Improve some functions | ||
* Review function documentation | ||
* For a complete overview of the new version, please see `NEWS.md` | ||
|
||
|
||
## R CMD check results | ||
## Test environments | ||
|
||
0 error | 0 warning | 1 note | ||
* Local | ||
* macOS 11.6 install, R 4.1.3 | ||
* GitHub Actions | ||
* macOS 11.6.5, R-release (R 4.1.3) | ||
* Windows Server 2022, R-release (R 4.1.3) | ||
* Ubuntu 18.04.6 LTS, R-devel, R-release (R 4.1.3), R-oldrel | ||
* WinBuilder | ||
* r-devel | ||
* r-release | ||
* r-oldrel | ||
* R-hub | ||
* Windows Server 2022, R-devel 64 bit | ||
* Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
* Fedora Linux, R-devel, clang, gfortran | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
|
||
Maintainer: ‘Nicolas Casajus <[email protected]>’ | ||
New submission | ||
## R CMD check results | ||
|
||
0 error | 0 warning | 0 note | ||
|
||
|
||
## Downstream dependencies | ||
|
||
There are currently no downstream dependencies for this package. | ||
|
||
|
||
## Resubmit comments | ||
|
||
* `DESCRIPTION` file: replace "The aim of the package 'rcompendium' is to make | ||
easier..." by "Makes easier..." | ||
|
||
* Function `set_credentials()` does not write the `.Rprofile` file anymore | ||
(not allowed by CRAN policies). Instead this function opens this file and users | ||
need to manually paste the content of the clipboard. | ||
|
||
* Replace `utils::installed.packages()` by `find.package()` | ||
|
||
* Increase version (patch) number: v 0.5.1 |