r-cran-stanheaders 2.19.0-1 source package in Ubuntu

Changelog

r-cran-stanheaders (2.19.0-1) unstable; urgency=medium

  * New upstream version
  * Check autopkgtest but libboost 1.69 is needed which is not available yet

 -- Andreas Tille <email address hidden>  Mon, 09 Sep 2019 13:01:49 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
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-stanheaders_2.19.0-1.dsc 2.1 KiB 9e08278f3a4ca561ad843818cc7ed26ea705c4fba36962c91aa0469b29688e86
r-cran-stanheaders_2.19.0.orig.tar.gz 1.2 MiB a0ab8f996a7a903a37491f6e4e8cf8b9f51bf0c13a5326171fab90692fe14592
r-cran-stanheaders_2.19.0-1.debian.tar.xz 4.2 KiB 148bb85488e5746690a550d97878d39f51cbb88c55108f35299ed45720afad38

Available diffs

No changes file available.

Binary packages built by this source

r-cran-stanheaders: C++ Header Files for Stan for GNU R

 The C++ header files of the Stan project are provided by this package,
 but it contains no R code, vignettes, or function documentation. There
 is a shared object containing part of the 'CVODES' library, but it is
 not accessible from R. 'StanHeaders' is only useful for developers who
 want to utilize the 'LinkingTo' directive of their package's DESCRIPTION
 file to build on the Stan library without incurring unnecessary
 dependencies. The Stan project develops a probabilistic programming
 language that implements full or approximate Bayesian statistical
 inference via Markov Chain Monte Carlo or 'variational' methods and
 implements (optionally penalized) maximum likelihood estimation via
 optimization. The Stan library includes an advanced automatic
 differentiation scheme, 'templated' statistical and linear algebra
 functions that can handle the automatically 'differentiable' scalar
 types (and doubles, 'ints', etc.), and a parser for the Stan language.
 The 'rstan' package provides user-facing R functions to parse, compile,
 test, estimate, and analyze Stan models.