knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
smacdata
)The repository holds a generic data package that contains various example data sets used within different SMAC-Group R packages and talks.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.