@platforma-open/milaboratories.runenv-r-tcr-disco
v1.0.1
Published
R run environment for TCR Discovery Block
Downloads
124
Readme
runenv-r-tcr-disco
R run environment for TCR Discovery 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 placing renv.lock file, either by placing init.R script that installs the dependencies. Use renv::install and other renv:: functions to operate with packages from the init.R script 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. CI run will take approx 40 minutes to release new version of package.
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.
