Changelog
Source:NEWS.md
ami (development version)
- Added
using_runpod()to detect RunPod.io environments (#32) - Added
using_github_codespaces()to detect GitHub Codespaces environments (#35)
ami 0.2.1
CRAN release: 2024-11-15
- Added
using_positron()and helpersusing_positron_desktop()andusing_positron_server()to detect the Positron IDE (#29) - Added
using_python_venv()to detect Python virtual environments (#30)
ami 0.2.0
CRAN release: 2024-10-25
- Added
using_quarto()for detecting whether code is running as part of a Quarto document (#25) -
using_rstudio()gains amodeargument, which can specify a particular RStudio environment (desktop, server, or workbench). These can also be checked via new helper functionsusing_rstudio_desktop(),using_rstudio_server(), andusing_rstudio_workbench(). (#24)
ami 0.1.0.9000
-
on_cran()now checks a more robust set of environment variables (#15) -
on_bioconductor()now checks the proper environment variable (#19) - Added
using_nix_shell()for detecting Nix shell environments