r-cran-rcppgsl 0.3.10-1build1 source package in Ubuntu

Changelog

r-cran-rcppgsl (0.3.10-1build1) jammy; urgency=medium

  * No-change rebuild against libgsl27

 -- Steve Langasek <email address hidden>  Tue, 07 Dec 2021 17:42:16 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-rcppgsl_0.3.10.orig.tar.gz 458.3 KiB 8612087da02fb791f427fed310c23d0482a8eb60fb089119f018878143f95451
r-cran-rcppgsl_0.3.10-1build1.debian.tar.xz 2.8 KiB 7adf2ebcd1a274a20647d8d716db15616250ec93931287185350ad25ea360d85
r-cran-rcppgsl_0.3.10-1build1.dsc 2.1 KiB 4b2c046c56517cd60a8f70cad19ed1a81d714ebfb930ea9d9528a75906cb4827

View changes file

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