Skip to content

Commit c9f1223

Browse files
committed
add docs and exports
1 parent 40a0d9b commit c9f1223

39 files changed

+57
-392
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ docs
1414
CRAN-SUBMISSION
1515
/meta_fns/
1616
/revdep/
17+
18+
.env
19+
logs/
20+
__pycache__/

DESCRIPTION

Lines changed: 4 additions & 3 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.5.0.9005
4+
Version: 0.6.0
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"))
@@ -44,9 +44,10 @@ Suggests:
4444
tidyr (>= 1.0.0),
4545
tidyselect (>= 1.0.0),
4646
webshot2 (>= 0.1.0),
47-
xml2 (>= 1.3.3)
47+
xml2 (>= 1.3.3),
48+
lifecycle (>= 1.0.0)
4849
Encoding: UTF-8
4950
Roxygen: list(markdown = TRUE)
50-
RoxygenNote: 7.3.1
51+
RoxygenNote: 7.3.2
5152
Config/testthat/edition: 3
5253
Config/testthat/parallel: true

NAMESPACE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ export(gt_color_box)
2020
export(gt_color_rows)
2121
export(gt_double_table)
2222
export(gt_duplicate_column)
23-
export(gt_fa_column)
2423
export(gt_fa_rank_change)
25-
export(gt_fa_rating)
26-
export(gt_fa_repeats)
2724
export(gt_highlight_cols)
2825
export(gt_highlight_rows)
2926
export(gt_hulk_col_numeric)

cran-comments.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Submission details
22

3-
- This is an update to solve a few bugs as indicated by users and add new features.
4-
- Fixed the version of package to be stable and not release version (0.5.0.90000)
3+
- This is an update to solve a few bugs as indicated by users and CRAN maintainers.
4+
- Fixed the version of package to be stable and not release version (0.6.0)
55

66
## R CMD check results
77

@@ -12,13 +12,13 @@ Checked against automated test environments, RHub, MacBuilder, and WinBuilder (o
1212
## Automated Test environments
1313

1414
on Github Actions:
15-
* ubuntu (devel, release, oldrel)
16-
* windows (release)
17-
* macOS (release)
15+
- ubuntu (devel, release, oldrel)
16+
- windows (release)
17+
- macOS (release)
1818

1919
on R-universe
20-
* Windows (devel, release, oldrel)
21-
* MacOS (release, oldrel)
20+
- Windows (devel, release, oldrel)
21+
- MacOS (release, oldrel)
2222

2323
## R CMD check results
2424

man/add_text_img.Rd

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/fa_icon_repeat.Rd

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/fmt_pad_num.Rd

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/fmt_pct_extra.Rd

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/fmt_symbol_first.Rd

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/generate_df.Rd

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)