@platforma-open/milaboratories.runenv-r-functional-analysis
v1.0.6
Published
R run environment for Functional analysis Block
Readme
R run environment for Functional analysis Block
How to add more dependencies (packages) to R run environment
- Update version of NPM package in
package.json. - Add new depdenencies specification to
dependencies/directory. Do it either by placingrenv.lockfile, either by placinginit.Rscript that installs the dependencies. Userenv::installand otherrenv::functions to operate with packages from theinit.Rscript to properly fill package cache during run environment preparation. This will allow Platforma Backend to provide all dependencies when you run block - Commit changes and push them to main branch.
How to switch run environment to another version of R
- Change version of R in 'main' entrypoint ('r-version' field).
- Bump NPM package version in
package.json. - Push changes to main branch.
