Skip to content

Commit

Permalink
New submission to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Apr 6, 2022
1 parent fa5d8c5 commit 51db6e5
Showing 1 changed file with 29 additions and 24 deletions.
53 changes: 29 additions & 24 deletions cran-comments.md
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

0 comments on commit 51db6e5

Please sign in to comment.