https://github.com/saagie/jupyter-r-notebook
Notebook R Datascience
https://github.com/saagie/jupyter-r-notebook
Last synced: 5 months ago
JSON representation
Notebook R Datascience
- Host: GitHub
- URL: https://github.com/saagie/jupyter-r-notebook
- Owner: saagie
- Created: 2016-04-01T08:30:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T16:46:20.000Z (over 8 years ago)
- Last Synced: 2025-06-02T16:22:59.775Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 14
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter Datascience Notebook for R
## Run with :
docker run -p 8888:8888 -v /path/to/data/notebooks/dir:/notebooks-dir saagie/jupyter-r-notebook:latest
## Libraries :
* Data Processing
* dplyr
* sqldf
* TraMiner
* data.table
* Machine Learning
* arules
* arulesSequences
* neuralnet
* RSNNS
* AUC
* recommenderlab
* acepack
* clv
* cubature
* dtw
* ifutools
* locpol
* np
* pdc
* TSclust
* wmtsa
* Data Visualisation
* shiny
* googleVis
* gridExtra
* lattice
* latticeExtra
* misc3D
* mvtsplot
* TaoTeProgramming
* Database connection
* RImpala
* RODBC
* elastic
* mongolite
* rmongodb
* RMySQL
* RPostgreSQL
* RJDBC
* rredis
* RCassandra
* RHive
* RNeo4j
* Utils
* rJava
* foreach
* microbenchmark
* runit
* sprint
* addinexamples
* Formula
* git2r
* gsubfn
* hash
* Hmisc
* lubridate
* longitudinal
* miniUi
* openssl
* packrat
* PKI
* rsconnect
* splus2R
* withr
## Install libraries with :
install.packages("libraryName", repos="http://cran.us.r-project.org", dependencies=TRUE)