Garrick Aden-Buie
51b100a9a4
Increment version number to 0.4.3.9000
1 год назад
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 год назад
Teun van den Brand
fc0ff801e8
Compatibility with future ggplot2 ( #79 )
* use UK spelling of colour
* Increment version number to 0.4.2.9000
* docs: add NEWS item
* chore: devtools::document()
---------
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
1 год назад
Garrick Aden-Buie
85091cd16a
v0.4.2
3 лет назад
github-actions[bot]
09e2ad9831
Automated package maintenance ( #75 )
3 лет назад
Garrick Aden-Buie
18753ca43a
fix typo
3 лет назад
Garrick Aden-Buie
9c5910a4da
install some more packages in the auto-pkg-maintenance workflow
3 лет назад
Garrick Aden-Buie
78ae657b7d
Use latest gha rcmdcheck standard
3 лет назад
Garrick Aden-Buie
ce58cd14ba
Use latest version of auto-pkg-maintenance workflow
3 лет назад
Garrick Aden-Buie
13f0afefee
update pkgdown workflow
3 лет назад
Garrick Aden-Buie
6444163cd7
* Use `.table-unshaded` class on a tables to prevent xaringanthemer's table heading and row shading ( #74 )
Fixes #74
3 лет назад
Garrick Aden-Buie
431dce13f4
redocument again
3 лет назад
Garrick Aden-Buie
43abbaa35a
Use new pkgdown site styles
3 лет назад
Garrick Aden-Buie
b6ed374c83
* Re-document for CRAN
3 лет назад
Garrick Aden-Buie
73e8cd7702
* Use `inverse_text_color` as the default for `inverse_header_color` in most places
Fixes #60
3 лет назад
Garrick Aden-Buie
21269a0fec
* Remove names from key theme colors ( #62 )
Fixes #62
3 лет назад
Garrick Aden-Buie
65d35eaaf0
Bump dev version v0.4.1.9000
3 лет назад
Garrick Aden-Buie
10d67c898f
docs: poppins for headings
4 лет назад
Garrick Aden-Buie
c99f65f9d8
Use montserrat for headings
4 лет назад
Garrick Aden-Buie
d1f05f67e9
new pkgdown theme
4 лет назад
Garrick Aden-Buie
fb8ca3d994
Bump version to 0.4.1
4 лет назад
Garrick Aden-Buie
f1eac8759c
catch one message in tests
4 лет назад
Garrick Aden-Buie
d63aea815d
dont' track cran comments
4 лет назад
github-actions[bot]
ad73c59080
Automated package maintenance ( #71 )
Co-authored-by: gadenbuie <gadenbuie@users.noreply.github.com>
4 лет назад
Garrick Aden-Buie
22305ea39a
readme doesn't create images
4 лет назад
Garrick Aden-Buie
6e6daf04d8
tweak pkg maintenance
4 лет назад
Garrick Aden-Buie
2e920ff07e
Fix typo
Closes #67
Thanks @andrewpbray
4 лет назад
Garrick Aden-Buie
bb0cf5fadd
git ignore .github/r-depends.rds
4 лет назад
Garrick Aden-Buie
8ce8ec4e16
Use `r-lib/actions/examples/pkgdown-pak.yaml`
4 лет назад
Garrick Aden-Buie
5c5e657aca
update badges
4 лет назад
Garrick Aden-Buie
66852c14e0
fix whitespace
4 лет назад
Garrick Aden-Buie
9809a790c9
switch from tic to my actions
4 лет назад
Garrick Aden-Buie
f44ce08889
Rmd template now renders without showtext
Fixes #65
4 лет назад
Garrick Aden-Buie
ab07a616d6
Update references to master
For #70
4 лет назад
Garrick Aden-Buie
42da40c62a
Update {tic} workflow, deploy pkgdown from ubuntu
4 лет назад
Garrick Aden-Buie
22429e71e7
Fix pkgdown link title for 0.3.0 release
4 лет назад
Garrick Aden-Buie
28056f3d63
Add NEWS for #69
4 лет назад
jdlom
c606bdf7c9
change regex pattern to match valid css class names ( #69 )
* The style functions are now more permissive about color names in the `color` argument. Color names should be valid CSS classes that can also be used as CSS variable names, but the `style_` function only stops with an error if the color name contains spaces. (@jdlom #69 )
4 лет назад
Garrick Aden-Buie
046187ae84
Fix tests for {testthat} 3.1.0
4 лет назад
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 лет назад
Apoorv Anand
9f7460eee9
Remove trailing comma in `_colors.Rmd` ( #64 )
4 лет назад
Garrick Aden-Buie
3a1d9f3467
v0.4.0 ( #59 )
5 лет назад
Garrick Aden-Buie
b271eaccb7
Set global or chunk fig.showtext = FALSE to keep from setting this option on load
For #36
5 лет назад
Garrick Aden-Buie
ddcbccf55c
Don't set `fig.showtext` if it's already set to `FALSE`
Fixes #36
5 лет назад
Garrick Aden-Buie
ea5d1de808
Add `link_decoration` parameter to style functions ( #57 )
5 лет назад
Garrick Aden-Buie
b9bea9db0d
Detect presence of {showtext} as default of `use_showtext` ( #56 )
Updates color examples and adds left-column headings demo to skeleton
5 лет назад
Garrick Aden-Buie
4902390cc2
Render R code in skeleton when pkg is installed ( #55 )
5 лет назад
Garrick Aden-Buie
bdde9ca706
Set slide number font size in rem ( #54 )
Fixes #53
5 лет назад
Garrick Aden-Buie
ce808c74f5
Merge pull request #51 from gadenbuie/50-bold-font-weight
5 лет назад
Garrick Aden-Buie
ff02422e23
Add text_bold_font_weight argument and css rule
Fixes #50
5 лет назад