Browse Source

Fix `R CMD check` error: `* checking dependencies in R code ... WARNING

`::` or `::: imports not declared from:` by adding a list of packages to `Imports` in the `NAMESPACE`
pull/3/head
Philipp Baumann 7 years ago
parent
commit
0f34194e46
  1. 8
      DESCRIPTION

8
DESCRIPTION

@ -18,7 +18,13 @@ Imports:
tidyr,
tidyverse,
foreach,
cowplot
cowplot,
lazyeval,
modelr,
pls,
purrr,
readr,
tibble
Version: 0.1.0
Authors@R: person("Philipp", "Baumann",
email = "baumanph@student.ethz.ch", role = c("aut", "cre"))

Loading…
Cancel
Save