https://github.com/eddelbuettel/inline
Inline C, C++ or Fortran functions in R
https://github.com/eddelbuettel/inline
cran fortran r r-package rcpp
Last synced: 10 days ago
JSON representation
Inline C, C++ or Fortran functions in R
- Host: GitHub
- URL: https://github.com/eddelbuettel/inline
- Owner: eddelbuettel
- Created: 2014-08-28T22:24:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T22:06:56.000Z (8 months ago)
- Last Synced: 2024-10-12T21:26:15.545Z (6 months ago)
- Topics: cran, fortran, r, r-package, rcpp
- Language: R
- Homepage:
- Size: 127 KB
- Stars: 41
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## inline: Inline C, C++ and Fortran code from R
[](https://github.com/eddelbuettel/inline/actions?query=workflow%3Aci)
[](https://www.gnu.org/licenses/lgpl-3.0.html)
[](https://cran.r-project.org/package=inline)
[](https://cran.r-project.org/package=inline)
[](https://cran.r-project.org/package=inline)
[](https://cran.r-project.org/package=inline)
[](https://www.r-pkg.org/pkg/inline)
[](https://packages.debian.org/sid/r-cran-inline)
[](https://github.com/eddelbuettel/inline)### About
The inline package provides functionality to dynamically define R functions
(and corresponding S4 objects) from in-line C, C++ or Fortran code. It
supports the `.C`, `.Call` and `.Fortran` calling conventions.### History
The package was originally written while Oleg Sklyar was at
[EMBL-EBI](https://www.ebi.ac.uk/). It was then extended by Dirk
Eddelbuettel and Romain Francois for use by
[Rcpp](https://dirk.eddelbuettel.com/code/rcpp.html). Years later, Karline
Soetaert added support for Fortran. Johannes Ranke refactored some internals
and added the ability to store and retrieve compiled code.### Authors
Oleg Sklyar, Dirk Eddelbuettel, Romain Francois, Karline Soetaert, Johannes Ranke
### Maintainer
Dirk Eddelbuettel
### License
LGPL (>= 2)