Skip to content

Remove dependencies to some packages #147

Description

@ahasverus

Feature description

The following packages should be removed:

  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions