Skip to content

Commit c38dca0

Browse files
committed
soft-deprecated split_by()
1 parent b567c97 commit c38dca0

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

R/as-tsibble.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ index2 <- function(x) {
245245
#'
246246
#' @param x A tsibble object.
247247
#' @rdname regular
248-
#' @aliases is.regular
249248
#' @examples
250249
#' data(pedestrian)
251250
#' is_regular(pedestrian)
@@ -256,10 +255,6 @@ is_regular <- function(x) {
256255
attr(x, "regular")
257256
}
258257

259-
#' @rdname regular
260-
#' @export
261-
is.regular <- is_regular
262-
263258
#' @rdname regular
264259
#' @export
265260
is_ordered <- function(x) {

R/split-by.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#' @param x A data frame.
44
#' @param ... A list of unquoted variables, separated by commas, to split a dataset.
55
#' @rdname split-by
6+
#' @keywords internal
67
#' @export
78
#' @examples
89
#' pedestrian %>%

man/regular.Rd

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

man/split-by.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)