Skip to content

Use DESCRIPTION instead of dependencies.R #205

@kamilzyla

Description

@kamilzyla

Currently we use implicit renv snapshots with dependencies.R + .renvignore to achieve a similar effect to explicit snapshots with a DESCRIPTION file. Explicit snapshots would be a more natural and preferable approach, but the seemed not to work in deployment to RSConnect when box was used. It might possible to use them after all - see research below.

Research by Jakub

Initial tests: both renv and packrat read it out of the box.

renv works with a DESCRIPTIOPN file that includes only Imports section. packrat requires also Package.

Need to be tested with RSConnect Deployment.

Note: DESCRIPTION can be manipulated using desc package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: researchExploration needed to clarify goal or find solutionstype: featureMajor new functionality

    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