mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
gnu: Add r-modeldata.
* gnu/packages/cran.scm (r-modeldata): New variable.
This commit is contained in:
parent
37e9a7fabf
commit
6edf558fd0
1 changed files with 20 additions and 0 deletions
|
@ -24120,6 +24120,26 @@ (define-public r-infer
|
||||||
expressive statistical grammar that coheres with the Tidy design framework.")
|
expressive statistical grammar that coheres with the Tidy design framework.")
|
||||||
(license license:cc0)))
|
(license license:cc0)))
|
||||||
|
|
||||||
|
(define-public r-modeldata
|
||||||
|
(package
|
||||||
|
(name "r-modeldata")
|
||||||
|
(version "0.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "modeldata" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"13q6hhbwqbwnjvg8bz6iwwfx96p1saqq3r34cjrbnpgzmr1nn11l"))))
|
||||||
|
(properties `((upstream-name . "modeldata")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://modeldata.tidymodels.org")
|
||||||
|
(synopsis "Data sets useful for modeling packages")
|
||||||
|
(description
|
||||||
|
"This package provides data sets used for demonstrating or testing
|
||||||
|
model-related packages.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-tidymodels
|
(define-public r-tidymodels
|
||||||
(package
|
(package
|
||||||
(name "r-tidymodels")
|
(name "r-tidymodels")
|
||||||
|
|
Loading…
Reference in a new issue