me
/
guix
Archived
1
0
Fork 0

gnu: r-bit: Update to 1.1-14.

* gnu/packages/statistics.scm (r-bit): Update to 1.1-14.
master
Ricardo Wurmus 2018-05-31 12:34:21 +02:00
parent 3c441be0f3
commit 99b225f3eb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -649,14 +649,14 @@ curves, Cox models, and parametric accelerated failure time models.")
(define-public r-bit
(package
(name "r-bit")
(version "1.1-13")
(version "1.1-14")
(source
(origin
(method url-fetch)
(uri (cran-uri "bit" version))
(sha256
(base32
"1yhpwvfkxpb773h8khjzyamqxl2jn7pjjmxjfawq626hhds8fsh6"))))
"0m7jrqzpa1pk8ixcl814x06jf96nlvvr16x6did6cfk4zghsrfjw"))))
(build-system r-build-system)
(home-page "http://ff.r-forge.r-project.org")
(synopsis "Class for vectors of 1-bit booleans")