Files
docker-stacks/r-notebook
Tiffany A. Timbers 3e91889e51 Added install of e1071 R package
The e1071 R package is a dependency of functions within the caret package. Without it, `caret::train` (for example) cannot be run. This pull request addresses issue #889 (https://github.com/jupyter/docker-stacks/issues/889). 

note - I first tried installing e1071 in the RUN command started on line 27 but that resulted in e1071 not installing (don't know why) but adding an additional RUN command led to succesful installation... So I just went with it.
2019-06-20 12:06:12 -07:00
..
2019-03-16 22:38:40 -04:00
2016-03-07 20:35:45 -05:00
2019-06-20 12:06:12 -07:00