10.3 Add dependencies
10.3.1 Package dependencies
Use
DESCRIPTION
andNAMESPACE
to state / organise the package-dependenciesgolem::use_recommended_deps()
10.3.2 Importing packages and functions
DESCRIPTION
: which packages are installed when your app is installedNAMESPACE
: which functions / packages are imported when app is runningSpecifying namespace:
Manage namespace conflicts (
jsonlite::flatten
vspurrr::flatten
)Use {roxygen2} to import specific functions
or use explicit functions
package::function()
inR/