[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/28: gnu: Add r-zscorer.
From: |
guix-commits |
Subject: |
05/28: gnu: Add r-zscorer. |
Date: |
Thu, 26 Aug 2021 05:26:07 -0400 (EDT) |
rekado pushed a commit to branch master
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+)))
- 07/28: gnu: Add r-rfigshare., (continued)
- 07/28: gnu: Add r-rfigshare., guix-commits, 2021/08/26
- 09/28: gnu: Add r-zoon., guix-commits, 2021/08/26
- 10/28: gnu: Add r-paws-common., guix-commits, 2021/08/26
- 11/28: gnu: Add r-paws-customer-engagement., guix-commits, 2021/08/26
- 14/28: gnu: Add r-paws-security-identity., guix-commits, 2021/08/26
- 15/28: gnu: Add r-paws-analytics., guix-commits, 2021/08/26
- 16/28: gnu: Add r-paws-machine-learning., guix-commits, 2021/08/26
- 20/28: gnu: Add r-paws-storage., guix-commits, 2021/08/26
- 06/28: gnu: Add r-zra., guix-commits, 2021/08/26
- 08/28: gnu: Add r-dismo., guix-commits, 2021/08/26
- 05/28: gnu: Add r-zscorer.,
guix-commits <=
- 12/28: gnu: Add r-paws-cost-management., guix-commits, 2021/08/26
- 13/28: gnu: Add r-paws-application-integration., guix-commits, 2021/08/26
- 18/28: gnu: Add r-paws-networking., guix-commits, 2021/08/26
- 19/28: gnu: Add r-paws-database., guix-commits, 2021/08/26
- 17/28: gnu: Add r-paws-management., guix-commits, 2021/08/26
- 22/28: gnu: Add r-paws., guix-commits, 2021/08/26
- 26/28: gnu: Add r-filehash., guix-commits, 2021/08/26
- 28/28: gnu: Add r-zooimage., guix-commits, 2021/08/26
- 21/28: gnu: Add r-paws-compute., guix-commits, 2021/08/26
- 23/28: gnu: Add r-zoomgroupstats., guix-commits, 2021/08/26