From ad6e529ba6ff9d9fd5506805c9dadb5b92d35fc3 Mon Sep 17 00:00:00 2001 From: Malte Londschien Date: Wed, 6 Mar 2024 10:56:28 +0100 Subject: [PATCH] Add env-yaml. --- environment.yaml | 21 +++++++++++++++++++++ test_environment.yaml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 environment.yaml create mode 100644 test_environment.yaml diff --git a/environment.yaml b/environment.yaml new file mode 100644 index 00000000..f8cb700d --- /dev/null +++ b/environment.yaml @@ -0,0 +1,21 @@ +name: ricu +channels: + - nodefaults + - conda-forge +dependencies: + - r-base + - r-data.table + - r-curl + - r-assertthat + - r-fst + - r-readr + - r-jsonlite + - r-prt>=0.1.2 + - r-tibble + - r-backports + - r-rlang + - r-vctrs + - r-cli>=2.1.0 + - r-fansi + - r-openssl + - r-utils \ No newline at end of file diff --git a/test_environment.yaml b/test_environment.yaml new file mode 100644 index 00000000..9c0c12a8 --- /dev/null +++ b/test_environment.yaml @@ -0,0 +1,32 @@ +name: ricu-test +channels: + - nodefaults + - conda-forge +dependencies: + - r-base + - r-data.table + - r-curl + - r-assertthat + - r-fst + - r-readr + - r-jsonlite + - r-prt>=0.1.2 + - r-tibble + - r-backports + - r-rlang + - r-vctrs + - r-cli>=2.1.0 + - r-fansi + - r-openssl + - r-units + # optional + - r-rticles + - r-forestmodel + - r-ggplot2 + - r-survival + - r-kableExtra + - r-magick + - r-cowplot + - r-knitr + - r-pdftools + - r-covr \ No newline at end of file