README.md

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")


SMAC-Group/smacdata documentation built on May 9, 2019, 11:19 a.m.