Skip to content

Commit 85e6530

Browse files
committed
fix rcmd check errors
1 parent 5612df0 commit 85e6530

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Imports:
6262
waldo
6363
Suggests:
6464
devtools,
65+
distributional,
6566
epidatr,
6667
epipredict,
6768
here,

R/time-utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ time_type_unit_pluralizer <- c(
265265
#' Format a length-1 time delta to a character to assist messaging
266266
#'
267267
#' This is meant to address the following:
268-
#' - glue::glue("{as.difftime(1, units = 'days')}") is "1"
269-
#' - glue::glue("{format(as.difftime(1, units = 'days'))}") is "1 days"
268+
#' - `glue::glue("{as.difftime(1, units = 'days')}")` is "1"
269+
#' - `glue::glue("{format(as.difftime(1, units = 'days'))}")` is "1 days"
270270
#' - time deltas for yearmonths and integers don't have units attached at all
271271
#'
272272
#' @keywords internal

man/format_time_delta.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)