hrbrmstr / decapitated

Headless 'Chrome' Orchestration in R
Other
65 stars 3 forks source link

Error with decapitated::download_chromium(): invalid 'path' argument #5

Closed eoppe1022 closed 6 years ago

eoppe1022 commented 6 years ago

Whenever I run decapitated::download_chromium(), I get this error:

> decapitated::download_chromium()
Error in path.expand(path) : invalid 'path' argument

Any idea why?

hrbrmstr commented 6 years ago

Finally got to this.

path needs to be specified but I defaulted it to NULL thinking I'd eventually auto-create a directory for it. I may put this on CRAN and adding that functionality is a pain due to CRAN's draconian policies so I have — for the moment — removed the NULL default.

TLDR: you need to specify a directory where it will install to.