From 4c4b84c0f1899aa292759a0d9a510ef594c377a6 Mon Sep 17 00:00:00 2001 From: "Mathew W. McLean" Date: Tue, 1 Oct 2024 15:06:13 +1000 Subject: [PATCH] Fix check NOTE/update documentation Signed-off-by: Mathew W. McLean --- R/toBiblatex.R | 2 +- man/toBiblatex.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/toBiblatex.R b/R/toBiblatex.R index b6aba82..e445124 100644 --- a/R/toBiblatex.R +++ b/R/toBiblatex.R @@ -12,7 +12,7 @@ #' Any fields specified in extra.fields will \emph{not} be dropped if present in an entry. #' @param encoded.names.to.latex if \code{TRUE} (the default) then name list fields #' such as \sQuote{author} and \sQuote{editor} will have non-ASCII characters -#' translated to LaTeX escape sequences by \code{\link{latexify}}. +#' translated to LaTeX escape sequences by \code{\link[dplR]{latexify}}. #' @param ... ignored #' @export #' @return an object of class \dQuote{Bibtex} - character vectors where each element holds one line of a BibTeX or BibLaTeX file diff --git a/man/toBiblatex.Rd b/man/toBiblatex.Rd index df4e524..1ad8625 100755 --- a/man/toBiblatex.Rd +++ b/man/toBiblatex.Rd @@ -21,7 +21,7 @@ toBiblatex(object, encoded.names.to.latex = TRUE, ...) \item{encoded.names.to.latex}{if \code{TRUE} (the default) then name list fields such as \sQuote{author} and \sQuote{editor} will have non-ASCII characters -translated to LaTeX escape sequences by \code{\link{latexify}}.} +translated to LaTeX escape sequences by \code{\link[dplR]{latexify}}.} \item{...}{ignored}