me
/
guix
Archived
1
0
Fork 0

gnu: Add r-cccd.

* gnu/packages/cran.scm (r-cccd): New variable.
Ricardo Wurmus 2022-02-22 19:50:47 +01:00
parent c8f1781eb1
commit cc13c85c4a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -32082,6 +32082,26 @@ least four days in the calendar year. This package provides functionality to
convert dates to MMWR day, week, and year and the reverse.")
(license license:gpl2+)))
(define-public r-cccd
(package
(name "r-cccd")
(version "1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "cccd" version))
(sha256
(base32 "0m364zsrgr7mh1yhl2lqxpaf71gzq3y3pp9qgnj4spiy4iadyy7i"))))
(properties `((upstream-name . "cccd")))
(build-system r-build-system)
(propagated-inputs (list r-deldir r-fnn r-igraph r-proxy))
(home-page "https://cran.r-project.org/package=cccd")
(synopsis "Class cover catch digraphs")
(description
"This package provides tools to create Class Cover Catch Digraphs,
neighborhood graphs, and relatives.")
(license license:gpl2+)))
(define-public r-crul
(package
(name "r-crul")