套件:r-cran-rinside(0.2.18-1)
r-cran-rinside 的相關連結
Debian 的資源:
下載原始碼套件 r-cran-rinside:
- [r-cran-rinside_0.2.18-1.dsc]
- [r-cran-rinside_0.2.18.orig.tar.gz]
- [r-cran-rinside_0.2.18-1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [cran.r-project.org]
相似套件:
GNU R package to embed R in C application
The 'RInside' packages makes it easier to have "R inside" your C application by providing a C wrapper class providing the R interpreter.
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 eight 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') and eigen (for 'RInside' use with 'RcppEigen'). The example 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.
其他與 r-cran-rinside 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libstdc 6 (>= 5.2)
- GNU Standard C Library v3
-
- dep: r-api-4.0
- 本虛擬套件由這些套件填實: r-base-core
-
- dep: r-base-core (>= 4.2.2.20221110-2)
- GNU R core of statistical computation and graphics system
-
- dep: r-cran-rcpp
- GNU R package for Seamless R and C Integration