Garrick Aden-Buie
2d981e144e
v0.4.3 ( #81 )
* Increment version number to 0.4.3
* chore: add cran comments
* Fix indents and invisible characters (GitHub Actions)
* Re-build README.Rmd (GitHub Actions)
* Re-build index.Rmd (GitHub Actions)
* chore: urlchecker::url_update()
* chore: align and register s3 print methods
* tests: Update and fix tests
* docs: update link in thanks
---------
Co-authored-by: gadenbuie <gadenbuie@users.noreply.github.com>
1 anno fa
Garrick Aden-Buie
66852c14e0
fix whitespace
4 anni fa
Garrick Aden-Buie
1ff1cc29e1
Better horizontal alignment for code blocks ( #68 )
* Increment version number
* Better horizontal alignment of code blocks
* Use testthat 3e
* Use expect_known_output() because we need the css files
* Replace `with_mock()` with `mockery::stub()`
* Remove extraneous line
* Set ml and mr for all horiz alignment classes
* Add NEWS for #68
4 anni fa
Garrick Aden-Buie
6c0df7868a
Use alternative method to surface errors from callr::r_safe()
5 anni fa
Garrick Aden-Buie
34bf66dbca
Warn if colors used by theme_xaringan() are not in hex format
6 anni fa
Garrick Aden-Buie
78d38c2400
Add xaringanthemer_font_default()
Avoids note for long argument length and allows for more consistent checking if supplied arguments are default values
6 anni fa
Garrick Aden-Buie
c9f2cec8ca
add another google font theme test
6 anni fa
Garrick Aden-Buie
07213e8a5e
test google font overrides individual font
6 anni fa
Garrick Aden-Buie
978d1ef9e5
output = NULL returns css and doesn't write file
style_* returns name of file invisibly
6 anni fa
Garrick Aden-Buie
4806fba416
Set default fonts via *_font_* instead of google_fonts
And add tests
6 anni fa
Garrick Aden-Buie
46643574e3
Store whether font is from google fonts in css vars
6 anni fa
Garrick Aden-Buie
e65d7b1dcf
Feature: custom color classes
Inspired by tachyons, easily add additional colors to slides using the `colors` argument. The argument takes a named list or vector and adds a CSS variable with the color name. Also added are .<color> and .bg-<name> classes.
6 anni fa
Garrick Aden-Buie
f67f42a5c8
Rename style functions to use style_ prefix
* e.g. style_duo() <- duo()
* style_xaringan <- write_xaringan_theme()
* style_extra_css <- write_extra_css()
* added NEWS entry
* updated docs and /docs
7 anni fa
Garrick Aden-Buie
e7a1bfb206
Change header_background_enable to header_background_auto for #10
7 anni fa
Garrick Aden-Buie
f3a6e7a9b7
Add header_background_enable and options for #10
7 anni fa
Garrick Aden-Buie
356c6e5184
Include xaringanthemer package version in output header
7 anni fa
Garrick Aden-Buie
08d75c118b
Add tests for theme css output
7 anni fa