From 07380390ed6577fb921371e864e9d587169484b0 Mon Sep 17 00:00:00 2001 From: RevBayes analysis <1695515+ms609@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:16:30 +0000 Subject: [PATCH] code-link --- R/TaxonInfluence.R | 2 +- man/TaxonInfluence.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/TaxonInfluence.R b/R/TaxonInfluence.R index 125b369ed..69f7acb86 100644 --- a/R/TaxonInfluence.R +++ b/R/TaxonInfluence.R @@ -48,7 +48,7 @@ #' @param calcWeighted Logical specifying whether to compute the #' distance-weighted mean value. #' @param savePath Character giving prefix of path to which reduced trees will -#' be saved (with \link[ape:write.nexus]{`write.nexus()`}). +#' be saved (with \code{\link[ape:write.nexus]{write.nexus()}}). #' File names will follow the pattern #' `paste0(savePath, droppedTaxonName, ".nex")`; `savePath` should thus contain #' a trailing `/` if writing to a directory, which will be created if it does diff --git a/man/TaxonInfluence.Rd b/man/TaxonInfluence.Rd index d3add87fd..c3e36b586 100644 --- a/man/TaxonInfluence.Rd +++ b/man/TaxonInfluence.Rd @@ -33,7 +33,7 @@ the parameters provided in \code{\dots}.} distance-weighted mean value.} \item{savePath}{Character giving prefix of path to which reduced trees will -be saved (with \link[ape:write.nexus]{\code{write.nexus()}}). +be saved (with \code{\link[ape:write.nexus]{write.nexus()}}). File names will follow the pattern \code{paste0(savePath, droppedTaxonName, ".nex")}; \code{savePath} should thus contain a trailing \code{/} if writing to a directory, which will be created if it does