dreamRs / prefixer

Prefix function with their namespace & other development tools
GNU General Public License v3.0
142 stars 5 forks source link

Error in check_import_from.R when run for a package which does not import any functions #7

Closed kpagacz closed 3 years ago

kpagacz commented 3 years ago

Hi there,

to reproduce:

usethis::create_packages('test')
check_import_from()

yields this error: image

kpagacz commented 3 years ago

I submitted a PR to fix this. Can you have a look, @pvictor ?