Closed konradmayer closed 1 year ago
All three options are fine with me. Agreed that remotes::install_deps()
is probably the most straightforward solution. In terms of reproducibility I would usually go with renv
, but this might indeed be a bit overkill here.
R
@mdaber, @r3xth0r
we do have three options to define a (preferentially reproducible) R environment on the weather cloud:
remotes::install_deps
(probably easiest and quick to understand for python-folks as its similar to an environment.yml when usin conda)renv
(probably overkill)