# Roo - manages environments and dependencies in R
[![Maturity Level](https://img.shields.io/badge/Maturity%20Level-Under%20Development-orange)](https://img.shields.io/badge/Maturity%20Level-Under%20Development-orange)
# 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
- [Rationale](docs/rationale.md)
- [Basic Usage](docs/usage.md)
- [Advanced Usage](docs/advanced.md)
- [Troubleshooting](docs/troubleshooting.md)
Raw data
{
"_id": null,
"home_page": "https://github.com/AstraZeneca/roo",
"name": "roo",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "R,packaging,environment,validation",
"author": "Stefano Borini",
"author_email": "stefano.borini@astrazeneca.com",
"download_url": "https://files.pythonhosted.org/packages/3e/11/42f5408d6ad89baef3e8570c8fe0d4638fe3ed10b71bd50be4d2708e70f7/roo-0.18.0.tar.gz",
"platform": null,
"description": "# Roo - manages environments and dependencies in R\n\n[![Maturity Level](https://img.shields.io/badge/Maturity%20Level-Under%20Development-orange)](https://img.shields.io/badge/Maturity%20Level-Under%20Development-orange)\n\n# Description\n\nRoo is a python program that handles R dependencies and R environments,\nensuring environment reproducibility that satisfy dependency constraints.\nIf you are familiar with python poetry or pip it aims at being the same.\nWhile apparently similar to packrat or renv, Roo is way more powerful.\n\nAs a data scientist using e.g. RStudio you are unlikely to benefit from Roo,\nbut if you need to create production R code, it's a much safer choice to\ndefine a consistent and reliable environment of dependencies. It also provides\nfunctionalities that helps in maintaining different environments at the same time.\n\n# Installation\n\nRoo is written in python and requires python 3.8 or above.\nIt runs on any platform, and it can be installed from pypi with:\n\n pip install roo\n\nDependencies will be installed automatically.\n\n# Documentation\n\n- [Rationale](docs/rationale.md)\n- [Basic Usage](docs/usage.md)\n- [Advanced Usage](docs/advanced.md)\n- [Troubleshooting](docs/troubleshooting.md)\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A package manager to handle R environments",
"version": "0.18.0",
"project_urls": {
"Homepage": "https://github.com/AstraZeneca/roo",
"Repository": "https://github.com/AstraZeneca/roo"
},
"split_keywords": [
"r",
"packaging",
"environment",
"validation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "43043c74db6a92a3aa7a7ee82037b01051bcec5aeaddf5be5fc9fc0889b72679",
"md5": "044294e48dde873d1548f61c22f5e556",
"sha256": "30227b658747e39b89673ec1c1915e13c1e530cefb658f1cfc803ae432210a30"
},
"downloads": -1,
"filename": "roo-0.18.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "044294e48dde873d1548f61c22f5e556",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 83152,
"upload_time": "2024-03-08T11:35:10",
"upload_time_iso_8601": "2024-03-08T11:35:10.788980Z",
"url": "https://files.pythonhosted.org/packages/43/04/3c74db6a92a3aa7a7ee82037b01051bcec5aeaddf5be5fc9fc0889b72679/roo-0.18.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e1142f5408d6ad89baef3e8570c8fe0d4638fe3ed10b71bd50be4d2708e70f7",
"md5": "c0dce4a87136f26c8222c1bbdc788ecc",
"sha256": "84e8a97178f739eabdb4a535e4041fe5c1f0140a05fd0f3803df9bffdfa08718"
},
"downloads": -1,
"filename": "roo-0.18.0.tar.gz",
"has_sig": false,
"md5_digest": "c0dce4a87136f26c8222c1bbdc788ecc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 56949,
"upload_time": "2024-03-08T11:35:12",
"upload_time_iso_8601": "2024-03-08T11:35:12.813829Z",
"url": "https://files.pythonhosted.org/packages/3e/11/42f5408d6ad89baef3e8570c8fe0d4638fe3ed10b71bd50be4d2708e70f7/roo-0.18.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-08 11:35:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AstraZeneca",
"github_project": "roo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "roo"
}