[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/80: gnu: Add r-gaston.
From: |
guix-commits |
Subject: |
06/80: gnu: Add r-gaston. |
Date: |
Wed, 12 Aug 2020 07:57:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 06d6de773baa1a167724e5519bdd2a4a3a1ca867
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 12 11:54:09 2020 +0200
gnu: Add r-gaston.
* gnu/packages/cran.scm (r-gaston): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8f88805..e62ce5f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22857,3 +22857,31 @@ and contains over 2000 functions for plotting spatial
data, exploratory data
analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
formal inference.")
(license license:gpl2+)))
+
+(define-public r-gaston
+ (package
+ (name "r-gaston")
+ (version "1.5.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "gaston" version))
+ (sha256
+ (base32
+ "1bx6iqfjb9lf3vn0z7v8wjv9m7issvqsnymm4qsgl3622s6qz6rg"))))
+ (properties `((upstream-name . "gaston")))
+ (build-system r-build-system)
+ (inputs `(("zlib" ,zlib)))
+ (propagated-inputs
+ `(("r-rcpp" ,r-rcpp)
+ ("r-rcppeigen" ,r-rcppeigen)
+ ("r-rcppparallel" ,r-rcppparallel)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://cran.r-project.org/web/packages/gaston/")
+ (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed
models")
+ (description
+ "This is a package for the manipulation of genetic data (SNPs).
+Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
+@dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
+for linear mixed models (AIREML).")
+ (license license:gpl3)))
- branch master updated (31b1455 -> 1c831f4), guix-commits, 2020/08/12
- 03/80: gnu: Add r-spatstat-utils., guix-commits, 2020/08/12
- 04/80: gnu: Add r-spatstat-data., guix-commits, 2020/08/12
- 05/80: gnu: Add r-spatstat., guix-commits, 2020/08/12
- 01/80: gnu: Add r-goftest., guix-commits, 2020/08/12
- 06/80: gnu: Add r-gaston.,
guix-commits <=
- 07/80: gnu: Add r-cpp11., guix-commits, 2020/08/12
- 08/80: gnu: r-nmf: Update to 0.23.0., guix-commits, 2020/08/12
- 10/80: gnu: r-sys: Update to 3.4., guix-commits, 2020/08/12
- 02/80: gnu: Add r-tensor., guix-commits, 2020/08/12
- 09/80: gnu: r-seurat: Update to 3.2.0., guix-commits, 2020/08/12
- 12/80: gnu: r-servr: Update to 0.18., guix-commits, 2020/08/12
- 15/80: gnu: r-pkgbuild: Update to 1.1.0., guix-commits, 2020/08/12
- 18/80: gnu: r-psych: Update to 2.0.7., guix-commits, 2020/08/12
- 13/80: gnu: r-pls: Update to 2.7-3., guix-commits, 2020/08/12
- 17/80: gnu: r-distillery: Update to 1.1., guix-commits, 2020/08/12