diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-05-21 06:15:17 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-05-28 12:13:55 +0200 |
| commit | 73993d585bd4fa583a250a433fdffc9aeccd0a79 (patch) | |
| tree | 3203d73e4ffc706cdfdc52909642a1c322bdce41 /gnu | |
| parent | cda1265bdad02ded543b3495e9047f794e717af6 (diff) | |
gnu: r-aricode: Update to 1.1.0.
* gnu/packages/cran.scm (r-aricode): Update to 1.1.0.
[propagated-inputs]: Add r-lifecycle.
[native-inputs]: Add r-spelling.
Change-Id: I1525a3c89ac3068faea8494a1def48b8ba16a8ca
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index d86e82756ba..67d05583ed6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -23829,17 +23829,17 @@ script.") | |||
| 23829 | (define-public r-aricode | 23829 | (define-public r-aricode |
| 23830 | (package | 23830 | (package |
| 23831 | (name "r-aricode") | 23831 | (name "r-aricode") |
| 23832 | (version "1.0.3") | 23832 | (version "1.1.0") |
| 23833 | (source (origin | 23833 | (source (origin |
| 23834 | (method url-fetch) | 23834 | (method url-fetch) |
| 23835 | (uri (cran-uri "aricode" version)) | 23835 | (uri (cran-uri "aricode" version)) |
| 23836 | (sha256 | 23836 | (sha256 |
| 23837 | (base32 | 23837 | (base32 |
| 23838 | "02nrw66jfpzf6dy0zy21sbdjxjc8c11iv9fkjqj5akzb7wskk9qh")))) | 23838 | "1x260wxs1yaccpdgncnky1188p3zahxhhwq0r4pvdv8lzm3dhs4s")))) |
| 23839 | (properties `((upstream-name . "aricode"))) | 23839 | (properties `((upstream-name . "aricode"))) |
| 23840 | (build-system r-build-system) | 23840 | (build-system r-build-system) |
| 23841 | (propagated-inputs (list r-matrix r-rcpp)) | 23841 | (propagated-inputs (list r-lifecycle r-matrix r-rcpp)) |
| 23842 | (native-inputs (list r-testthat)) | 23842 | (native-inputs (list r-spelling r-testthat)) |
| 23843 | (home-page "https://github.com/jchiquet/aricode") | 23843 | (home-page "https://github.com/jchiquet/aricode") |
| 23844 | (synopsis "Efficient computations of standard clustering comparison measures") | 23844 | (synopsis "Efficient computations of standard clustering comparison measures") |
| 23845 | (description | 23845 | (description |
