@@ -1376,6 +1376,29 @@ (define-public r-pheatmap
control over dimensions and appearance.")
(license license:gpl2+)))
+(define-public r-phylotools
+ (package
+ (name "r-phylotools")
+ (version "0.2.2")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "phylotools" version))
+ (sha256
+ (base32
+ "1dhk1ncp5zi4zl1xfnjz64v983dm7bq7iimfjin80j0bdcpps44w"))))
+ (properties `((upstream-name . "phylotools")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-ape))
+ (home-page "https://github.com/helixcn/phylotools")
+ (synopsis "Phylogenetic tools for eco-phylogenetics")
+ (description
+ "This package @code{phylotool} provides a collection of tools for building
+@dfn{RAxML} (Randomized Axelerated Maximum Likelihood) supermatrix using
+@code{PHYLIP} or aligned @code{FASTA} files. These functions will be useful for
+building large dfn{phylogenies} (history of the evolution of a species or group)
+using multiple markers.")
+ (license license:gpl2)))
+
(define-public r-pnwcolors
(package
(name "r-pnwcolors")