WillemSleegers / tidystats-v0.3

R package to produce a tidy output file of statistical models.
Other
22 stars 2 forks source link

We get warnings when we install tidystats. #32

Closed WillemSleegers closed 7 years ago

WillemSleegers commented 7 years ago

For example: Warning: replacing previous import ‘dplyr::contains’ by ‘purrr::contains’ when loading ‘tidystats’

We should fix those.

WillemSleegers commented 7 years ago

Fixed! It was a masking issue between dplyr and purrr.