Skip to content

Commit 75ccd36

Browse files
author
kdaily
committed
specify package for arrange
1 parent da09b52 commit 75ccd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/lib.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ makeDateBreaksStartEnd <- function(start_date, end_date) {
396396
dplyr::mutate(end_date = dplyr::lag(start_date),
397397
month=lubridate::month(start_date),
398398
year=lubridate::year(start_date)) %>%
399-
arrange(start_date)
399+
dplyr::arrange(start_date)
400400
}
401401

402402
#' @export

0 commit comments

Comments
 (0)