r-cran-rinside 0.2.15-2build1 source package in Ubuntu

Changelog

r-cran-rinside (0.2.15-2build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Mon, 23 Mar 2020 07:24:40 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Dirk Eddelbuettel
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-rinside_0.2.15.orig.tar.gz 75.9 KiB 1e1d87a3584961f3aa4ca6acd4d2f3cda26abdab027ff5be2fd5cd76a98af02b
r-cran-rinside_0.2.15-2build1.debian.tar.xz 2.9 KiB d981b07a243885b7a81888cbb7f57da2a7be0cb4558b0e854da0f8e9605576cd
r-cran-rinside_0.2.15-2build1.dsc 1.9 KiB 3e7674ca2376f13df0e869b08ef3e12a4dd082a44f34b5bb86099576641a41d5

View changes file

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