all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Antoine Côté" <antoine.cote@posteo.net>
To: 42126@debbugs.gnu.org
Cc: "Antoine Côté" <antoine.cote@posteo.net>
Subject: [bug#42126] [PATCH] gnu: Add r-transphylo
Date: Mon, 29 Jun 2020 11:05:18 -0400	[thread overview]
Message-ID: <20200629150517.28452-1-antoine.cote@posteo.net> (raw)

---
 gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70af2d30f0..749eee7856 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
+;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -22372,3 +22373,27 @@ using @dfn{SHAP} (Shapley additive explanation) visualization plots for
 and force plot.  It relies on the @code{XGBoost} package to produce SHAP
 values.")
     (license license:expat)))
+
+(define-public r-transphylo
+  (package
+  (name "r-transphylo")
+  (version "1.4.4")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (cran-uri "TransPhylo" version))
+      (sha256
+        (base32
+          "1506c97y8dnhd0c38rgvmg70q0l3xmmn07mjglhnw7hi5n5y9mv9"))))
+  (properties `((upstream-name . "TransPhylo")))
+  (build-system r-build-system)
+  (propagated-inputs
+    `(("r-ape" ,r-ape) ("r-rcpp" ,r-rcpp)))
+  (native-inputs `(("r-knitr" ,r-knitr)))
+  (home-page
+    "https://cran.r-project.org/web/packages/TransPhylo/")
+  (synopsis
+    "Inference of Transmission Tree from a Dated Phylogeny")
+  (description
+    "Inference of transmission tree from a dated phylogeny.  Includes methods to simulate and analyse outbreaks.  The methodology is described in Didelot et al. (2014) <doi:10.1093/molbev/msu121>, Didelot et al. (2017) <doi:10.1093/molbev/msw275>.")
+  (license license:gpl2+)))
-- 
2.27.0





             reply	other threads:[~2020-06-29 15:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29 15:05 Antoine Côté [this message]
2020-09-11  8:53 ` bug#42126: [PATCH] gnu: Add r-transphylo Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200629150517.28452-1-antoine.cote@posteo.net \
    --to=antoine.cote@posteo.net \
    --cc=42126@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.