[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: Add r-misctools.
From: |
guix-commits |
Subject: |
04/09: gnu: Add r-misctools. |
Date: |
Tue, 22 Feb 2022 14:14:58 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 3a3dd0552837b7c1c0082e3f8932b6a80bee5bc2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 22 19:53:14 2022 +0100
gnu: Add r-misctools.
* gnu/packages/cran.scm (r-misctools): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5665b44f4d..151fc6a0ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32343,6 +32343,30 @@ of a small set of carefully designed functions, most
of which
")
(license license:gpl3)))
+(define-public r-misctools
+ (package
+ (name "r-misctools")
+ (version "0.6-26")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "miscTools" version))
+ (sha256
+ (base32 "16pwfxpyl0zv3hjxx2kjchkg7p6kbj0s2rrpskj7rkhjr9imlg5y"))))
+ (properties `((upstream-name . "miscTools")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-digest))
+ (home-page "http://www.micEcon.org")
+ (synopsis "Miscellaneous tools and utilities")
+ (description
+ "This package provides miscellaneous small tools and utilities. Many of
+them facilitate the work with matrices, e.g. inserting rows or columns,
+creating symmetric matrices, or checking for semidefiniteness. Other tools
+facilitate the work with regression models, e.g. extracting the standard
+errors, obtaining the number of (estimated) parameters, or calculating
+R-squared values.")
+ (license license:gpl2+)))
+
(define-public r-mockery
(package
(name "r-mockery")
- branch master updated (346a686369 -> e7b4c0d853), guix-commits, 2022/02/22
- 03/09: gnu: Add r-cccd., guix-commits, 2022/02/22
- 05/09: gnu: Add r-maxlik., guix-commits, 2022/02/22
- 07/09: gnu: Add r-plotfunctions., guix-commits, 2022/02/22
- 02/09: gnu: Add r-wordspace., guix-commits, 2022/02/22
- 04/09: gnu: Add r-misctools.,
guix-commits <=
- 01/09: gnu: Add r-iotools., guix-commits, 2022/02/22
- 06/09: gnu: Add r-dirichletreg., guix-commits, 2022/02/22
- 08/09: gnu: Add r-itsadug., guix-commits, 2022/02/22
- 09/09: gnu: Add r-pupillometryr., guix-commits, 2022/02/22