Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ tests/testthat/Rplots.pdf
tests/testthat/testthat-problems.rds
tests/testthat/_snaps/**/*.new.md
tests/testthat/_snaps/**/*.new.svg
.DS_Store
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ linters: linters_with_defaults(
line_length_linter(120),
object_name_linter = NULL,
object_usage_linter = NULL,
cyclocomp_linter = NULL
pipe_consistency_linter = NULL
)
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Encoding: UTF-8
Language: en-US
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'geom_km.R'
'geom_km_ticks.R'
Expand All @@ -58,3 +57,4 @@ Collate:
'stat_prop.R'
'table_themes.R'
'ttheme_set.R'
Config/roxygen2/version: 8.0.0
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ggplot2.utils 0.3.3.9000
# ggplot2.utils 0.3.4.9000

* Fixes for documentation.

# ggplot2.utils 0.3.3

* Generalized one test to comply with the new `ggplot2` version.

Expand Down
26 changes: 9 additions & 17 deletions R/table_themes.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,16 @@
#'
#' @name ttheme_gtdefault
#' @rdname ttheme_gtdefault
#' @aliases
#' ttheme_gtbw
#' ttheme_gtdark
#' ttheme_gtlight
#' ttheme_gtminimal
#' ttheme_gtplain
#' ttheme_gtsimple
#' ttheme_gtstripes
#' @aliases ttheme_gtbw
#' @aliases ttheme_gtdark
#' @aliases ttheme_gtlight
#' @aliases ttheme_gtminimal
#' @aliases ttheme_gtplain
#' @aliases ttheme_gtsimple
#' @aliases ttheme_gtstripes
#'
#' @importFrom ggpp
#' ttheme_gtbw
#' ttheme_gtdark
#' ttheme_gtdefault
#' ttheme_gtlight
#' ttheme_gtminimal
#' ttheme_gtplain
#' ttheme_gtsimple
#' ttheme_gtstripes
#' @importFrom ggpp ttheme_gtbw ttheme_gtdark ttheme_gtdefault ttheme_gtlight ttheme_gtminimal
#' @importFrom ggpp ttheme_gtplain ttheme_gtsimple ttheme_gtstripes
#'
#' @export ttheme_gtbw ttheme_gtdark ttheme_gtdefault ttheme_gtlight
#' @export ttheme_gtminimal ttheme_gtplain ttheme_gtsimple ttheme_gtstripes
Expand Down
10 changes: 6 additions & 4 deletions man/geom_km.Rd

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

8 changes: 5 additions & 3 deletions man/geom_km_ticks.Rd

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

1 change: 1 addition & 0 deletions man/ggplot2.utils-package.Rd

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

11 changes: 0 additions & 11 deletions man/ggproto.Rd

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

6 changes: 4 additions & 2 deletions man/stat_km.Rd

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

6 changes: 4 additions & 2 deletions man/stat_km_ticks.Rd

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

Loading