[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/377: gnu: Add r-zoib.
From: |
guix-commits |
Subject: |
138/377: gnu: Add r-zoib. |
Date: |
Thu, 2 Sep 2021 17:55:06 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 03ed20e87b9460ad08522fd9d77af3293f03a7a9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:46:07 2021 +0200
gnu: Add r-zoib.
* gnu/packages/cran.scm (r-zoib): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d47c4f1..8dd3743 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31349,3 +31349,29 @@ functions for working with the Zoltar API, including
connecting and
authenticating, getting information about projects, models, and forecasts,
deleting and uploading forecast data, and downloading scores.")
(license license:gpl3)))
+
+(define-public r-zoib
+ (package
+ (name "r-zoib")
+ (version "1.5.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zoib" version))
+ (sha256
+ (base32
+ "0inm7f2pc68ksqxvq12xp9jc99vj7ydylvs24ip12nksbj5k1n8f"))))
+ (properties `((upstream-name . "zoib")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-abind" ,r-abind)
+ ("r-coda" ,r-coda)
+ ("r-formula" ,r-formula)
+ ("r-rjags" ,r-rjags)))
+ (home-page "https://www.r-project.org")
+ (synopsis "Bayesian inference for beta regression")
+ (description
+ "This package lets you fit beta regression and zero-or-one inflated beta
+regression and obtain Bayesian inference of the model via the Markov Chain
+Monte Carlo approach implemented in JAGS.")
+ (license license:gpl3+)))
- 348/377: gnu: gst-plugins-good: Update to 1.18.4., (continued)
- 348/377: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/09/02
- 349/377: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/09/02
- 351/377: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/09/02
- 353/377: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/09/02
- 352/377: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/09/02
- 350/377: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/09/02
- 355/377: gnu: glib: Disable failing test., guix-commits, 2021/09/02
- 357/377: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/09/02
- 132/377: gnu: Add r-mmwrweek., guix-commits, 2021/09/02
- 133/377: gnu: Add r-crul., guix-commits, 2021/09/02
- 138/377: gnu: Add r-zoib.,
guix-commits <=
- 142/377: gnu: Add rust-nix-0.22., guix-commits, 2021/09/02
- 140/377: gnu: rust-thiserror-1: Update to 1.0.26., guix-commits, 2021/09/02
- 147/377: gnu: Add rust-polars-core-0.15., guix-commits, 2021/09/02
- 149/377: gnu: Add rust-polars-io-0.15., guix-commits, 2021/09/02
- 150/377: gnu: Add rust-polars-lazy-0.15., guix-commits, 2021/09/02
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/02
- 152/377: gnu: Add rust-jsonpath-lib-0.3., guix-commits, 2021/09/02
- 154/377: gnu: Add rust-bigdecimal-rs-0.2., guix-commits, 2021/09/02
- 158/377: gnu: nushell: Update to 0.36.0., guix-commits, 2021/09/02
- 160/377: gnu: mc: Update to 4.8.27., guix-commits, 2021/09/02