Skip to content

SMAC-Group/smacdata

Repository files navigation

CRAN_Status_Badge | Travis-CI Build Status

SMAC Data (smacdata)

The repository holds a generic data package that contains various example data sets used within different SMAC-Group R packages and talks.

Installing the package through GitHub (Developmental)

Depending on your operating system, you may need to install the following components:

Linux

Both curl and libxml are required.

For Debian systems, enter the following in terminal:

sudo apt-get install curl libcurl3 libcurl3-dev libxml2 libxml2-dev

For RHEL systems, enter the following in terminal:

sudo yum install curl curl-devel libxml2 libxml2-dev

All Systems

With the system dependency taken care of, we continue on by installing the R specific package dependencies and finally the package itself by doing the following in an R session:

# Install dependencies
install.packages("devtools")

# Install the package from github
devtools::install_github("SMAC-Group/smacdata")

About

Data sets used in various packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages