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

Changelog

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

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

 -- Dirk Eddelbuettel <email address hidden>  Tue, 12 Oct 2021 09:44:24 -0500

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

Downloads

File Size SHA-256 Checksum
r-cran-rcppgsl_0.3.10-1.dsc 1.9 KiB 341ae6c4bfda0bd61b95cec05be8d62280db86b42b8a1f055450885f7e69bd4a
r-cran-rcppgsl_0.3.10.orig.tar.gz 458.3 KiB 8612087da02fb791f427fed310c23d0482a8eb60fb089119f018878143f95451
r-cran-rcppgsl_0.3.10-1.debian.tar.xz 2.7 KiB eea442010c10f685db62298477a7b5a47a9f53d6c99dfe6de61e1e201b9d2c25

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