@platforma-open/milaboratories.runenv-r
v0.0.12
Published
R run environments for Platforma
Downloads
578
Readme
R run environment for Platforma Backend
This package is the catalogue of all supported versions of 'R' run environment.
Unlike most other software packages, it keeps entrypoints for all R versions published earlier.
As we do not maintain our own R distribution, the version of this package is not bound to any specific version of R, but newer R version publications produce newer entrypoints in this package.
How to release new version of R run environment
- Update
package.json
:- Add new entrypoint for fresh version of R.
- Change version of R built by default in CI (
scripts
section inpackage.json
).
- Generate new entrypoint:
- Run
npx pl-pkg build descriptors --entrypoint=<new entrypoint name here>
- Commit new entrypoint descriptor generated in
dist
directory.
- Run
- Bump
<minor>
version part inpackage.json
.