Skip to content

Commit

Permalink
1.9.0 (#24)
Browse files Browse the repository at this point in the history
- datascience-r -> 3.2.0
- rocker/verse -> 3.6.1
- 30+ packages added to requirements.txt
- Geospatial system dependencies
- IRkernel -> 1.0.2
  • Loading branch information
patr1ckm authored Jan 7, 2020
1 parent a60bcc5 commit 92b473a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# [1.9.0] - 2020-01-07

### Changed

- datascience-r -> 3.2.0
- rocker/verse -> 3.6.1
- 30+ packages added to requirements.txt
- Geospatial system dependencies
- Many new packages
- IRkernel -> 1.0.2

# [1.8.0] - 2019-09-09

### Changed
Expand All @@ -26,7 +37,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- IRkernel -> 1.0.0

# [1.6.1] - 2019-05-13
###Changed

### Changed
- civis-jupyter-notebooks v0.4.2 -> v1.0.0 (#18)

# [1.6.0] - 2019-02-18
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/verse:3.6.0
FROM civisanalytics/datascience-r:3.2.0
MAINTAINER [email protected]

ENV DEFAULT_KERNEL=ir \
Expand Down
6 changes: 1 addition & 5 deletions setup.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Install civis R client
options(unzip='internal');
devtools::install_github('civisanalytics/civis-r', ref = 'v2.1.0', upgrade_dependencies = FALSE);

# Install R Kernel for Jupyter
install.packages(c('IRdisplay', 'pbdZMQ'))
devtools::install_github('IRkernel/IRkernel', ref = '1.0.0', upgrade_dependencies = FALSE);
devtools::install_github('IRkernel/IRkernel', ref = '1.0.2')

# kernel name = ir
IRkernel::installspec()

0 comments on commit 92b473a

Please sign in to comment.