Skip to content

🔧 manage packages in project using renv #30

@bunop

Description

@bunop

Is your feature request related to a problem? Please describe.
Packages required to develop the project changes over time. For example, when Roxygen is updated, its version is tracked in description and generated vignettes may change, and this make difficult recognize changes in code from changes in dependencies. Moreover, packages required for development aren't tracked within project

Describe the solution you'd like
Managing packages with renv could fix packages dependencies make the development process reproducibile. In order to work as intended, all files in detectRUN folder need to be relative to the project directory

Describe alternatives you've considered
packrat can be an alternative, however renv seems to be preferred by the community

Additional context

  • Move detectRUN folder content in parent directory - remove detectRUN subdirectory
  • activate renv environment
  • install development packages in environment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions