Closed jimhester closed 6 years ago
The first commit removes the call to library(tidyverse) which fixes the tests when using R CMD check
library(tidyverse)
R CMD check
The second commit adds the non-CRAN dependencies as Remotes, so they can be installed by devtools::install_dev_deps().
devtools::install_dev_deps()
The first commit removes the call to
library(tidyverse)
which fixes the tests when usingR CMD check
The second commit adds the non-CRAN dependencies as Remotes, so they can be installed by
devtools::install_dev_deps()
.