r-cran-rcppgsl 0.3.13-1 source package in Ubuntu

Changelog

r-cran-rcppgsl (0.3.13-1) unstable; urgency=medium

  * New upstream release

  * debian/control: Set Standards-Version: to current version 

 -- Dirk Eddelbuettel <email address hidden>  Fri, 13 Jan 2023 08:32:03 -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-rcppgsl_0.3.13-1.dsc 1.9 KiB 4cba1f01ad99f18f929541eaed7c76c0d915bd7f260605540d9c97f0603c4650
r-cran-rcppgsl_0.3.13.orig.tar.gz 295.4 KiB fe5e73bc119c6424e1a40b6fea17417a7bba93e81dbe9b7cf86dde9b8e8d93e7
r-cran-rcppgsl_0.3.13-1.debian.tar.xz 2.8 KiB cf3ded95651fcace85cd4314564e79a6052d7b4f79522adf1a143a702b9b6e5c

Available diffs

No changes file available.

Binary packages built by this source

r-cran-rcppgsl: GNU R package for integration with the GNU GSL

 The 'GNU Scientific Library' (or 'GSL') is a collection of numerical
 routines for scientific computing. It is particularly useful for C
 and C++ programs as it provides a standard C interface to a wide
 range of mathematical routines such as special functions,
 permutations, combinations, fast fourier transforms, eigensystems,
 random numbers, quadrature, random distributions, quasi-random
 sequences, Monte Carlo integration, N-tuples, differential equations,
 simulated annealing, numerical differentiation, interpolation, series
 acceleration, Chebyshev approximations, root-finding, discrete Hankel
 transforms physical constants, basis splines and wavelets. There are
 over 1000 functions in total with an extensive test suite.
 .
 The 'RcppGSL' package provides an easy-to-use interface between 'GSL'
 data structures and R using concepts from 'Rcpp' which is itself a
 package that eases the interfaces between R and C++.
 .
 This package also serves as a prime example of how to build a package
 that uses 'Rcpp' to connect to another third-party library. The
 'autoconf' script, 'inline' plugin and example package can all be
 used as a stanza to write a similar package against another library.

r-cran-rcppgsl-dbgsym: debug symbols for r-cran-rcppgsl