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
devtools: only used to render the README.Rmd. The function devtools::document() should be replaced by roxygen2::roxygenise()
renv: as it is only used for compendium projects (and it is optional), this package should be moved to the Suggests field of the DESCRIPTION file. When add_renv() is called, the function first needs to check if the renv package is installed.
usethis: currently rcompendium still relies on this package (use_testthat(), use_github() and use_github_pages()). Maybe we can refactor these functions, especially use_testthat(), the two others functions will be refactored in Remove dependency to gh package #145
Feature description
The following packages should be removed:
devtools: only used to render theREADME.Rmd. The functiondevtools::document()should be replaced byroxygen2::roxygenise()renv: as it is only used for compendium projects (and it is optional), this package should be moved to the Suggests field of theDESCRIPTIONfile. When add_renv() is called, the function first needs to check if therenvpackage is installed.usethis: currentlyrcompendiumstill relies on this package (use_testthat(),use_github()anduse_github_pages()). Maybe we can refactor these functions, especiallyuse_testthat(), the two others functions will be refactored in Remove dependency to gh package #145