始める無料で始める

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 dplyr package as a required dependency with version 1.1.0 or higher.

実践的なインタラクティブ演習

このサンプルコードを完成させて、この演習に挑戦してみましょう。

# Import dplyr >= 1.1.0
___
コードを編集して実行