You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New feature: add_dockerfile() creates a basic Dockerfile in compendium (new
argument dokerfile in new_compendium()) based on rocker/rstudio.
New feature: add_renv() initialize renv environment in compendium (new
argument renv in new_compendium())
New feature: 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.
New vignette: developing an R package
New vignette: working with a compendium
Function add_dependencies() allows now missing R/ folder and improves the
detection of dependencies in vignettes.
Function add_lifecycle_badge() does not copy badge SVG in the project
anymore. The image badge is now created using https://shields.io/.