Skip to content

Commit

Permalink
R -> 3.6.1 (#40)
Browse files Browse the repository at this point in the history
30 new packages in requirements.txt
Geospatial system dependencies
  • Loading branch information
patr1ckm authored Jan 6, 2020
1 parent 1845de6 commit f59f537
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Version number changes (major.minor.micro) in this package denote the following:
- A minor version will increase if one or more packages contained in the Docker image add new, backwards-compatible features, or if a new package is added to the Docker image.
- A major version will increase if there are any backwards-incompatible changes in any of the packages contained in this Docker image, or any other backwards-incompabile changes in the execution environment.

## Unreleased
## [3.2.0] - 2019-12-20

- rocker/verse -> 3.6.1
- 30+ packages added to `requirements.txt`
- Geospatial system dependencies

## [3.1.0] - 2019-09-09

Expand Down
13 changes: 10 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
FROM rocker/verse:3.6.0
FROM rocker/verse:3.6.1
MAINTAINER [email protected]

RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --no-install-recommends && \
apt-get install -y --no-install-recommends \
curl \
libudunits2-dev \
libcairo-dev \
libgdal-dev \
libgeos-dev \
libglu1-mesa-dev \
libx11-dev \
mesa-common-dev \
wget && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand All @@ -23,7 +30,7 @@ RUN Rscript -e 'install.packages(readLines("requirements.txt"))'

RUN Rscript -e "library(civis)"

ENV VERSION=3.1.0 \
ENV VERSION=3.2.0 \
VERSION_MAJOR=3 \
VERSION_MINOR=1 \
VERSION_MINOR=2 \
VERSION_MICRO=0
32 changes: 32 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
car
caret
cli
doParallel
e1071
extrafont
forecast
gbm
glue
ggrepel
glmnet
gridExtra
gsubfn
htmltools
leaflet
maps
pROC
ranger
randomForest
reshape2
rgl
rgdal
rvest
RColorBrewer
RPostgreSQL
tigris
scales
sf
sqldf
sp
survey
xgboost
zoo

0 comments on commit f59f537

Please sign in to comment.