https://github.com/ivan-pi/fortran-rinside
Demonstration of Fortran interface to Rinside
https://github.com/ivan-pi/fortran-rinside
Last synced: 3 months ago
JSON representation
Demonstration of Fortran interface to Rinside
- Host: GitHub
- URL: https://github.com/ivan-pi/fortran-rinside
- Owner: ivan-pi
- License: mit
- Created: 2021-03-01T00:03:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T11:42:07.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T05:49:11.754Z (10 months ago)
- Language: Fortran
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fortran-RInside
Demonstration of Fortran interface to [RInside](https://github.com/eddelbuettel/rinside)
To install RInside, open an R console and run the command:
```
install.packages("RInside")
```
The programs `hello` and `passdata` are replicates of the original example programs in the [`rinside/inst/examples/c_interface/`](https://github.com/eddelbuettel/rinside/tree/master/inst/examples/c_interface) folder.
A Makefile is provided to build the examples. The Makefile is not very elegant and would require more attention.
The RInside package is described in the book chapter:
> Eddelbuettel D. (2013) RInside. In: Seamless R and C++ Integration with Rcpp. Use R!, vol 64. Springer, New York, NY. https://doi.org/10.1007/978-1-4614-6868-4_9
Click [here](https://link.springer.com/content/pdf/10.1007%2F978-1-4614-6868-4.pdf) to download a full-text PDF of the book from SpringerLink.