unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57270] [PATCH] gnu: Add r-prospectr.
@ 2022-08-18  7:48 Wiktor Żelazny
  2022-10-07 13:38 ` [bug#57270] [PATCH v2] " Wiktor Żelazny
  2022-12-29 22:15 ` bug#57270: [PATCH] " Ricardo Wurmus
  0 siblings, 2 replies; 3+ messages in thread
From: Wiktor Żelazny @ 2022-08-18  7:48 UTC (permalink / raw)
  To: 57270; +Cc: Wiktor Żelazny

From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/cran.scm (r-prospectr): New variable.
---
 gnu/packages/cran.scm | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e03b707162..75d856b2fc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
-;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny <wzelazny@vurv.cz>
+;;; Copyright © 2019, 2020, 2021, 2022 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
@@ -34296,3 +34296,30 @@ (define-public r-sungeo
      "Tools for integrating spatially-misaligned GIS datasets.  Part of the
 Sub-National Geospatial Data Archive System.")
     (license license:gpl2)))
+
+(define-public r-prospectr
+  (package
+    (name "r-prospectr")
+    (version "0.2.5")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "prospectr" version))
+              (sha256
+               (base32
+                "0zwbmnfinjr1hdhlsydgphkp5hqr6yh9zmbbbhj7gadl10mmai4f"))))
+    (properties `((upstream-name . "prospectr")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-foreach
+                             r-iterators
+                             r-rcpp
+                             r-mathjaxr
+                             r-lifecycle
+                             r-rcpparmadillo))
+    (home-page "https://cran.r-project.org/web/packages/prospectr/")
+    (synopsis "Functions for processing and sample selection of spectroscopic
+data")
+    (description
+     "@code{prospectr} provides miscellaneous functions to preprocess
+spectroscopic data and conduct representative sample selection, or
+calibration sampling.")
+    (license license:expat)))

base-commit: 741c8efd6a85150359578610e492c6731fd34a03
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#57270] [PATCH v2] gnu: Add r-prospectr.
  2022-08-18  7:48 [bug#57270] [PATCH] gnu: Add r-prospectr Wiktor Żelazny
@ 2022-10-07 13:38 ` Wiktor Żelazny
  2022-12-29 22:15 ` bug#57270: [PATCH] " Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Wiktor Żelazny @ 2022-10-07 13:38 UTC (permalink / raw)
  To: 57270

From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/cran.scm (r-prospectr): New variable.
---
 gnu/packages/cran.scm | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c48ef78f4c..77a4fd9aef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
-;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny <wzelazny@vurv.cz>
+;;; Copyright © 2019, 2020, 2021, 2022 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
@@ -16535,6 +16535,33 @@ (define-public r-profvis
 profiling R code.")
     (license license:gpl3)))
 
+(define-public r-prospectr
+  (package
+    (name "r-prospectr")
+    (version "0.2.6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "prospectr" version))
+              (sha256
+               (base32
+                "1p53hcgcs2p09zhc2n7byjzrgvcgz6w7q00mlsn4kmnz7l4p7rrm"))))
+    (properties `((upstream-name . "prospectr")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-foreach
+                             r-iterators
+                             r-rcpp
+                             r-mathjaxr
+                             r-lifecycle
+                             r-rcpparmadillo))
+    (home-page "https://github.com/l-ramirez-lopez/prospectr")
+    (synopsis "Functions for processing and sample selection of spectroscopic
+data")
+    (description
+     "@code{prospectr} provides miscellaneous functions to preprocess
+spectroscopic data and conduct representative sample selection, or
+calibration sampling.")
+    (license license:expat)))
+
 (define-public r-protviz
   (package
     (name "r-protviz")

base-commit: 8319be779f0d780aa801c9fa1be853781c680dda
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#57270: [PATCH] gnu: Add r-prospectr.
  2022-08-18  7:48 [bug#57270] [PATCH] gnu: Add r-prospectr Wiktor Żelazny
  2022-10-07 13:38 ` [bug#57270] [PATCH v2] " Wiktor Żelazny
@ 2022-12-29 22:15 ` Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2022-12-29 22:15 UTC (permalink / raw)
  To: 57270-done

Applied, thank you!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-29 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18  7:48 [bug#57270] [PATCH] gnu: Add r-prospectr Wiktor Żelazny
2022-10-07 13:38 ` [bug#57270] [PATCH v2] " Wiktor Żelazny
2022-12-29 22:15 ` bug#57270: [PATCH] " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).