Skip to content

Commit 7013e57

Browse files
authored
Merge pull request #154 from walterwilliamson/master
Updated GRI function
2 parents 481d2cb + a799210 commit 7013e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/gri.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gri <- function(data){
6161

6262
id = NULL
6363
rm(list = c("id"))
64-
data = check_data_columns(data)
64+
data = check_data_columns(data, time_check = TRUE)
6565

6666
out = data %>%
6767
dplyr::group_by(id) %>%

0 commit comments

Comments
 (0)