[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/77: gnu: Add r-deming.
From: |
guix-commits |
Subject: |
04/77: gnu: Add r-deming. |
Date: |
Wed, 25 Oct 2023 10:59:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f1499ff35a3d3942bbb0fbfe9669b10e454f443e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 15:12:50 2023 +0200
gnu: Add r-deming.
* gnu/packages/cran.scm (r-deming): New variable.
Change-Id: I9374a69603f88dd8c78a3c5bd2bdf2b992de2101
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab3c2c5e9a..9bf5ea9d2a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3583,6 +3583,27 @@ without affecting the current R process at all. This
package does exactly
that.")
(license license:expat)))
+(define-public r-deming
+ (package
+ (name "r-deming")
+ (version "1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "deming" version))
+ (sha256
+ (base32 "1yx3qrbik6jpqgsi0gqgc7y2cra13qlisg2gq8rvnv57nvcvb421"))))
+ (properties `((upstream-name . "deming")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-boot))
+ (home-page "https://cran.r-project.org/package=deming")
+ (synopsis
+ "Deming, Theil-Sen, Passing-Bablock and Total Least Squares regression")
+ (description
+ "This package implements generalized Deming regression, Theil-Sen
+regression and Passing-Bablock regression functions.")
+ (license license:lgpl2.0+)))
+
(define-public r-depmixs4
(package
(name "r-depmixs4")
- branch master updated (d461dd81cd -> fa849a177a), guix-commits, 2023/10/25
- 02/77: gnu: r-ggplot2: Update to 3.4.4., guix-commits, 2023/10/25
- 01/77: gnu: r-gdata: Update to 3.0.0., guix-commits, 2023/10/25
- 05/77: gnu: Add python-jupyterlite-core., guix-commits, 2023/10/25
- 03/77: gnu: r-httpuv: Update to 1.6.12., guix-commits, 2023/10/25
- 07/77: gnu: python-sphinx-gallery: Update to 0.14.0., guix-commits, 2023/10/25
- 06/77: gnu: Add python-jupyterlite-sphinx., guix-commits, 2023/10/25
- 04/77: gnu: Add r-deming.,
guix-commits <=
- 09/77: gnu: Add python-funsor., guix-commits, 2023/10/25
- 11/77: gnu: r-biomartr: Update to 1.0.6., guix-commits, 2023/10/25
- 10/77: gnu: r-covr: Update to 3.6.3., guix-commits, 2023/10/25
- 12/77: gnu: r-metap: Update to 1.9., guix-commits, 2023/10/25
- 08/77: gnu: Add python-assertpy., guix-commits, 2023/10/25
- 13/77: gnu: r-bwstest: Update to 0.2.3., guix-commits, 2023/10/25
- 16/77: gnu: r-rcppthread: Update to 2.1.6., guix-commits, 2023/10/25
- 17/77: gnu: r-sp: Update to 2.1-1., guix-commits, 2023/10/25
- 18/77: gnu: r-drat: Update to 0.2.4., guix-commits, 2023/10/25
- 19/77: gnu: r-rpostgres: Update to 1.4.6., guix-commits, 2023/10/25