The fRcpp
R package provides an example of implementing and using a
Fortran routine with Rcpp code.
To install the fRcpp
package, use:
if(!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("r-pkg-examples/rcpp-and-fortran")
To access its contents, load it into R with:
library("fRcpp")
To Do...
GPL (>= 2)