Roo - manages environments and dependencies in R
Description
Roo is a python program that handles R dependencies and R environments, ensuring environment reproducibility that satisfy dependency constraints. If you are familiar with python poetry or pip it aims at being the same. While apparently similar to packrat or renv, Roo is way more powerful.
As a data scientist using e.g. RStudio you are unlikely to benefit from Roo, but if you need to create production R code, it's a much safer choice to define a consistent and reliable environment of dependencies. It also provides functionalities that helps in maintaining different environments at the same time.
Installation
Roo is written in python and requires python 3.8 or above. It runs on any platform, and it can be installed from pypi with:
pip install roo
Dependencies will be installed automatically.
Documentation
Release files for roo 0.18.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| roo-0.18.0.tar.gz | 56.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| roo-0.18.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 140.1 kB
Release files / roo-0.18.0.tar.gz
| Download URL | roo-0.18.0.tar.gz |
|---|---|
| Size | 56.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
84e8a97178f739eabdb4a535e4041fe5c1f0140a05fd0f3803df9bffdfa08718
|
|
BLAKE2b-256 checksum How to use checksums |
3e1142f5408d6ad89baef3e8570c8fe0d4638fe3ed10b71bd50be4d2708e70f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.6 Darwin/22.6.0
|
Release files / roo-0.18.0-py3-none-any.whl
| Download URL | roo-0.18.0-py3-none-any.whl |
|---|---|
| Size | 83.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
30227b658747e39b89673ec1c1915e13c1e530cefb658f1cfc803ae432210a30
|
|
BLAKE2b-256 checksum How to use checksums |
43043c74db6a92a3aa7a7ee82037b01051bcec5aeaddf5be5fc9fc0889b72679
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.6 Darwin/22.6.0
|