guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add r-pastecs.


From: Roel Janssen
Subject: 01/01: gnu: Add r-pastecs.
Date: Thu, 29 Mar 2018 07:55:11 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit ddbf2a98ba5ff4ee23fd292a44a15bb8cd009810
Author: Roel Janssen <address@hidden>
Date:   Thu Mar 29 13:54:30 2018 +0200

    gnu: Add r-pastecs.
    
    * gnu/packages/cran.scm (r-pastecs): New variable.
---
 gnu/packages/cran.scm | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6f85f0d..2438abc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2017 Roel Janssen <address@hidden>
+;;; Copyright © 2017, 2018 Roel Janssen <address@hidden>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Raoul Bonnal <address@hidden>
 ;;; Copyright © 2018 Vijayalakshmi Vedantham <address@hidden>
@@ -361,6 +361,27 @@ inspired by Python's Literal String Interpolation 
(PEP-0498) and
 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
     (license license:expat)))
 
+(define-public r-pastecs
+  (package
+   (name "r-pastecs")
+   (version "1.3.21")
+   (source (origin
+            (method url-fetch)
+            (uri (cran-uri "pastecs" version))
+            (sha256
+             (base32
+              "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
+   (build-system r-build-system)
+   (propagated-inputs
+    `(("r-boot" ,r-boot)))
+   (home-page "http://www.sciviews.org/pastecs";)
+   (synopsis "Analysis of space-time ecological series")
+   (description
+    "This package provides functions for regulation, decomposition and analysis
+of space-time series.  The @code{pastecs} library is a PNEC-Art4 and IFREMER
+initiative to bring PASSTEC 2000 functionalities to R.")
+   (license license:gpl2+)))
+
 (define-public r-plogr
   (package
     (name "r-plogr")



reply via email to

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