Skip to content

Commit 27b5302

Browse files
committed
GH Actions: Fix issue with exported objects with no docs
1 parent 36de80d commit 27b5302

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

NAMESPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ export(between_time)
281281
export(box_cox_inv_vec)
282282
export(box_cox_vec)
283283
export(condense_period)
284-
export(convert_length_out_chr_to_num)
285284
export(diff_inv_vec)
286285
export(diff_vec)
287286
export(enquo)
@@ -298,7 +297,6 @@ export(lag_vec)
298297
export(lead_vec)
299298
export(log_interval_inv_vec)
300299
export(log_interval_vec)
301-
export(lookup_defaults)
302300
export(mutate_by_time)
303301
export(normalize_inv_vec)
304302
export(normalize_vec)

R/make-tk_make_timeseries_future.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ make_daily_prediction_formula <- function(ts_signature_tbl_train, inspect_weekda
872872

873873

874874
#' @keywords internal
875-
#' @export
875+
#' @noRd
876876
convert_length_out_chr_to_num <- function(idx, length_out, include_endpoints) {
877877
UseMethod("convert_length_out_chr_to_num", idx)
878878
}

R/utils-parse-time.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ split_to_list.character <- function(x) {
257257

258258
# Lookup Defaults ----
259259
#' @keywords internal
260-
#' @export
260+
#' @noRd
261261
lookup_defaults <- function(index, side = "lhs") {
262262
UseMethod("lookup_defaults")
263263
}

0 commit comments

Comments
 (0)