[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/16: gnu: r-diversitree: Move to (gnu packages cran).
From: |
guix-commits |
Subject: |
11/16: gnu: r-diversitree: Move to (gnu packages cran). |
Date: |
Fri, 11 Sep 2020 16:04:30 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 77c73940867e4883e1433f0770d52fccf7e1ee12
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Sep 11 20:08:47 2020 +0200
gnu: r-diversitree: Move to (gnu packages cran).
* gnu/packages/bioinformatics.scm (r-diversitree): Move from here...
* gnu/packages/cran.scm (r-diversitree): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/bioinformatics.scm | 31 -------------------------------
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index bec6c1d..6381523 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13084,37 +13084,6 @@ analyses in addition to large-scale sequence-level
searches.")
(supported-systems '("x86_64-linux"))
(license license:bsd-3))))
-(define-public r-diversitree
- (package
- (name "r-diversitree")
- (version "0.9-13")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "diversitree" version))
- (sha256
- (base32
- "00vi4klywi35hd170ksjv3xja3hqqbkcidcnrrlpgv4179k0azix"))))
- (build-system r-build-system)
- (native-inputs
- `(("gfortran" ,gfortran)))
- (inputs `(("fftw" ,fftw) ("gsl" ,gsl)))
- (propagated-inputs
- `(("r-ape" ,r-ape)
- ("r-desolve" ,r-desolve)
- ("r-rcpp" ,r-rcpp)
- ("r-subplex" ,r-subplex)))
- (home-page "https://www.zoology.ubc.ca/prog/diversitree")
- (synopsis "Comparative 'phylogenetic' analyses of diversification")
- (description "This package contains a number of comparative
\"phylogenetic\"
-methods, mostly focusing on analysing diversification and character evolution.
-Contains implementations of \"BiSSE\" (Binary State Speciation and Extinction)
-and its unresolved tree extensions, \"MuSSE\" (Multiple State Speciation and
-Extinction), \"QuaSSE\", \"GeoSSE\", and \"BiSSE-ness\" Other included methods
-include Markov models of discrete and continuous trait evolution and constant
-rate speciation and extinction.")
- (license license:gpl2+)))
-
(define-public sjcount
;; There is no tag for version 3.2, nor is there a release archive.
(let ((commit "292d3917cadb3f6834c81e509c30e61cd7ead6e5")
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a3808e9..f483178 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24524,3 +24524,34 @@ discovery of differentially expressed genes and
markers.")
estimation of phylogenetic trees and networks using Maximum Likelihood,
Maximum Parsimony, distance methods and Hadamard conjugation.")
(license license:gpl2+)))
+
+(define-public r-diversitree
+ (package
+ (name "r-diversitree")
+ (version "0.9-13")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "diversitree" version))
+ (sha256
+ (base32
+ "00vi4klywi35hd170ksjv3xja3hqqbkcidcnrrlpgv4179k0azix"))))
+ (build-system r-build-system)
+ (native-inputs
+ `(("gfortran" ,gfortran)))
+ (inputs `(("fftw" ,fftw) ("gsl" ,gsl)))
+ (propagated-inputs
+ `(("r-ape" ,r-ape)
+ ("r-desolve" ,r-desolve)
+ ("r-rcpp" ,r-rcpp)
+ ("r-subplex" ,r-subplex)))
+ (home-page "https://www.zoology.ubc.ca/prog/diversitree")
+ (synopsis "Comparative 'phylogenetic' analyses of diversification")
+ (description "This package contains a number of comparative
\"phylogenetic\"
+methods, mostly focusing on analysing diversification and character evolution.
+Contains implementations of \"BiSSE\" (Binary State Speciation and Extinction)
+and its unresolved tree extensions, \"MuSSE\" (Multiple State Speciation and
+Extinction), \"QuaSSE\", \"GeoSSE\", and \"BiSSE-ness\" Other included methods
+include Markov models of discrete and continuous trait evolution and constant
+rate speciation and extinction.")
+ (license license:gpl2+)))
- branch master updated (7e88ee9 -> 8458490), guix-commits, 2020/09/11
- 01/16: gnu: r-codedepends: Comment why it is in bioconductor.scm., guix-commits, 2020/09/11
- 02/16: gnu: r-adaptivesparsity: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 03/16: gnu: r-diffusionmap: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 07/16: gnu: r-seqminer: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 06/16: gnu: r-qtl2: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 09/16: gnu: r-seurat: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 11/16: gnu: r-diversitree: Move to (gnu packages cran).,
guix-commits <=
- 04/16: gnu: r-igraph: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 05/16: gnu: r-qtl: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 08/16: gnu: r-maldiquant: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 10/16: gnu: r-phangorn: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 12/16: gnu: r-absfiltergsea: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 13/16: gnu: r-qtl: Correct indentation., guix-commits, 2020/09/11
- 14/16: gnu: r-qtl: Use CRAN-URI., guix-commits, 2020/09/11
- 15/16: gnu: r-adaptivesparsity: Fix case of "Gaussian"., guix-commits, 2020/09/11
- 16/16: gnu: r-adaptivesparsity: End build phase on #T., guix-commits, 2020/09/11