1. Learn
  2. /
  3. Courses
  4. /
  5. Developing R Packages

Exercise

Set more package dependencies

Your boss has also requested that you add dplyr as a dependency, since many of the functions in dplyr can facilitate work with our package. dplyr also contains some additional helpful functionality that we want available whenever our package is loaded.

The usethis package has been loaded for you.

Instructions

100 XP
  • Add the dplyr package to Imports with version 1.1.0 or higher and specifying the type of dependency.