brooke-watson / BRRR

Rap adlibs in R.
192 stars 24 forks source link

Use system.file() instead of package.file() #21

Closed jennybc closed 5 years ago

jennybc commented 5 years ago

I think this is generally a better practice (?). And it certainly plays nicer with devtools. Without this, you can't use devtools::load_all() for development.