gnu: r-catdata: Update to 1.2.4.
* gnu/packages/cran.scm (r-catdata): Update to 1.2.4. [native-inputs]: Add r-knitr. Change-Id: I7e2873a612f114d7124d5787ff70a8bf0ffefe93
This commit is contained in:
parent
c3e2892558
commit
1bb0d6355c
1 changed files with 3 additions and 2 deletions
|
@ -12447,16 +12447,17 @@ evaluated by the @dfn{Akaike Information Criterion} (AIC).")
|
||||||
(define-public r-catdata
|
(define-public r-catdata
|
||||||
(package
|
(package
|
||||||
(name "r-catdata")
|
(name "r-catdata")
|
||||||
(version "1.2.3")
|
(version "1.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "catdata" version))
|
(uri (cran-uri "catdata" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d4zndlq2ngjhhqg9d6xi84ddfx262pl63gfw8qhq9m3w7z2dklx"))))
|
"1gvibnjfrjdsxx4jks29hhk3dfsm23nxnbwd5p8w67nxr4n6qn0w"))))
|
||||||
(properties `((upstream-name . "catdata")))
|
(properties `((upstream-name . "catdata")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-mass))
|
(propagated-inputs (list r-mass))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://cran.r-project.org/package=catdata")
|
(home-page "https://cran.r-project.org/package=catdata")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Datasets and examples used in the book @emph{Regression for Categorical Data}")
|
"Datasets and examples used in the book @emph{Regression for Categorical Data}")
|
||||||
|
|
Reference in a new issue