Skip to content

Commit 88a416c

Browse files
committed
Added Conda environment file for R and the R packages to be installed
1 parent 962c3ca commit 88a416c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

conda.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: shiny_base
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- conda-forge::sqlite=3.40.0
7+
- conda-forge::r-base=4.2.2
8+
- conda-forge::r-tidyverse=1.3.2
9+
- conda-forge::r-dt=0.27
10+
- conda-forge::r-plotly=4.10.1
11+
- conda-forge::r-rsqlite=2.2.20
12+
- conda-forge::r-shiny=1.7.4
13+
- conda-forge::r-shinycssloaders=1.0.0
14+
- conda-forge::r-shinyjs=2.1.0
15+
- conda-forge::r-shinywidgets=0.7.6
16+
- conda-forge::r-bslib=0.4.2
17+
- conda-forge::r-colourpicker=1.2.0
18+
- conda-forge::r-colorspace=2.1_0
19+
- conda-forge::r-patchwork=1.1.2

0 commit comments

Comments
 (0)