mkearney / pkgverse

📦🔭🌠 Create your own universe of packages à la tidyverse
https://pkgverse.mikewk.com
Creative Commons Zero v1.0 Universal
121 stars 8 forks source link

fix sysdata.rda #9

Open atusy opened 5 years ago

atusy commented 5 years ago

In order to pass devtools::check(), I appended " magrittr (>= 1.5)," after 15th element of docs$description.

devtools::check() gives a following error on a small verse importing "utils" made by master version of pkgverse().

"Namespace dependency not required: ‘magrittr’".

reprex: https://gist.github.com/atusy/3b9d2567d6d52b80613520026e1c57b6

The appending "magrittr" supress this error.

reprex: https://gist.github.com/atusy/0c9613a063e7ea238102e8a4ef19051a