me
/
guix
Archived
1
0
Fork 0

gnu: r-rmisc: Update to 1.5.1.

* gnu/packages/cran.scm (r-rmisc): Update to 1.5.1.
[propagated-inputs]: Remove r-rcpp.
master
Ricardo Wurmus 2022-05-28 08:30:52 +02:00
parent 1316ceb124
commit 28af966caa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -31491,16 +31491,16 @@ asynchronously from formatting.")
(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