Use DESCRIPTION instead of dependencies.R #205
Labels
status: research
Exploration needed to clarify goal or find solutions
type: feature
Major new functionality
Currently we use implicit renv snapshots with
dependencies.R
+.renvignore
to achieve a similar effect to explicit snapshots with aDESCRIPTION
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
andpackrat
read it out of the box.renv
works with a DESCRIPTIOPN file that includes onlyImports
section.packrat
requires alsoPackage
.Need to be tested with RSConnect Deployment.
Note: DESCRIPTION can be manipulated using
desc
package.The text was updated successfully, but these errors were encountered: