Skip to content

ltorgo/DMwR2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMwR2

An R package with functions and data supporting the second edtion of the book Data Mining with R, by Luis Torgo, published by CRC Press.

To Install the Latest Oficial Stable Release do the following in R:

library(devtools)  # You need to install this package!
install_github("ltorgo/DMwR2",ref="master")

To Install the Latest Development Release do the following in R:

library(devtools)  # You need to install this package!
install_github("ltorgo/DMwR2",ref="develop")

After installation using any of the above procedures, the package can be used as any other R package by doing:

 library(DMwR2)

About

Functions and data supporting the 2nd edition of the book Data Mining with R by Luis Torgo, published by CRC Press

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages