Skip to content

Commit 7f0cbb2

Browse files
committed
update docs and version
1 parent 0bc84ec commit 7f0cbb2

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: gtExtras
33
Title: Extending 'gt' for Beautiful HTML Tables
4-
Version: 0.6.1
4+
Version: 0.6.2
55
Authors@R: c(
66
person("Thomas", "Mock", , "j.thomasmock@gmail.com", role = c("aut", "cre", "cph")),
77
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-0862-2018"))
@@ -15,7 +15,7 @@ URL: https://github.com/jthomasmock/gtExtras,
1515
BugReports: https://github.com/jthomasmock/gtExtras/issues
1616
Depends:
1717
R (>= 3.6.0),
18-
gt (>= 0.9.0)
18+
gt (>= 1.0.0)
1919
Imports:
2020
commonmark,
2121
dplyr (>= 1.0.9),

tests/testthat/test-gt_pct_bar.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
test_that("gt_pct_bar SVG is created and has specific palette", {
4747
check_suggests()
4848
testthat::skip_on_cran()
49+
testthat::skip_on_ci()
4950

5051
ex_df <- dplyr::tibble(
5152
x = c(

tests/testthat/test-gt_plt_bar.R

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

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

tests/testthat/test_test-gt_pct_bar.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
test_that("gt_pct_bar SVG structure, positions, and default palette are correct", {
44
check_suggests()
55
testthat::skip_on_cran()
6+
testthat::skip_on_ci()
67

78
# Helpers
89
get_bar_rect_nodes <- function(doc) {
@@ -78,6 +79,7 @@ test_that("gt_pct_bar SVG structure, positions, and default palette are correct"
7879
test_that("gt_pct_bar respects a custom two-color palette", {
7980
check_suggests()
8081
testthat::skip_on_cran()
82+
testthat::skip_on_ci()
8183

8284
# Helpers
8385
get_bar_rect_nodes <- function(doc) {

0 commit comments

Comments
 (0)