An interactive map of the geographical distribution of the Open Life Science (OLS) community (from OLS cohort 1 to 6), created as a project during OLS-6 by Saranjeet Kaur
-
Using RStudio
- Install RStudio
- Launch RStudio
- Install R Shiny and some packages by running
requirements.R
-
Using conda
- Install conda
- Create conda environment using the
environment.yml
file
-
Using RStudio
- Launch RStudio
- Run
app.R
script
-
Using conda
-
Activate conda environment
$ conda activate ols-community-map
-
Run
app.R
script$ Rscript app.R
-
The interactive map will then be available on the URL given.
-
Authorize account following instructions on shinyapps.io
-
Deploy (after launching R)
library(rsconnect) rsconnect::deployApp('.')
If you would like to contribute to this repo, please open an issue and reach out to discuss further.