[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: Add r-rmisc.
From: |
guix-commits |
Subject: |
04/13: gnu: Add r-rmisc. |
Date: |
Wed, 21 Jul 2021 07:52:04 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 117988b7ca1d186873a86ae2cb9c1cba7f247c1d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Jul 20 10:43:52 2021 +0200
gnu: Add r-rmisc.
* gnu/packages/cran.scm (r-rmisc): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 14177e3..d7ae9b8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29777,3 +29777,24 @@ step, then reads the values lazily, so only the data
you actually use needs to
be read. The writer formats the data in parallel and writes to disk
asynchronously from formatting.")
(license license:expat)))
+
+(define-public r-rmisc
+ (package
+ (name "r-rmisc")
+ (version "1.5")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "Rmisc" version))
+ (sha256
+ (base32
+ "1ijjhfy3v91fspid77rrkc5dkcb2lav37wc3f4k5lwrn24wzy5y8"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-plyr" ,r-plyr)
+ ("r-rcpp" ,r-rcpp)
+ ("r-lattice" ,r-lattice)))
+ (home-page "https://cran.r-project.org/web/packages/Rmisc/")
+ (synopsis "Ryan Miscellaneous")
+ (description "The Rmisc library contains functions for data analysis and
+utility operations.")
+ (license license:gpl3)))
- branch master updated (ce27cde -> 403a689), guix-commits, 2021/07/21
- 02/13: gnu: Add r-naniar., guix-commits, 2021/07/21
- 01/13: gnu: Add r-norm., guix-commits, 2021/07/21
- 04/13: gnu: Add r-rmisc.,
guix-commits <=
- 07/13: gnu: Add python-pyvcf., guix-commits, 2021/07/21
- 08/13: gnu: Add nanosv., guix-commits, 2021/07/21
- 03/13: gnu: Add r-glinternet., guix-commits, 2021/07/21
- 11/13: gnu: Add python-bash-kernel., guix-commits, 2021/07/21
- 13/13: gnu: Add python-sparqlkernel., guix-commits, 2021/07/21
- 06/13: gnu: checkm: Rename and update to 1.1.3., guix-commits, 2021/07/21
- 12/13: gnu: Add python-sparqlwrapper., guix-commits, 2021/07/21
- 10/13: gnu: Add r-battenberg., guix-commits, 2021/07/21
- 05/13: gnu: Add tombo., guix-commits, 2021/07/21
- 09/13: gnu: Add r-ascat., guix-commits, 2021/07/21