From 7f3b7bf05a4460df3288c4903a507e327d43207b Mon Sep 17 00:00:00 2001 From: Malte Londschien Date: Wed, 27 Mar 2024 11:58:56 +0100 Subject: [PATCH] cleanup environment.yamls 2. --- environment.yaml | 20 +++++++++++++++++++- test_environment.yaml | 32 -------------------------------- 2 files changed, 19 insertions(+), 33 deletions(-) delete mode 100644 test_environment.yaml diff --git a/environment.yaml b/environment.yaml index f8cb700d..ff62ed10 100644 --- a/environment.yaml +++ b/environment.yaml @@ -18,4 +18,22 @@ dependencies: - r-cli>=2.1.0 - r-fansi - r-openssl - - r-utils \ No newline at end of file + # optional + - r-rticles + - r-forestmodel + - r-ggplot2 + - r-survival + - r-kableExtra + - r-magick + - r-cowplot + - r-knitr + - r-pdftools + - r-covr + - r-units + - r-tinytex + - r-testthat + - r-mockthat + - r-pkgload + - r-codetools + - r-qpdf + - qpdf \ No newline at end of file diff --git a/test_environment.yaml b/test_environment.yaml deleted file mode 100644 index 9c0c12a8..00000000 --- a/test_environment.yaml +++ /dev/null @@ -1,32 +0,0 @@ -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