guix-commits
[Top][All Lists]
Advanced

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

30/35: gnu: Add r-rprojroot.


From: Ricardo Wurmus
Subject: 30/35: gnu: Add r-rprojroot.
Date: Thu, 29 Dec 2016 20:49:26 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 046e27e3f59e05d30d3d5eb1adb898b723fcac39
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 29 21:11:14 2016 +0100

    gnu: Add r-rprojroot.
    
    * gnu/packages/statistics.scm (r-rprojroot): New variable.
---
 gnu/packages/statistics.scm |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 1520f1b..4e5b249 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2173,6 +2173,29 @@ ENVI binary files, fast calculation of AUC, LogitBoost 
classifier, base64
 encoder/decoder, round-off-error-free sum and cumsum, etc.")
     (license license:gpl3+)))
 
+(define-public r-rprojroot
+  (package
+    (name "r-rprojroot")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rprojroot" version))
+       (sha256
+        (base32
+         "04ywfpar4d2hyi4rh4fbixrbzd665gpa2jhx67g8857cr70pp0nh"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-backports" ,r-backports)))
+    (home-page "https://github.com/krlmlr/rprojroot";)
+    (synopsis "Finding files in project subdirectories")
+    (description
+     "This package helps accessing files relative to a project root.  It
+provides helpers for robust, reliable and flexible paths to files below a
+project root.  The root of a project is defined as a directory that matches a
+certain criterion, e.g., it contains a certain regular file.")
+    (license license:gpl3)))
+
 (define-public r-rmarkdown
   (package
     (name "r-rmarkdown")



reply via email to

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