ronkeizer / vpc

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

Update vpc.R #27

Closed smouksassi closed 9 years ago

smouksassi commented 9 years ago

the latest version will fail because the show_default function was omitted from vpc.R. User might just be loading the package then testing the vignette and it will not work.

dpastoor commented 9 years ago

as in fails to load, or fails when calling vpc(...)?

smouksassi commented 9 years ago

I was just trying to run the example and when I run the vpc command : vpc (sim = sim, obs = obs) Error in match(x, table, nomatch = 0L) : object 'show_default' not found the show_default function cannot be found and it is not define in vpc.R

dpastoor commented 9 years ago

yep thanks for the catch. That should work nicely.