GNU bug report logs -
#56950
[PATCH] gnu: Add r-phylotools.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56950 in the body.
You can then email your comments to 56950 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#56950
; Package
guix-patches
.
(Wed, 03 Aug 2022 12:50:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
rekado <at> elephly.net, guix-patches <at> gnu.org
.
(Wed, 03 Aug 2022 12:50:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-phylotools): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 094dd4e449..e90a4a9b08 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")
base-commit: c4e58c119d637ef434c4b52437f677dfb69eb091
--
2.37.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Wed, 03 Aug 2022 13:29:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Wed, 03 Aug 2022 13:29:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 56950-done <at> debbugs.gnu.org (full text, mbox):
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:
> * gnu/packages/cran.scm (r-phylotools): New variable.
This was already added with commit 20f9473532dd288c536581df2573ece2079f7a27.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 01 Sep 2022 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.