Browse Source

cran try 2

tags/0.8.0
boB Rudis 5 years ago
parent
commit
46dea3290b
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 5
      DESCRIPTION
  2. 1
      NAMESPACE
  3. 1
      R/hrbrthemes-package.R
  4. 1
      cran-comments.md
  5. 2
      man/ipsum.Rd
  6. 2
      tests/testthat/test-hrbrthemes.R

5
DESCRIPTION

@ -2,7 +2,7 @@ Package: hrbrthemes
Type: Package Type: Package
Title: Additional Themes, Theme Components and Utilities for 'ggplot2' Title: Additional Themes, Theme Components and Utilities for 'ggplot2'
Version: 0.6.0 Version: 0.6.0
Date: 2018-04-24 Date: 2019-01-20
Authors@R: c( Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")), comment = c(ORCID = "0000-0001-5670-2640")),
@ -40,7 +40,8 @@ Suggests:
gcookbook, gcookbook,
clipr, clipr,
vdiffr, vdiffr,
svglite svglite,
gdtools
Depends: Depends:
R (>= 3.2.0) R (>= 3.2.0)
Imports: Imports:

1
NAMESPACE

@ -47,5 +47,6 @@ import(htmltools)
import(knitr) import(knitr)
import(rmarkdown) import(rmarkdown)
import(scales) import(scales)
importFrom(gdtools,set_dummy_conf)
importFrom(magrittr,"%>%") importFrom(magrittr,"%>%")
importFrom(tools,file_path_sans_ext) importFrom(tools,file_path_sans_ext)

1
R/hrbrthemes-package.R

@ -23,6 +23,7 @@
#' @keywords internal #' @keywords internal
#' @import ggplot2 grid scales extrafont grDevices #' @import ggplot2 grid scales extrafont grDevices
#' @importFrom magrittr %>% #' @importFrom magrittr %>%
#' @importFrom gdtools set_dummy_conf
#' @import rmarkdown knitr htmltools #' @import rmarkdown knitr htmltools
#' @importFrom tools file_path_sans_ext #' @importFrom tools file_path_sans_ext
NULL NULL

1
cran-comments.md

@ -19,3 +19,4 @@
- new fonts, a new white theme and a new dark theme - new fonts, a new white theme and a new dark theme
- fixed typos in documentation - fixed typos in documentation
- resubmitted after errors noted on https://win-builder.r-project.org/incoming_pretest/hrbrthemes_0.6.0_20190120_223916/Windows/00check.log

2
man/ipsum.Rd

@ -17,7 +17,7 @@ ipsum(number_sections = FALSE, fig_width = 7, fig_height = 5,
\item{fig_width}{Default width (in inches) for figures} \item{fig_width}{Default width (in inches) for figures}
\item{fig_height}{Default height (in inches) for figures} \item{fig_height}{Default width (in inches) for figures}
\item{fig_retina}{Scaling to perform for retina displays (defaults to 2, which \item{fig_retina}{Scaling to perform for retina displays (defaults to 2, which
currently works for all widely used retina displays). Set to \code{NULL} to currently works for all widely used retina displays). Set to \code{NULL} to

2
tests/testthat/test-hrbrthemes.R

@ -1,8 +1,6 @@
context("core theme components work") context("core theme components work")
test_that("we can do something", { test_that("we can do something", {
library(purrr)
tmp_x1 <- scale_x_comma() tmp_x1 <- scale_x_comma()
tmp_x2 <- scale_x_percent() tmp_x2 <- scale_x_percent()

Loading…
Cancel
Save