Skip to content

Commit

Permalink
Add env-yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Mar 6, 2024
1 parent 7fb95ea commit ad6e529
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
21 changes: 21 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -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
32 changes: 32 additions & 0 deletions test_environment.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ad6e529

Please sign in to comment.