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

Changelog

r-cran-rcppgsl (0.3.12-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>  Mon, 31 Oct 2022 20:53:53 -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.12-1.dsc 1.9 KiB 787ac6b643fae9d94e6d9fe60414dff275652977a6834a2f67ecbad6f0e032ed
r-cran-rcppgsl_0.3.12.orig.tar.gz 304.6 KiB 9504effd4929101c20de2852c62180ae5e70bb2bbabcce2f5c7c02f641e3b9e2
r-cran-rcppgsl_0.3.12-1.debian.tar.xz 2.8 KiB 242f7ffe09e6dade56a8726c4a0338e1a864b0b55a53e779d0879c1ed22940e4

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