Skip to content

Commit

Permalink
rstudio -> posit emails; use_package_doc()
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Aug 8, 2023
1 parent 266f0f3 commit 7082e53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Package: thematic
Title: Unified and Automatic 'Theming' of 'ggplot2', 'lattice', and 'base' R Graphics
Version: 0.1.3
Authors@R: c(
person("Carson", "Sievert", role = c("aut", "cre"), email = "carson@rstudio.com", comment = c(ORCID = "0000-0002-4958-2844")),
person("Barret", "Schloerke", email = "barret@rstudio.com", role = "aut", comment = c(ORCID = "0000-0001-9986-114X")),
person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),
person(family = "RStudio", role = "cph")
person("Carson", "Sievert", role = c("aut", "cre"), email = "carson@posit.co", comment = c(ORCID = "0000-0002-4958-2844")),
person("Barret", "Schloerke", email = "barret@posit.co", role = "aut", comment = c(ORCID = "0000-0001-9986-114X")),
person("Joe", "Cheng", role = "aut", email = "joe@posit.co"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description:
Theme 'ggplot2', 'lattice', and 'base' graphics based on a few choices, including foreground color, background color, accent color,
Expand Down Expand Up @@ -57,10 +57,10 @@ Collate:
'ggplot.R'
'globals.R'
'hooks.R'
'imports.R'
'knitr.R'
'lattice.R'
'onLoad.R'
'thematic-package.R'
'thematic-save-plot.R'
'thematic.R'
'utils.R'
Expand Down
5 changes: 5 additions & 0 deletions R/imports.R → R/thematic-package.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom graphics par plot plot.new
#' @importFrom grid grid.newpage grid.draw grid.text gpar seekViewport pushViewport upViewport
#' @importFrom grDevices col2rgb dev.new dev.cur dev.off dev.set devAskNewPage palette colorRampPalette
#' @importFrom utils capture.output download.file unzip packageVersion modifyList getFromNamespace getS3method assignInNamespace
#' @importFrom rlang is_installed list2 %|%
#' @importFrom rstudioapi getThemeInfo versionInfo readRStudioPreference
## usethis namespace: end
NULL

0 comments on commit 7082e53

Please sign in to comment.