Skip to content

Commit

Permalink
fix: resolve R CMD check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
martinctc committed Oct 1, 2024
1 parent 56e2d03 commit 80fc67b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^icons$
^_development$
^\.github$
^_pkgdown.yml$
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Imports:
magrittr,
purrr,
glue,
data.table
data.table,
broom,
rstatix
Suggests:
testthat
2 changes: 1 addition & 1 deletion R/test_catcat.R → R/test_chisq.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#'
#' @examples
#' data("mtcars")
#' test_catcat(mtcars, "cyl", "vs")
#' test_chisq(mtcars, "cyl", "vs")
#'
#' @importFrom rstatix chisq_test
#' @importFrom stats fisher.test
Expand Down
4 changes: 2 additions & 2 deletions man/test_chisq.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80fc67b

Please sign in to comment.