Skip to content

Commit

Permalink
add lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjbe committed Dec 5, 2024
1 parent 2e5edf2 commit e55789b
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ojothemes
Title: OJO, OKPI, and TOK themes for {ggplot2} and {gt}
Title: OJO, OKPI, and TOK themes for ggplot2 and gt
Version: 0.0.0.9000
Authors@R:
c(
Expand All @@ -15,7 +15,7 @@ Authors@R:
email = "[email protected]",
role = "aut"
))
Description: This package contains themes for {ggplot2} and {gt} that follow the styles of OJO / OKPI / TOK.
Description: This package contains themes for ggplot2 plots and gt tables that follow the styles of OJO / OKPI / TOK.
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -26,6 +26,7 @@ Imports:
dplyr,
ggplot2 (>= 3.0.0),
gt,
lifecycle,
rlang,
showtext,
stringr,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ export(theme_okpi_base)
export(theme_tok)
export(theme_tok_base)
export(tok_blue)
importFrom(lifecycle,deprecated)
7 changes: 7 additions & 0 deletions R/ojothemes-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom lifecycle deprecated
## usethis namespace: end
NULL
21 changes: 21 additions & 0 deletions man/figures/lifecycle-deprecated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions man/figures/lifecycle-experimental.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions man/figures/lifecycle-stable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions man/figures/lifecycle-superseded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions man/ojothemes-package.Rd

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

0 comments on commit e55789b

Please sign in to comment.