[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/377: gnu: Add r-yulab-utils.
From: |
guix-commits |
Subject: |
06/377: gnu: Add r-yulab-utils. |
Date: |
Sun, 5 Sep 2021 10:06:40 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit cabaa73f70a29f297deb9ff8b049021f509ccf33
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")
- branch wip-gnome created (now 77150eb), guix-commits, 2021/09/05
- 01/377: gnu: python-pygmsh: Update to 7.1.11., guix-commits, 2021/09/05
- 04/377: gnu: emacs-olivetti: Update to 2.0.2., guix-commits, 2021/09/05
- 02/377: gnu: bat: Update to 0.18.3., guix-commits, 2021/09/05
- 03/377: gnu: emacs-org-ref: Update to 2.0.0., guix-commits, 2021/09/05
- 06/377: gnu: Add r-yulab-utils.,
guix-commits <=
- 07/377: gnu: Add r-ggfun., guix-commits, 2021/09/05
- 08/377: gnu: Add r-distributional., guix-commits, 2021/09/05
- 05/377: gnu: r-with-tests: Update to 4.1.1., guix-commits, 2021/09/05
- 11/377: gnu: r-cachem: Update to 1.0.6., guix-commits, 2021/09/05
- 10/377: gnu: Add r-tfautograph., guix-commits, 2021/09/05
- 14/377: gnu: r-reprex: Update to 2.0.1., guix-commits, 2021/09/05
- 13/377: gnu: r-ggpmisc: Update to 0.4.2-1., guix-commits, 2021/09/05
- 28/377: gnu: r-gert: Update to 1.3.2., guix-commits, 2021/09/05
- 34/377: gnu: r-dae: Update to 3.2-10., guix-commits, 2021/09/05
- 42/377: gnu: r-rsconnect: Update to 0.8.24., guix-commits, 2021/09/05