From cc13c85c4af0bdf95bd36c6b63b21c70d3a5a319 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 22 Feb 2022 19:50:47 +0100 Subject: gnu: Add r-cccd. * gnu/packages/cran.scm (r-cccd): New variable. --- gnu/packages/cran.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ae8911f4c0..5665b44f4d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") -- cgit 1.4.1