Skip to content

Commit

Permalink
respond to error
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias authored and Elias committed Mar 19, 2024
1 parent 1676d26 commit 36506d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dlabel.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#' set.seed(123)
#' dl.test <- data.frame(id = sample(1:10, 30, replace = TRUE),
#' category = sample(letters[1:4], 30, replace = TRUE),
#' timestamp = as.POSIXct(runif(size, 1704063600, 1711922400),
#' timestamp = as.POSIXct(runif(30, 1704063600, 1711922400),
#' origin = "1970-01-01"))
#'
#' # test: dlabel will reveal three id-category combinations with temporal
Expand Down

0 comments on commit 36506d0

Please sign in to comment.