me
/
guix
Archived
1
0
Fork 0

gnu: r-rlrsim: Update to 3.1-8.

* gnu/packages/statistics.scm (r-rlrsim): Update to 3.1-8.
master
Ricardo Wurmus 2022-04-11 18:01:44 +02:00
parent 59e94c9bee
commit dabd0d793c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6991,13 +6991,13 @@ is used to allow menus, dialogs, and the response to mouse actions to be
(define-public r-rlrsim
(package
(name "r-rlrsim")
(version "3.1-6")
(version "3.1-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "RLRsim" version))
(sha256
(base32 "1wkkibr250frsbfq70m9jdrylxb492zibf5w03z6zis98pjffssp"))))
(base32 "06i4slc7fj8xifq20i1vqfadfw2p81b0kfzga60139hnryz1zpva"))))
(properties `((upstream-name . "RLRsim")))
(build-system r-build-system)
(propagated-inputs (list r-lme4 r-mgcv r-nlme r-rcpp))