Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Mar 4, 2021
1 parent 2c06844 commit dd57776
Show file tree
Hide file tree
Showing 30 changed files with 219 additions and 485 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: xaringanthemer
Title: Custom 'xaringan' CSS Themes
Version: 0.3.0.9000
Version: 0.3.3
Authors@R:
person(given = "Garrick",
family = "Aden-Buie",
Expand All @@ -15,7 +15,7 @@ Description: Create beautifully color-coordinated and customized
your slides' 'R Markdown' source file or in a separate external
script.
License: MIT + file LICENSE
URL: https://pkg.garrickadenbuie.com/xaringanthemer,
URL: https://pkg.garrickadenbuie.com/xaringanthemer/,
https://github.com/gadenbuie/xaringanthemer
BugReports: https://github.com/gadenbuie/xaringanthemer/issues
Depends:
Expand Down
14 changes: 10 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# xaringanthemer 0.3.0.9000
# xaringanthemer 0.3.3

- Add `inverse_link_color` to control color of links on inverse slides (thanks @dmi3kno, #44)
* Add `inverse_link_color` to control color of links on inverse slides
(thanks @dmi3kno, #44)

- .pull-right[] now clears floats just for its immediate sibling
* .pull-right[] now clears floats just for its immediate sibling

- Add `header_font_family_fallback` to control fallback fonts for headings (thanks @mattwarkentin, #41)
* Add `header_font_family_fallback` to control fallback fonts for headings
(thanks @mattwarkentin, #41)

* New xaringanthemer presentation skeleton with a kitchen sink of typical
slide elements with the goal of making it easier to preview new themes
during development.

# xaringanthemer 0.3.0

Expand Down
10 changes: 5 additions & 5 deletions R/ggplot2.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#'
#' @description
#'
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#' `r lifecycle::badge("maturing")`
#'
#' Creates \pkg{ggplot2} themes to match the xaringanthemer theme used in the
#' \pkg{xaringan} slides that seamlessly matches the "normal" slide colors and
Expand Down Expand Up @@ -96,7 +96,7 @@ theme_xaringan <- function(
#'
#' @description
#'
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#' `r lifecycle::badge("maturing")`
#'
#' A \pkg{ggplot2} xaringanthemer plot theme to seamlessly match the "inverse"
#' \pkg{xaringan} slide colors and styles as styled by [xaringanthemer]. See
Expand Down Expand Up @@ -185,7 +185,7 @@ theme_xaringan_inverse <- function(
#'
#' @description
#'
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#' `r lifecycle::badge("maturing")`
#'
#' Provides a base plot theme for \pkg{ggplot2} to match the \pkg{xaringan}
#' slide theme created by [xaringanthemer]. The theme is designed to create a
Expand Down Expand Up @@ -380,7 +380,7 @@ theme_xaringan_base <- function(
#'
#' @description
#'
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#' `r lifecycle::badge("maturing")`
#'
#' Set \pkg{ggplot2} _geom_ defaults to match [theme_xaringan()] with
#' `theme_xaringan_set_defaults()` and restore the standard or previously-set
Expand Down Expand Up @@ -511,7 +511,7 @@ safely_set_geom <- function(geom, new) {
#'
#' @description
#'
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#' `r lifecycle::badge("maturing")`
#'
#' Color and fill single-color scales for discrete and continuous values,
#' created using the primary accent color of the xaringanthemer styles. See
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library(xaringanthemer)

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/xaringanthemer)](https://CRAN.R-project.org/package=xaringanthemer)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CI by {tic}](https://github.com/gadenbuie/xaringanthemer/workflows/tic/badge.svg?branch=master)](https://github.com/gadenbuie/xaringanthemer/actions)
[![Codecov](https://img.shields.io/codecov/c/github/gadenbuie/xaringanthemer)](https://codecov.io/github/gadenbuie/xaringanthemer)
<!-- badges: end -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![CRAN
status](https://www.r-pkg.org/badges/version/xaringanthemer)](https://CRAN.R-project.org/package=xaringanthemer)
[![Lifecycle:
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CI by
{tic}](https://github.com/gadenbuie/xaringanthemer/workflows/tic/badge.svg?branch=master)](https://github.com/gadenbuie/xaringanthemer/actions)
[![Codecov](https://img.shields.io/codecov/c/github/gadenbuie/xaringanthemer)](https://codecov.io/github/gadenbuie/xaringanthemer)
Expand Down
46 changes: 4 additions & 42 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,8 @@
## Test environments
* local OS X install, R 3.6.2
* local OS X install, R 4.0.0
* local Ubuntu 18.04, R 3.6.3
* local Ubuntu 18.04, R 4.0.0
* win-builder (devel and release)
* Microsoft Windows Server 2019 (on GitHub Actions), R 3.6.3
* MacOS (release and devel, on GitHub Actions)
* Ubuntu 18.04 (on GitHub Action), R 3.6.3

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.

## Changes in this resubmission

> Package names are case sensitive. (in title:) --> 'xaringan'
The title was changed accordingly.

> Please do not modify the global environment (e.g. by using <<- or
> assign() without a specified environment) in your functions.
`assign()` is used but always with an explicit environment to ensure
that the global environment is not modified.

> Please make sure you do not write or download anything without the
> user's permission.
I've verified that all file outputs are consented, either by setting a function
argument to the path of an outfile or by prompt. In one case where a required
file needs to be downloaded, the user's consent is requested prior to the
download. If the user consents, the file is downloaded into the temp folder.

> Please make sure that you do not change the user's options, par or
> working directory.
The global options are not modified by any functions in the package. There are
a few places in the tests where options are temporarily modified for the test,
but the options are reverted when exiting the scope of the test.
0 errors | 0 warnings | 0 notes

> Missing Rd-tags: \value, \arguments
No reverse dependencies.

I've added the missing Rd tags in all files.
Replaces previous submission with corrected links
for three URLs that were moved to a new location.
Loading

0 comments on commit dd57776

Please sign in to comment.