Browse Source

pre-merge

master
boB Rudis 4 years ago
parent
commit
6046a48a4a
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      CRAN-RELEASE
  2. 2
      R/hrbrthemes-package.R
  3. 20
      cran-comments.md
  4. 9
      man/hrbrthemes.Rd

4
CRAN-RELEASE

@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-03-05. This package was submitted to CRAN on 2020-03-06.
Once it is accepted, delete this file and tag the release (commit f6d2a276cd). Once it is accepted, delete this file and tag the release (commit a599f17a1d).

2
R/hrbrthemes-package.R

@ -26,7 +26,7 @@
#' @importFrom gdtools set_dummy_conf #' @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 "_PACKAGE"
#' hrbrthemes exported operators #' hrbrthemes exported operators
#' #'

20
cran-comments.md

@ -1,23 +1,13 @@
## Test environments ## Test environments
* local OS X install, R 3.6.3
* local OS X install + travis-ci, R 3.5.0 & devel (Travis is currently failing * ubuntu 14.04 (on travis-ci), R 3.6.3
- if folks check - due to a missing CRAN mirror component in RStudio's CRAN
mirror for Travis)
* ubuntu 14.04 (on travis-ci), R oldrel, current, devel
* win-builder (devel and release) * win-builder (devel and release)
* rhub::check_for_cran()
## R CMD check results ## R CMD check results
0 errors | 0 warnings | 0 notes%>% hrbrthemes exported operators 0 errors | 0 warnings | 0 notes
## Reverse dependencies
- [BAwiR, fontHind, fontMPlus, ggstatsplot, mlr] all OK * This is an update
--- i think i fixed the named package link in the revdep.
- new fonts, a new white theme and a new dark theme
- 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
- re-re-submitted (gdtools in the right place now)

9
man/hrbrthemes.Rd

@ -3,6 +3,7 @@
\docType{package} \docType{package}
\name{hrbrthemes} \name{hrbrthemes}
\alias{hrbrthemes} \alias{hrbrthemes}
\alias{hrbrthemes-package}
\title{Additional Themes and Theme Components for 'ggplot2'} \title{Additional Themes and Theme Components for 'ggplot2'}
\description{ \description{
A compilation of extra themes and theme components for 'ggplot2' with an A compilation of extra themes and theme components for 'ggplot2' with an
@ -22,6 +23,14 @@ call \code{extrafont::loadfonts()} to register non-core fonts with R PDF & PostS
devices. If you are running under Windows, the package calls the same function devices. If you are running under Windows, the package calls the same function
to register non-core fonts with the Windows graphics device. to register non-core fonts with the Windows graphics device.
} }
\seealso{
Useful links:
\itemize{
\item \url{http://github.com/hrbrmstr/hrbrthemes}
\item Report bugs at \url{https://github.com/hrbrmstr/hrbrthemes/issues}
}
}
\author{ \author{
Bob Rudis (bob@rud.is) Bob Rudis (bob@rud.is)
} }

Loading…
Cancel
Save