Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Fix dependencies NOTE in CRAN Package Check
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Mar 19, 2019
1 parent 1a17a52 commit 591b45f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ exportMethods(seriate)
exportMethods(similarity)
exportMethods(totals)
exportMethods(turnover)
import(dplyr)
import(ggplot2)
import(tidyr)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
2 changes: 2 additions & 0 deletions R/tabula.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
#' @importFrom magrittr %<>%
#' @importFrom magrittr %>%
#' @importFrom rlang :=
#' @import dplyr
#' @import ggplot2
#' @import tidyr
NULL

# Quiets concerns of R CMD check: the .'s that appear in pipelines
Expand Down

0 comments on commit 591b45f

Please sign in to comment.