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.
本练习是课程的一部分
Developing R Packages
练习说明
- Add the
dplyrpackage as a required dependency with version1.1.0or higher.
交互式实操练习
通过完成这段示例代码来试试这个练习。
# Import dplyr >= 1.1.0
___