[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 20/34] gnu: Add package r-stanheaders
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 20/34] gnu: Add package r-stanheaders |
Date: |
Tue, 4 Feb 2020 14:56:12 +0100 |
* gnu/packages/cran.scm (r-stanheaders): New variable.
---
gnu/packages/cran.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cf230ec076..47acdf95ae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19782,3 +19782,38 @@ additional cost functions, cross validation, and other
extensions beyond
traditional structural equation models. Also contains a function to perform
exploratory mediation (XMed).")
(license license:gpl2+)))
+
+(define-public r-stanheaders
+ (package
+ (name "r-stanheaders")
+ (version "2.19.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "StanHeaders" version))
+ (sha256
+ (base32
+ "0kyka130sin4nbji7p840394ynhmaynv9jyi94ddbplj83i2nhx3"))))
+ (properties `((upstream-name . "StanHeaders")))
+ (build-system r-build-system)
+ (inputs `(("pandoc" ,ghc-pandoc)))
+ (native-inputs `(("gfortran" ,gfortran)))
+ (home-page "https://mc-stan.org/")
+ (synopsis "C++ Header Files for Stan")
+ (description
+ "The C++ header files of the Stan project are provided by this package,
+but it contains no R code or function documentation. There is a shared object
+containing part of the @code{CVODES} library, but it is not accessible from R.
+@code{r-stanheaders} is only useful for developers who want to utilize the
+@code{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 @code{r-rstan} package provides
+user-facing R functions to parse, compile, test, estimate, and analyze Stan
+models.")
+ (license license:bsd-3)))
--
2.20.1
- [bug#39416] [PATCH 12/34] gnu: Add package r-polycor, (continued)
- [bug#39416] [PATCH 12/34] gnu: Add package r-polycor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 15/34] gnu: Add package r-mi, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 17/34] gnu: Add package r-sem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 18/34] gnu: Add package r-semtools, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 10/34] gnu: Add package r-topicmodels, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 08/34] gnu: Add package r-snowballc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 14/34] gnu: Add package r-ltm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 16/34] gnu: Add package r-matrixcalc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 19/34] gnu: Add package r-regsem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 21/34] gnu: Add package r-rpf, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 20/34] gnu: Add package r-stanheaders,
Lars-Dominik Braun <=
- [bug#39416] [PATCH 23/34] gnu: Add package r-kutils, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 34/34] gnu: Add package r-irtoys, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 31/34] gnu: Add package r-cdm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 24/34] gnu: Add package r-rockchalk, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 25/34] gnu: Add package r-lisreltor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 22/34] gnu: Add package r-openmx, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 28/34] gnu: Add package r-d3network, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 27/34] gnu: Add package r-ggm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 33/34] gnu: Add package r-erm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 29/34] gnu: Add package r-qgraph, Lars-Dominik Braun, 2020/02/04