Skip to content

Commit

Permalink
[4.0.2] datascience-r 4.0.2 release (#47)
Browse files Browse the repository at this point in the history
* changes for 4.0.2

* install civis client
  • Loading branch information
mattle24 authored Nov 30, 2020
1 parent f9494a1 commit 03017fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ 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.

## [4.0.2] - 2020-11-30

- rocker/verse -> 4.0.2

## [4.0.1] - 2020-05-23

- rocker/verse -> 4.0.1
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/verse:4.0.1
FROM rocker/verse:4.0.2
MAINTAINER [email protected]

RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --no-install-recommends && \
Expand Down Expand Up @@ -26,10 +26,10 @@ RUN pip3 install -r requirements-python.txt && \
COPY ./requirements.txt /requirements.txt
RUN Rscript -e 'install.packages(readLines("requirements.txt"))'

RUN Rscript -e 'install.packages("civis", repos="https://cran.rstudio.com")' && \
Rscript -e "library(civis)"
# install civis api client
RUN Rscript -e 'install.packages("civis")'

ENV VERSION=4.0.0 \
ENV VERSION=4.0.2 \
VERSION_MAJOR=4 \
VERSION_MINOR=0 \
VERSION_MICRO=0
VERSION_MICRO=2

0 comments on commit 03017fb

Please sign in to comment.