Skip to content

Commit

Permalink
testthat moved to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
abusjahn committed May 7, 2021
1 parent 64cde48 commit 1581ba4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ Authors@R:
Maintainer: Andreas Busjahn <andreas@busjahn.net>
License: GPL-3
Encoding: UTF-8
Imports: stats, boot, knitr, coin, utils, testthat, dplyr,
forcats, purrr, glue, rlang, stringr, magrittr, ggplot2, tibble,
tidyr, kableExtra
Imports: stats, boot, knitr, coin, utils,
dplyr, forcats, purrr, glue, rlang, stringr, magrittr, ggplot2,
tibble, tidyr, kableExtra
Depends: tidyverse
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests:
rmarkdown
Suggests: rmarkdown, testthat
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import(dplyr)
import(ggplot2)
import(rlang)
import(stringr)
import(testthat)
import(tibble)
import(tidyverse)
importFrom(magrittr,`%<>%`)
Expand Down
4 changes: 2 additions & 2 deletions R/pkgstart.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ NULL
#' @import stringr
NULL

#'@import testthat
NULL
# #'@importFrom testthat test_that expect_equal
# NULL

#' @importFrom stats anova as.formula confint cor.test fisher.test ks.test mad median na.omit p.adjust pairwise.t.test pnorm power.prop.test power.t.test qnorm quantile rpois sd wilcox.test t.test var.test
NULL
Expand Down

0 comments on commit 1581ba4

Please sign in to comment.