From 08db045253ee653afd6852d626519fd32323e89b Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 18 Jun 2024 07:26:15 -0500 Subject: [PATCH] Simplify one \code{\link{}} reference (#126) --- ChangeLog | 5 +++++ R/nanotime.R | 2 +- man/nanotime.Rd | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7de0408..fab6c43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-06-18 Dirk Eddelbuettel + + * R/nanotime.R: Simplify one reference to RcppCCTZ + * man/nanotime.Rd: Idem + 2024-06-16 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version and date diff --git a/R/nanotime.R b/R/nanotime.R index 18fb4a2..fca4a13 100644 --- a/R/nanotime.R +++ b/R/nanotime.R @@ -32,7 +32,7 @@ setClass("nanotime", contains = "integer64") ##' @section Input and Output Format: ##' ##' Formatting and character conversion for \code{nanotime} objects is -##' done by functions from the \code{\link{RcppCCTZ}} package relying +##' done by functions from the \pkg{RcppCCTZ} package relying ##' on code from its embedded \code{CCTZ} library. The default format ##' is ISO3339 compliant: \code{\%Y-\%m-\%dT\%H:\%M:\%E9S\%Ez}. It ##' specifies a standard ISO 8601 part for date and time --- as well diff --git a/man/nanotime.Rd b/man/nanotime.Rd index 1bf6ab7..d50091e 100644 --- a/man/nanotime.Rd +++ b/man/nanotime.Rd @@ -278,7 +278,7 @@ January 1, 1970. Formatting and character conversion for \code{nanotime} objects is -done by functions from the \code{\link{RcppCCTZ}} package relying +done by functions from the \pkg{RcppCCTZ} package relying on code from its embedded \code{CCTZ} library. The default format is ISO3339 compliant: \code{\%Y-\%m-\%dT\%H:\%M:\%E9S\%Ez}. It specifies a standard ISO 8601 part for date and time --- as well