emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57270: closed ([PATCH] gnu: Add r-prospectr.)


From: GNU bug Tracking System
Subject: bug#57270: closed ([PATCH] gnu: Add r-prospectr.)
Date: Thu, 29 Dec 2022 22:17:02 +0000

Your message dated Thu, 29 Dec 2022 23:15:51 +0100
with message-id <877cy997q2.fsf@elephly.net>
and subject line [PATCH] gnu: Add r-prospectr.
has caused the debbugs.gnu.org bug report #57270,
regarding [PATCH] gnu: Add r-prospectr.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57270: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57270
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-prospectr. Date: Thu, 18 Aug 2022 09:48:39 +0200
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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-prospectr. Date: Thu, 29 Dec 2022 23:15:51 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Applied, thank you!

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]