Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (4 months ago)
- Last Synced: 2024-10-12T21:26:15.545Z (3 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
[![Build Status](https://github.com/eddelbuettel/inline/workflows/ci/badge.svg)](https://github.com/eddelbuettel/inline/actions?query=workflow%3Aci)
[![License](https://img.shields.io/badge/license-LGPL%20%28%3E%3D%202%29-brightgreen)](https://www.gnu.org/licenses/lgpl-3.0.html)
[![CRAN](https://www.r-pkg.org/badges/version/inline)](https://cran.r-project.org/package=inline)
[![CRAN use](https://jangorecki.gitlab.io/rdeps/inline/CRAN_usage.svg?sanitize=true)](https://cran.r-project.org/package=inline)
[![CRAN indirect](https://jangorecki.gitlab.io/rdeps/inline/indirect_usage.svg?sanitize=true)](https://cran.r-project.org/package=inline)
[![Dependencies](https://tinyverse.netlify.app/badge/inline)](https://cran.r-project.org/package=inline)
[![Downloads](https://cranlogs.r-pkg.org/badges/inline?color=brightgreen)](https://www.r-pkg.org/pkg/inline)
[![Debian package](https://img.shields.io/debian/v/r-cran-inline/sid?color=brightgreen)](https://packages.debian.org/sid/r-cran-inline)
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/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)