[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
104/377: gnu: Add r-zscorer.
From: |
guix-commits |
Subject: |
104/377: gnu: Add r-zscorer. |
Date: |
Sun, 5 Sep 2021 10:07:12 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit fac893fa7fbbe854aa3fa53ca399c52c9a59e11e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 10:55:27 2021 +0200
gnu: Add r-zscorer.
* gnu/packages/cran.scm (r-zscorer): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8499b2a..0dabbda 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30453,3 +30453,30 @@ Bessel K function.")
variates and maximum likelihood estimates of the Zero-truncated Poisson
lognormal distribution and their mixture distribution.")
(license license:expat)))
+
+(define-public r-zscorer
+ (package
+ (name "r-zscorer")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zscorer" version))
+ (sha256
+ (base32
+ "0aijhs0fyird5gq68x4dxchb02mxa7ijk10k9zjhngghxbjj7iqn"))))
+ (properties `((upstream-name . "zscorer")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-shiny" ,r-shiny)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/nutriverse/zscorer")
+ (synopsis "Child Anthropometry z-Score Calculator")
+ (description
+ "This package provides a tool for calculating z-scores and centiles for
+weight-for-age, length/height-for-age, weight-for-length/height, BMI-for-age,
+head circumference-for-age, age circumference-for-age, subscapular
+skinfold-for-age, triceps skinfold-for-age based on the WHO Child Growth
+Standards.")
+ (license license:agpl3+)))
- 82/377: gnu: r-scuttle: Update to 1.2.1., (continued)
- 82/377: gnu: r-scuttle: Update to 1.2.1., guix-commits, 2021/09/05
- 84/377: gnu: r-delayedmatrixstats: Update to 1.14.2., guix-commits, 2021/09/05
- 90/377: gnu: knot-resolver: Update to 5.4.1., guix-commits, 2021/09/05
- 86/377: gnu: atop: Update to 2.6.0., guix-commits, 2021/09/05
- 97/377: gnu: emacs-moody: Update to 0.6.0., guix-commits, 2021/09/05
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., guix-commits, 2021/09/05
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/05
- 96/377: gnu: emacs-keycast: Update to 1.1.1., guix-commits, 2021/09/05
- 101/377: gnu: Add r-ztree., guix-commits, 2021/09/05
- 103/377: gnu: Add r-ztpln., guix-commits, 2021/09/05
- 104/377: gnu: Add r-zscorer.,
guix-commits <=
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/05
- 109/377: gnu: Add r-paws-common., guix-commits, 2021/09/05
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/05
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/05
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/05
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/05
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/05
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/05
- 119/377: gnu: Add r-paws-storage., guix-commits, 2021/09/05
- 121/377: gnu: Add r-paws., guix-commits, 2021/09/05