guix-commits
[Top][All Lists]
Advanced

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

01/58: gnu: Add r-yulab-utils.


From: guix-commits
Subject: 01/58: gnu: Add r-yulab-utils.
Date: Mon, 23 Aug 2021 05:52:03 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit aa2099359f787a4c3052ae827d4fc53ca31eeefc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:49:51 2021 +0200

    gnu: Add r-yulab-utils.
    
    * gnu/packages/cran.scm (r-yulab-utils): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fab433b..236ed54 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16979,6 +16979,26 @@ improvements over the @code{convertColor} function in 
the @code{grDevices}
 package.")
     (license license:expat)))
 
+(define-public r-yulab-utils
+  (package
+    (name "r-yulab-utils")
+    (version "0.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "yulab.utils" version))
+       (sha256
+        (base32
+         "1haq6k0r64gs76p2vvrm42m64r8s32kzyz573pw9789y32zn0s5q"))))
+    (properties `((upstream-name . "yulab.utils")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=yulab.utils";)
+    (synopsis "Supporting functions for packages maintained by YuLab-SMU")
+    (description
+     "Miscellaneous functions commonly used by YuLab-SMU, such as
+@code{install_zip_gh} to install R packages from Github ZIP files.")
+    (license license:artistic2.0)))
+
 (define-public r-ggplotify
   (package
     (name "r-ggplotify")



reply via email to

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