gnu: r-rmisc: Update to 1.5.1.
* gnu/packages/cran.scm (r-rmisc): Update to 1.5.1. [propagated-inputs]: Remove r-rcpp.
This commit is contained in:
parent
1316ceb124
commit
28af966caa
1 changed files with 3 additions and 3 deletions
|
@ -31491,16 +31491,16 @@ (define-public r-vroom
|
|||
(define-public r-rmisc
|
||||
(package
|
||||
(name "r-rmisc")
|
||||
(version "1.5")
|
||||
(version "1.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rmisc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ijjhfy3v91fspid77rrkc5dkcb2lav37wc3f4k5lwrn24wzy5y8"))))
|
||||
"1h6jb0xwkyhm9lwm7nj9bhrb5dhrsifvkpqkrd594j1lz74dar8x"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-plyr r-rcpp r-lattice))
|
||||
(list r-plyr r-lattice))
|
||||
(home-page "https://cran.r-project.org/web/packages/Rmisc/")
|
||||
(synopsis "Ryan Miscellaneous")
|
||||
(description "The Rmisc library contains functions for data analysis and
|
||||
|
|
Loading…
Reference in a new issue