From 086c14dbecf23fd6f044547430bcf907cbf35277 Mon Sep 17 00:00:00 2001 From: Ben Marwick Date: Thu, 9 Sep 2021 10:15:09 -0700 Subject: [PATCH] update DESC and binder after karthik/holepunch/issues/51 --- .binder/Dockerfile | 2 +- DESCRIPTION | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.binder/Dockerfile b/.binder/Dockerfile index 633e455..e135208 100644 --- a/.binder/Dockerfile +++ b/.binder/Dockerfile @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index a7ace43..89c2192 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,10 +29,10 @@ Imports: ggthemes , here, knitr, - legendMa, - raster (, + legendMap, + raster, readxl , remotes , tidyr , tidyverse , - tools + maptools