Skip to content

Commit 4b07310

Browse files
committed
Merge branch 'v6.4.0-dev' of github.com:zeyzul/dsBase into zeyzul_6.4.0
2 parents 267c528 + f658521 commit 4b07310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/dateDS.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ dateDS <- function(x=NULL, type=NULL,
166166
# inputs[[1]] = start date, inputs[[2]] = end date
167167
units <- list(
168168
years = lubridate::years(1),
169-
months = lubridate::month(1),
169+
months = lubridate::months(1),
170170
days = lubridate::days(1)
171171
)
172172

0 commit comments

Comments
 (0)