mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-tolerance: Update to 3.0.0.
* gnu/packages/cran.scm (r-tolerance): Update to 3.0.0. [propagated-inputs]: Remove r-rgl; add r-plotly. Change-Id: I7edd308af3937baa3384428cab531367e936b637
This commit is contained in:
parent
c4f40ee0ff
commit
3b1f8972fa
1 changed files with 3 additions and 3 deletions
|
@ -30516,18 +30516,18 @@ (define-public r-univoutl
|
|||
(define-public r-tolerance
|
||||
(package
|
||||
(name "r-tolerance")
|
||||
(version "2.0.0")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tolerance" version))
|
||||
(sha256
|
||||
(base32
|
||||
"001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
|
||||
"0pk75i0qmfrpm02jm4c0vvryq3f2drmj9dzj1q0zr3sbmp9w6mpf"))))
|
||||
(properties `((upstream-name . "tolerance")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-mass r-rgl))
|
||||
(list r-mass r-plotly))
|
||||
(home-page "https://cran.r-project.org/web/packages/tolerance/")
|
||||
(synopsis "Statistical tolerance intervals and regions")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue