An open API service indexing awesome lists of open source software.

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

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)