r-cran-rinside 0.2.18-1 source package in Ubuntu

Changelog

r-cran-rinside (0.2.18-1) unstable; urgency=medium

  * New upstream release

  * debian/control: Set (Build-)Depends: to current R version
  * debian/control: Set Standards-Version: to current version 
  * debian/control: Switch to virtual debhelper-compat (= 12)

 -- Dirk Eddelbuettel <email address hidden>  Wed, 01 Feb 2023 11:59:18 -0600

Upload details

Uploaded by:
Dirk Eddelbuettel
Uploaded to:
Sid
Original maintainer:
Dirk Eddelbuettel
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-rinside_0.2.18-1.dsc 1.9 KiB 119f266a1ed090348832b06653144e26e9e03967eb39f55f636b474e661eecfe
r-cran-rinside_0.2.18.orig.tar.gz 79.9 KiB 805014f0f0a364633e0e3c59100665a089bc455dec80b24f04aaec96466cb736
r-cran-rinside_0.2.18-1.debian.tar.xz 2.9 KiB 7ab961df10bbeedf89514a2a7dad6bce628ca6fc4c54b1aa60f4299a3c0c04a0

Available diffs

No changes file available.

Binary packages built by this source

r-cran-rinside: 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-dbgsym: debug symbols for r-cran-rinside