ronkeizer / vpc

R library to create visual predictive checks (VPC)
Other
36 stars 20 forks source link

Error in split_chain when using vpc #74

Closed jbwoillard closed 3 years ago

jbwoillard commented 3 years ago

Dear Ron, I have a new issue when using the vpc function Error in split_chain(match.call(), env = env) I google it and saw that it could derive from a magrittr update but even with the update of it I still have the issue. Do you have any idea on how to fix it? Many thanks jb

roninsightrx commented 3 years ago

hi JB, did you try with the latest version of vpc (not CRAN)? Is it still there?

devtools::install_github(“ronkeizer/vpc”)

best, Ron

jbwoillard commented 3 years ago

Dear Ron, thanks that works well now using the latest version. All the best jb