Environment
The aquarius package is available in Singularity
containers, accessible on Zenodo:
| version | record ID |
|---|---|
| 0.1.5 | 13145084 |
| 1.0.0 | 17086509 |
How to install ?
Even if a software container exists, you may want to install a local
version of aquarius.
From the .Rproj file
Open the .Rproj file in R Studio and, in Build section,
press the Install and Restart button.
From the .tar.gz file (versioned)
version = "1.0.0"
url = paste0("https://github.com/audrey-onfroy/aquarius/archive/refs/tags/v", version, ".tar.gz")
install.packages(url, repos = NULL)