Skip to content

Commit

Permalink
updating binder settings to R 4.1.0 etc
Browse files Browse the repository at this point in the history
  • Loading branch information
drchriscole committed Jul 30, 2021
1 parent 7ed81c5 commit a4148bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DRD_in_Scotland_Visualisations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jupyter:
mimetype: text/x-r-source
name: R
pygments_lexer: r
version: 3.6.1
version: 4.1.0
---

```{r setup, include=FALSE}
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Starting with the 2018 data there is substantially more regional detail which ma
Rstudio [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/drchriscole/drugdeathsscotland/master?filepath=rstudio)

This launches a full and working Rstudio environment to run the code interactively.
Warning: this can take a while to load.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/drchriscole/drugdeathsscotland/master?filepath=DRD_in_Scotland_Visualisations.Rmd)

Expand Down
1 change: 1 addition & 0 deletions binder/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ install.packages("reshape2")
install.packages("ggplot2")
install.packages('tibble')
install.packages('dplyr')
install.packages('tidyr')
2 changes: 1 addition & 1 deletion binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r-2019-07-05
r-2021-05-18

0 comments on commit a4148bd

Please sign in to comment.