aaronpeikert / repro

Easy Setup of a Reproducible Workflow
GNU General Public License v3.0
34 stars 7 forks source link

non-existent package error #88

Open brandmaier opened 3 years ago

brandmaier commented 3 years ago

If I specify a package, which does not exist, in the meta data header, I get this error:

automate_load_packages()
Registered S3 method overwritten by 'ggplot2':
  method        from
  print.element sets
Error in FUN(X[[i]], ...) : there is no package called ‘papaya’

Could we have a genuine repro error message instead?

brandmaier commented 3 years ago

A similar thing happens if I add a dependency on an external script, which does not exist.