diff --git a/CRAN-RELEASE b/CRAN-RELEASE index cc80cb6..ba589fd 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2020-03-05. -Once it is accepted, delete this file and tag the release (commit f6d2a276cd). +This package was submitted to CRAN on 2020-03-06. +Once it is accepted, delete this file and tag the release (commit a599f17a1d). diff --git a/R/hrbrthemes-package.R b/R/hrbrthemes-package.R index 4dd7bf3..81ac774 100644 --- a/R/hrbrthemes-package.R +++ b/R/hrbrthemes-package.R @@ -26,7 +26,7 @@ #' @importFrom gdtools set_dummy_conf #' @import rmarkdown knitr htmltools #' @importFrom tools file_path_sans_ext -NULL +"_PACKAGE" #' hrbrthemes exported operators #' diff --git a/cran-comments.md b/cran-comments.md index c0fdb0e..f04db15 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,23 +1,13 @@ ## Test environments - -* local OS X install + travis-ci, R 3.5.0 & devel (Travis is currently failing - - 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 +* local OS X install, R 3.6.3 +* ubuntu 14.04 (on travis-ci), R 3.6.3 * win-builder (devel and release) -* rhub::check_for_cran() ## R CMD check results -0 errors | 0 warnings | 0 notes%>% hrbrthemes exported operators - -## Reverse dependencies +0 errors | 0 warnings | 0 notes -- [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) \ No newline at end of file diff --git a/man/hrbrthemes.Rd b/man/hrbrthemes.Rd index 0220b53..cc80ae1 100644 --- a/man/hrbrthemes.Rd +++ b/man/hrbrthemes.Rd @@ -3,6 +3,7 @@ \docType{package} \name{hrbrthemes} \alias{hrbrthemes} +\alias{hrbrthemes-package} \title{Additional Themes and Theme Components for 'ggplot2'} \description{ 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 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{ Bob Rudis (bob@rud.is) }