From c46f46f2f324a348aa86e406be9ecf3f15839914 Mon Sep 17 00:00:00 2001 From: Marco Baggio Date: Wed, 22 May 2024 17:41:34 +0200 Subject: gnu: Add r-slanter. * gnu/packages/cran.scm (r-slanter): New variable. Change-Id: I3b6c76431940f5e6be6a86344029552dded54e54 --- gnu/packages/cran.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gnu/packages/cran.scm') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a2834d88f9..aaadc76c16 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -37,6 +37,7 @@ ;;; Copyright © 2021 Guillaume Le Vaillant ;;; Copyright © 2022-2024 Navid Afkhami ;;; Copyright © 2022 Greg Hogan +;;; Copyright © 2024 Marco Baggio ;;; ;;; This file is part of GNU Guix. ;;; @@ -15775,6 +15776,27 @@ (define-public r-slam based on index arrays and simple triplet representations, respectively.") (license license:gpl2))) +(define-public r-slanter + (package + (name "r-slanter") + (version "0.2-0") + (source + (origin + (method url-fetch) + (uri (cran-uri "slanter" version)) + (sha256 + (base32 "024dkman0r5qzc215gw0ds932vdaz8krrhv64fjw9pni37ixc3mf")))) + (properties `((upstream-name . "slanter"))) + (build-system r-build-system) + (propagated-inputs (list r-matrix r-pheatmap r-pracma)) + (native-inputs (list r-knitr)) + (home-page "https://cran.r-project.org/package=slanter") + (synopsis "Slanted matrices and ordered clustering") + (description + "This is a package for slanted matrices and ordered clustering for better +visualization of similarity data.") + (license license:expat))) + (define-public r-manipulatewidget (package (name "r-manipulatewidget") -- cgit v1.2.3