add_dockerfile() creates a basic
Dockerfile in compendium (new argument
dokerfile in new_compendium()) based on
rocker/rstudio.add_renv() initialize renv
environment in compendium (new argument renv in
new_compendium())add_github_actions_render() will
automatically render the README.md on GitHub server after
each push. This action is triggered only if the README.Rmd
has been modified since the last commit. Also add new argument
gh_render in new_*() functions.add_dependencies() allows now missing
R/ folder and improves the detection of dependencies in
vignettes.add_lifecycle_badge() does not copy badge SVG
in the project anymore. The image badge is now created using
https://shields.io/.cph (copyright holder) tag in
DESCRIPTION fileinst/package-sticker/ to easily change the hexStickergh_check and
website are now FALSE by defaultrscripts/ folder to
analyses/paper/ folderAfter first submission to CRAN:
DESCRIPTION file: replace “The aim of the package
‘rcompendium’ is to make easier…” by “Makes easier…”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.utils::installed.packages() by
find.package()new_compendium() and
add_compendium().gitignore and
.Rbuildignore several namesadd_testthat(),
add_github_actions_codecov(),
add_github_actions_codecov_badge(), and
add_codecov_badge()new_package(): test and
codecov@examples
sectionsDESCRIPTION fieldsgh::gh_whoami() (no more
github argument)import argument into
compendiumvignettes/ (remove
argument suggest)tests/path_proj()usethis::proj_get() instead of
here::here()add_github_badge() in
add_github_actions_check_badge()add_github_actions_pkgdown_badge()new_package()