Skip to content

🚨[WIP]🚨Rcpp and Fortran: Calling a Fortran Routine from Rcpp

Notifications You must be signed in to change notification settings

coatless-rd-rcpp/rcpp-and-fortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

🚨[WIP]🚨Rcpp and Fortran: Calling a Fortran Routine from Rcpp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published