Skip to content

Commit 2752903

Browse files
committed
Don't export unit_time_delta (yet)
We may later need it to make default args, in which case we should probably export to be less "magical".
1 parent ad15b8f commit 2752903

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export(slice)
9898
export(sum_groups_epi_df)
9999
export(time_column_names)
100100
export(ungroup)
101-
export(unit_time_delta)
102101
export(unnest)
103102
export(validate_epi_archive)
104103
export(version_column_names)

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ time_delta_to_n_steps <- function(time_delta, time_type) {
11661166
#' integerish vector `k` advances by `k` steps (with vectorization,
11671167
#' recycling).
11681168
#'
1169-
#' @export
1169+
#' @keywords internal
11701170
unit_time_delta <- function(time_type) {
11711171
switch(time_type,
11721172
day = as.difftime(1, units = "days"),

man/unit_time_delta.Rd

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

0 commit comments

Comments
 (0)