debruine / faux

R functions for simulating factorial datasets

Home Page:https://debruine.github.io/faux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broom.mixed ggExtra dependency ?

jcolomb opened this issue · comments

hi, I am not a package maker, please accept my apologies if the question is stupid.

I clone my fork of the package in Rstudio, install it via Rstudio button and push the check button, it failed asking for broom.mixed and ggExtra packages (that was the master branch, not the one with my changes). Once I installed the package, it runs smoothly and gives no error.

I thought the dependencies would be installed with devtools::load_all("."), did I do something strange or are the dependencies of check different from the dependencies of the package, or ??