Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
reservebenefit
webapp_marine_worldmap_BOLD
Commits
5b3217d7
Commit
5b3217d7
authored
Dec 06, 2019
by
peguerin
Browse files
conda R with all dependencies
parent
91b9308b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5b3217d7
...
...
@@ -20,7 +20,12 @@ conda env create -f environment.yml
conda activate rshiny
```
t
o quit conda environment:
T
o quit conda environment:
```
conda deactivate
```
To remove this environment:
```
conda remove --name rshiny --all
```
\ No newline at end of file
environment.yml
View file @
5b3217d7
...
...
@@ -2,5 +2,13 @@ name: rshiny
channels
:
-
r
dependencies
:
-
r-essentials
-
r-shiny
-
r-leaflet
-
r-htmlwidgets
-
r-htmltools
-
r-sf
-
r-tidyverse
-
r-shinythemes
-
r-dt
-
r-shinydashboard
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment