Skip to content

Commit

Permalink
update DESC and binder after karthik/holepunch/issues/51
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Marwick committed Sep 9, 2021
1 parent f252f6a commit 086c14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ USER ${NB_USER}



RUN wget https://github.com/cylerc/14C_Antiquity/raw/master/DESCRIPTION && R -e "options(repos = list(CRAN = 'http://mran.revolutionanalytics.com/snapshot/2020-12-21/')); devtools::install_deps()"
RUN wget https://github.com/cylerc/14C_Antiquity/raw/master/DESCRIPTION && R -e "renv::restore(repos = c(CRAN='https://packagemanager.rstudio.com/all/__linux__/bionic/298'))"

RUN rm DESCRIPTION.1; exit 0
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Imports:
ggthemes ,
here,
knitr,
legendMa,
raster (,
legendMap,
raster,
readxl ,
remotes ,
tidyr ,
tidyverse ,
tools
maptools

0 comments on commit 086c14d

Please sign in to comment.