Skip to content

Commit

Permalink
conda.yml: specify precise versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Mar 15, 2024
1 parent c52104c commit 386b2f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mamba env create -f configs/conda.yml
conda activate Rintro
# dslabs cannot be conda installed
Rscript -e 'install.packages("dslabs", repos="https://cloud.r-project.org")'
Rscript -e 'install.packages(c("dslabs","KernSmooth"), repos="https://cloud.r-project.org")'
```

To render all material into a full web site under `docs` run
Expand Down
14 changes: 7 additions & 7 deletions configs/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ channels:
- R
- defaults
dependencies:
- quarto
- r-base
- r-tidyverse
- quarto=1.4
- r-base=4.2.3
- r-tidyverse=2.0.0
- r-pheatmap=1.0.12
- r-codetools=0.2.19
- r-upsetr=1.4.0
- r-kernsmooth=2.23.20
- r-ggridges
- r-ggrepel
- r-ggthemes
- r-kernsmooth
- r-ggridges=0.5.6
- r-ggrepel=0.9.4
- r-ggthemes=5.1.0
- r-kernsmooth=2.23

0 comments on commit 386b2f5

Please sign in to comment.