Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 625 Bytes

Using Fortran Routines from Rcpp

Travis-CI Build Status

The fRcpp R package provides an example of implementing and using a Fortran routine with Rcpp code.

Installation

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

Implementation Details

To Do...

License

GPL (>= 2)