Skip to content

Commit

Permalink
Fix post-release 5.1
Browse files Browse the repository at this point in the history
- fixed #117
  • Loading branch information
earnaud committed Nov 9, 2020
1 parent cc63fbb commit 1d9a833
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/eal_4_CatVars.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ CatVars <- function(id, main.env) {
return(.valid)
})
}
) %>% all
) %>%
unlist %>%
all
},
label = "EAL4: continuous save"
)
Expand Down

0 comments on commit 1d9a833

Please sign in to comment.