-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check test failures on oldrel-Windows (#349)
* Check test failures on oldrel-Windows Fixes #348 * desc, news * spell
- Loading branch information
1 parent
2ad3d5e
commit aedbf73
Showing
6 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
man/plot.dw_data_tabulate.Rd → man/plot.datawizard_table.Rd
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
test_that("`plot.dw_data_tabulate()` works with single table", { | ||
test_that("`plot.datawizard_table()` works with single table", { | ||
x <- datawizard::data_tabulate(mtcars, select = "cyl") | ||
expect_s3_class(plot(x), "gg") | ||
}) | ||
|
||
test_that("`plot.dw_data_tabulate()` works with multiple tables", { | ||
test_that("`plot.datawizard_table()` works with multiple tables", { | ||
x <- datawizard::data_tabulate(mtcars, select = c("cyl", "carb", "am")) | ||
expect_true(is.list(plot(x))) | ||
}) |