8.2 Installed filled
Everything in inst/
is copied into the top-level directory of the installed package.
Warnings: no subdirectory with a name already in use at the top-level (ie: inst/data
)
Remember (In dev: inst/bob
-> for users: /bob
): to avoid trouble you can use devtools::load_all()
or fs::path_package()
.