| @@ -24,3 +24,5 @@ | |||
| ^\.github$ | |||
| ^clang-.* | |||
| ^gfortran.* | |||
| ^cran-comments\.md$ | |||
| ^CRAN-RELEASE$ | |||
| @@ -1,7 +1,7 @@ | |||
| Type: Package | |||
| Package: xaringanthemer | |||
| Title: Custom 'Xaringan' CSS Themes | |||
| Version: 0.2.0.9100 | |||
| Version: 0.3.0 | |||
| Authors@R: | |||
| person(given = "Garrick", | |||
| family = "Aden-Buie", | |||
| @@ -1,6 +1,6 @@ | |||
| # MIT License | |||
| Copyright (c) 2018 Garrick Aden-Buie | |||
| Copyright (c) 2020 Garrick Aden-Buie | |||
| Permission is hereby granted, free of charge, to any person obtaining a copy | |||
| of this software and associated documentation files (the "Software"), to deal | |||
| @@ -1,4 +1,4 @@ | |||
| # xaringanthemer 0.3.0 (dev) | |||
| # xaringanthemer 0.3.0 | |||
| * Adds `theme_xaringan()`, a ggplot2 theme that automatically uses the colors | |||
| and font styles of your xaringanthemer style. Also adds | |||
| @@ -0,0 +1,15 @@ | |||
| ## 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. | |||