From 7d670636d323d18885de02ac71a25192f0d0e7d9 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Sat, 26 Sep 2015 12:39:01 -0300 Subject: [PATCH] Removes the '@imports' section and runs 'check()'. --- NAMESPACE | 5 ----- R/knit2wpCrayon.R | 1 - R/loessGui.R | 2 -- R/polyGui.R | 2 -- R/runAllChunks.R | 2 -- 5 files changed, 12 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 8ac4330..e642272 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -11,10 +11,5 @@ export(runAllChunks) export(subsetDropAll) export(twoStripCombined) export(yscale.components.right) -import(RWordPress) -import(gWidgets) -import(gWidgetstcltk) -import(knitr) import(lattice) import(latticeExtra) -import(markdown) diff --git a/R/knit2wpCrayon.R b/R/knit2wpCrayon.R index bb4c0b3..b2345fc 100644 --- a/R/knit2wpCrayon.R +++ b/R/knit2wpCrayon.R @@ -25,7 +25,6 @@ #' #' @author Walmes Zeviani, \email{walmes@@ufpr.br} #' -#' @import knitr markdown RWordPress #' @export #' @examples #' \donttest{ diff --git a/R/loessGui.R b/R/loessGui.R index 2ec9d05..bd799dc 100644 --- a/R/loessGui.R +++ b/R/loessGui.R @@ -27,8 +27,6 @@ #' #' @return None is returned by the function, only a GUI is opened. #' -#' @import gWidgets gWidgetstcltk -#' #' @author Walmes Zeviani, \email{walmes@@ufpr.br} #' #' @export diff --git a/R/polyGui.R b/R/polyGui.R index f1e337c..686e615 100644 --- a/R/polyGui.R +++ b/R/polyGui.R @@ -18,8 +18,6 @@ #' #' @return None is returned by the function. #' -#' @import gWidgets gWidgetstcltk -#' #' @author Walmes Zeviani, \email{walmes@@ufpr.br} #' #' @export diff --git a/R/runAllChunks.R b/R/runAllChunks.R index cc7ff57..be75bd0 100644 --- a/R/runAllChunks.R +++ b/R/runAllChunks.R @@ -17,8 +17,6 @@ #' #' @return Objects created in the chunks from the Rmd file. #' -#' @import knitr -#' #' @author Fernando Mayer, \email{fernando.mayer@@ufpr.br} #' #' @export -- GitLab