Skip to content

Commit 0bc84ec

Browse files
committed
skip on CRAN
1 parent 0dc8686 commit 0bc84ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/testthat/test-gt_plt_bar.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test_that("gt_plt_bar svg is created and has specific values", {
22
check_suggests()
3+
testthat::skip_on_cran()
34

45
bar_tbl <- mtcars %>%
56
head() %>%

tests/testthat/test-gt_plt_conf_int.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test_that("gt_plt_conf_int generates correct points/text", {
22
check_suggests()
3+
testthat::skip_on_cran()
34

45
ci_table <- generate_df(
56
n = 50,
@@ -56,6 +57,7 @@ test_that("gt_plt_conf_int generates correct points/text", {
5657

5758
test_that("gt_plt_conf_int uses correct points/text/colors", {
5859
check_suggests()
60+
testthat::skip_on_cran()
5961

6062
# You can also provide your own values
6163
# based on your own algorithm/calculations

0 commit comments

Comments
 (0)