unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40746] New package: r-brms
@ 2020-04-21 16:28 Eric Brown
  2020-05-30 17:54 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Brown @ 2020-04-21 16:28 UTC (permalink / raw)
  To: 40746

[-- Attachment #1: Type: text/plain, Size: 70 bytes --]

Dear Guix:

Please see attached diff for r-brms.

Best regards,
Eric


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: r-brms --]
[-- Type: text/x-patch, Size: 2832 bytes --]

From 6d9b9202a5c2c45bd30b8764c740aee291274c83 Mon Sep 17 00:00:00 2001
From: Eric Brown <ecbrown@ericcbrown.com>
Date: Tue, 21 Apr 2020 11:13:11 -0500
Subject: [PATCH] gnu: Add r-brms.

* gnu/packages/cran.scm (r-brms): New variable.
---
 gnu/packages/cran.scm | 52 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70cb7cc700..13251652d4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21162,3 +21162,55 @@ evaluated interactively.")
 Bayes factors, posterior model probabilities, and normalizing constants in
 general, via different versions of bridge sampling.")
     (license license:gpl2+)))
+
+(define-public r-brms
+  (package
+    (name "r-brms")
+    (version "2.12.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "brms" version))
+       (sha256
+        (base32
+         "1699lwkklfhjz7fddawlig552g2zvrc34mqwrzqjgl35r9fm08gs"))))
+    (properties `((upstream-name . "brms")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-abind" ,r-abind)
+       ("r-backports" ,r-backports)
+       ("r-bayesplot" ,r-bayesplot)
+       ("r-bridgesampling" ,r-bridgesampling)
+       ("r-coda" ,r-coda)
+       ("r-future" ,r-future)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-glue" ,r-glue)
+       ("r-loo" ,r-loo)
+       ("r-matrix" ,r-matrix)
+       ("r-matrixstats" ,r-matrixstats)
+       ("r-mgcv" ,r-mgcv)
+       ("r-nleqslv" ,r-nleqslv)
+       ("r-nlme" ,r-nlme)
+       ("r-rcpp" ,r-rcpp)
+       ("r-rstan" ,r-rstan)
+       ("r-rstantools" ,r-rstantools)
+       ("r-shinystan" ,r-shinystan)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page
+     "https://github.com/paul-buerkner/brms")
+    (synopsis
+     "Bayesian Regression Models using 'Stan'")
+    (description
+     "Fit Bayesian generalized (non-)linear multivariate multilevel models
+using 'Stan' for full Bayesian inference. A wide range of distributions and
+link functions are supported, allowing users to fit -- among others -- linear,
+robust linear, count data, survival, response times, ordinal, zero-inflated,
+hurdle, and even self-defined mixture models all in a multilevel context.
+Further modeling options include non-linear and smooth terms, auto-correlation
+structures, censored data, meta-analytic standard errors, and quite a few
+more. In addition, all parameters of the response distribution can be
+predicted in order to perform distributional regression. Prior specifications
+are flexible and explicitly encourage users to apply prior distributions that
+actually reflect their beliefs. Model fit can easily be assessed and compared
+with posterior predictive checks and leave-one-out cross-validation.")
+    (license license:gpl2)))
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#40746] New package: r-brms
  2020-04-21 16:28 [bug#40746] New package: r-brms Eric Brown
@ 2020-05-30 17:54 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-05-30 17:54 UTC (permalink / raw)
  To: Eric Brown, 40746

[-- Attachment #1: Type: text/plain, Size: 1804 bytes --]

Hello,

This patch has gone stale, sorry about that.

Can you rebase it on 'master'?

Eric Brown <ecbrown@ericcbrown.com> writes:

> From 6d9b9202a5c2c45bd30b8764c740aee291274c83 Mon Sep 17 00:00:00 2001
> From: Eric Brown <ecbrown@ericcbrown.com>
> Date: Tue, 21 Apr 2020 11:13:11 -0500
> Subject: [PATCH] gnu: Add r-brms.
>
> * gnu/packages/cran.scm (r-brms): New variable.

[...]

> +    (home-page
> +     "https://github.com/paul-buerkner/brms")
> +    (synopsis
> +     "Bayesian Regression Models using 'Stan'")

The line breaks here are unnecessary.

> +    (description
> +     "Fit Bayesian generalized (non-)linear multivariate multilevel models
> +using 'Stan' for full Bayesian inference. A wide range of distributions and
> +link functions are supported, allowing users to fit -- among others -- linear,
> +robust linear, count data, survival, response times, ordinal, zero-inflated,
> +hurdle, and even self-defined mixture models all in a multilevel context.
> +Further modeling options include non-linear and smooth terms, auto-correlation
> +structures, censored data, meta-analytic standard errors, and quite a few
> +more. In addition, all parameters of the response distribution can be
> +predicted in order to perform distributional regression. Prior specifications
> +are flexible and explicitly encourage users to apply prior distributions that
> +actually reflect their beliefs. Model fit can easily be assessed and compared
> +with posterior predictive checks and leave-one-out cross-validation.")

Please use two spaces between sentences, as suggested by 'guix lint'.

> +    (license license:gpl2)))

I don't see any files mentioning 'GPL 2 only', so this should probably
be 'gpl2+', i.e. "GPL 2 or any later version".

Can you send an updated patch?  Thanks in advance.  :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-30 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 16:28 [bug#40746] New package: r-brms Eric Brown
2020-05-30 17:54 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).