Installing rbdd

To install the R interface rdbb the user needs to run the following in a R shell

install.packages(c("Rcpp", "RcppEigen", "devtools"))

and then install rdbb from GitHub with

library(devtools)
install_github("ScipioneParmigiano/rdbb")

At this point the interface can be invoked as a regular library using

library(rdbb)

Last updated