gnu: r-anthropometry: Update to 1.14.

* gnu/packages/cran.scm (r-anthropometry): Update to 1.14.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-04-14 16:09:57 +02:00
parent 172fea2c0a
commit 5c819cd214
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18804,14 +18804,14 @@ (define-public r-shapes
(define-public r-anthropometry
(package
(name "r-anthropometry")
(version "1.13")
(version "1.14")
(source
(origin
(method url-fetch)
(uri (cran-uri "Anthropometry" version))
(sha256
(base32
"1f568ri1s6psaby8y737vrkarbjg64v89d4jyw23hy17apdmszr8"))))
"0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
(properties `((upstream-name . "Anthropometry")))
(build-system r-build-system)
(propagated-inputs
@ -18824,6 +18824,8 @@ (define-public r-anthropometry
("r-nnls" ,r-nnls)
("r-rgl" ,r-rgl)
("r-shapes" ,r-shapes)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/Anthropometry/")
(synopsis "Statistical methods for anthropometric data")
(description