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

Changelog

r-cran-rcppgsl (0.3.7-1build1) focal; urgency=medium

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

 -- Matthias Klose <email address hidden>  Mon, 23 Mar 2020 07:24:35 +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-rcppgsl_0.3.7.orig.tar.gz 453.1 KiB 45e95c4170fc8421ae9b32134b3a402f76ea9657030969723a3563c7ce14dc32
r-cran-rcppgsl_0.3.7-1build1.debian.tar.xz 2.7 KiB 948b36ea6142e82cac099e49bbf4269ffec993528e332d172312e63f04cccd1a
r-cran-rcppgsl_0.3.7-1build1.dsc 2.0 KiB 88b38e73e770b6b942ca24885e734985efe7f1c17b8580ce85291d2310a74024

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