mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-tolerance: Update to 2.0.0.
* gnu/packages/cran.scm (r-tolerance): Update to 2.0.0. [propagated-inputs]: Add r-mass.
This commit is contained in:
parent
a3d80e6212
commit
1a060eabf8
1 changed files with 4 additions and 3 deletions
|
@ -18475,18 +18475,19 @@ (define-public r-univoutl
|
||||||
(define-public r-tolerance
|
(define-public r-tolerance
|
||||||
(package
|
(package
|
||||||
(name "r-tolerance")
|
(name "r-tolerance")
|
||||||
(version "1.3.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tolerance" version))
|
(uri (cran-uri "tolerance" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17qh4ad1f3fbcpwlxxqh8qr9bnwjcl4yxk0l3fkbr6b2l4rc5p86"))))
|
"001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
|
||||||
(properties `((upstream-name . "tolerance")))
|
(properties `((upstream-name . "tolerance")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rgl" ,r-rgl)))
|
`(("r-mass" ,r-mass)
|
||||||
|
("r-rgl" ,r-rgl)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/tolerance/")
|
(home-page "https://cran.r-project.org/web/packages/tolerance/")
|
||||||
(synopsis "Statistical tolerance intervals and regions")
|
(synopsis "Statistical tolerance intervals and regions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue