Package: pyro 0.1.1

pyro: Manage Python Environments in R with uv
Provides uv-backed Python virtual-environment management for the fyr ecosystem (reportifyr, presentifyr R packages).
Authors:
pyro_0.1.1.tar.gz
pyro_0.1.1.zip(r-4.7)pyro_0.1.1.zip(r-4.6)
pyro_0.1.1.tar.gz(r-4.7-any)pyro_0.1.1.tar.gz(r-4.6-any)
pyro_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
pyro/json (API)
| # Install 'pyro' in R: |
| install.packages('pyro', repos = c('https://a2-ai.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/a2-ai/pyro/issues
Last updated from:66065c19a9. Checks:6 OK, 3 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 128 | ||
| source / vignettes | OK | 213 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | FAIL | 71 | ||
| macos-oldrel-arm64 | FAIL | 73 | ||
| windows-devel | OK | 93 | ||
| windows-release | OK | 115 | ||
| windows-oldrel | FAIL | 52 | ||
| wasm-release | OK | 110 |
Exports:get_proj_dirget_uv_pathget_uv_versionget_venv_uv_pathsinitialize_pythonrun_python_scriptwrite_group_to_pyproject
Authoring a fyr-package
Conventions and overrides
Last update: 2026-06-18
Started: 2026-06-18
How pyro works
The lifecycle | Reference vs. installed set
Last update: 2026-06-18
Started: 2026-06-18
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Resolve the project root directory | get_proj_dir |
| Locate the uv binary | get_uv_path |
| Get the installed version of uv | get_uv_version |
| Resolve paths to the uv binary and the project's '.venv' directory | get_venv_uv_paths |
| Initialize the uv-managed Python virtual environment | initialize_python |
| pyro: uv-backed Python Environment Helpers for the fyr Ecosystem | pyro-package pyro |
| Run a Python script inside the uv-managed venv | run_python_script |
| Ensure a dependency group is present in the project's 'pyproject.toml' | write_group_to_pyproject |
