[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/265: gnu: Add r-idpmisc.
From: |
guix-commits |
Subject: |
01/265: gnu: Add r-idpmisc. |
Date: |
Sun, 15 Dec 2019 09:39:52 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b5b6e74e150469e48111f0e6e5a83ab9f6b40cd8
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 15:52:29 2019 +0100
gnu: Add r-idpmisc.
* gnu/packages/cran.scm (r-idpmisc): New variable.
---
gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bbe44d6..b12d984 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18655,3 +18655,32 @@ archetypoids with small and large databases and with
both classical
multivariate data and functional data (univariate and multivariate). Some of
these algorithms also allow to detect anomalies (outliers).")
(license license:gpl2+)))
+
+(define-public r-idpmisc
+ (package
+ (name "r-idpmisc")
+ (version "1.1.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "IDPmisc" version))
+ (sha256
+ (base32
+ "13qcvfm703frs367paddz1wq9k3p17f9p5347m56bhky5hjkaphd"))))
+ (properties `((upstream-name . "IDPmisc")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-lattice" ,r-lattice)))
+ (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
+ (synopsis "Functions for data analyses and visualization")
+ (description
+ "This package provides different high-level graphics functions for
+displaying large datasets, displaying circular data in a very flexible way,
+finding local maxima, brewing color ramps, drawing nice arrows, zooming
+2D-plots, creating figures with differently colored margin and plot region.
+In addition, the package contains auxiliary functions for data manipulation
+like omitting observations with irregular values or selecting data by logical
+vectors, which include NAs. Other functions are especially useful in
+spectroscopy and analyses of environmental data: robust baseline fitting,
+finding peaks in spectra, converting humidity measures.")
+ (license license:gpl3+)))
- branch master updated (58c3a4f -> 6e10ac0), guix-commits, 2019/12/15
- 01/265: gnu: Add r-idpmisc.,
guix-commits <=
- 03/265: gnu: Add r-qqman., guix-commits, 2019/12/15
- 04/265: gnu: Add r-biocversion., guix-commits, 2019/12/15
- 06/265: gnu: Add r-cytolib., guix-commits, 2019/12/15
- 02/265: guix: Upgrade to Bioconductor 3.10., guix-commits, 2019/12/15
- 05/265: gnu: Add r-multidataset., guix-commits, 2019/12/15
- 07/265: gnu: Add r-ncdfflow., guix-commits, 2019/12/15
- 08/265: gnu: Add r-ggcyto., guix-commits, 2019/12/15
- 09/265: gnu: Add r-ggplot-multistats., guix-commits, 2019/12/15
- 10/265: gnu: Add r-knn-covertree., guix-commits, 2019/12/15
- 13/265: gnu: Add r-flowviz., guix-commits, 2019/12/15