# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RInside" in publications use:' type: software license: GPL-2.0-or-later title: 'RInside: C++ Classes to Embed R in C++ (and C) Applications' version: 0.2.18.1 doi: 10.32614/CRAN.package.RInside identifiers: - type: url value: https://dirk.eddelbuettel.com/code/rinside.html abstract: 'C++ classes to embed R in C++ (and C) applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the nine subdirectories of the examples/ directory of the installed package: standard, ''mpi'' (for parallel computing), ''qt'' (showing how to embed ''RInside'' inside a Qt GUI application), ''wt'' (showing how to build a "web-application" using the Wt toolkit), ''armadillo'' (for ''RInside'' use with ''RcppArmadillo''), ''eigen'' (for ''RInside'' use with ''RcppEigen''), and ''c_interface'' for a basic C interface and ''Ruby'' illustration. The examples use ''GNUmakefile(s)'' with GNU extensions, so a GNU make is required (and will use the ''GNUmakefile'' automatically). ''Doxygen''-generated documentation of the C++ classes is available at the ''RInside'' website as well.' authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org - family-names: Francois given-names: Romain - family-names: Bachmeier given-names: Lance repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rinside commit: 89c5b4a677e04e6317398687dabc03746015f28b url: https://github.com/eddelbuettel/rinside/ date-released: '2023-03-16' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org