[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: |
Thu, 2 Sep 2021 17:54:54 -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+)))
- 59/377: gnu: r-r6: Update to 2.5.1., (continued)
- 59/377: gnu: r-r6: Update to 2.5.1., guix-commits, 2021/09/02
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/02
- 79/377: gnu: r-universalmotif: Update to 1.10.2., guix-commits, 2021/09/02
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/02
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/02
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/02
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/02
- 107/377: gnu: Add r-dismo., guix-commits, 2021/09/02
- 100/377: gnu: Add r-zzlite., guix-commits, 2021/09/02
- 145/377: gnu: Add rust-arrow-5., guix-commits, 2021/09/02
- 104/377: gnu: Add r-zscorer.,
guix-commits <=
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/02
- 122/377: gnu: Add r-zoomgroupstats., guix-commits, 2021/09/02
- 125/377: gnu: Add r-filehash., guix-commits, 2021/09/02
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/02
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/02
- 139/377: gnu: rust-thiserror-impl-1: Update to 1.0.26., guix-commits, 2021/09/02
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/02
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/02
- 70/377: gnu: r-structuralvariantannotation: Update to 1.8.2., guix-commits, 2021/09/02
- 72/377: gnu: r-chippeakanno: Update to 3.26.3., guix-commits, 2021/09/02