Skip to content

Instantly share code, notes, and snippets.

@talegari
Last active January 4, 2017 09:37
Show Gist options
  • Save talegari/2b79b1b4c90ba58af71e410486fcb1e0 to your computer and use it in GitHub Desktop.
Save talegari/2b79b1b4c90ba58af71e410486fcb1e0 to your computer and use it in GitHub Desktop.
guide to install rcppmlpack2 on ubuntu trusty

Guide to install rcppmlpack2 on ubuntu trusty

until its released on CRAN

  • sudo add-apt-repository ppa:edd/misc
  • sudo apt-get update
  • sudo apt-get install libmlpack-dev libboost-all-dev libboost-program-options-dev libboost-serialization-dev libarmadillo-dev r-cran-rcpp r-cran-rcpparmadillo

in R: devtools::install_github("eddelbuettel/rcppmlpack2")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment