Releases: Ryo-N7/tvthemes
Releases · Ryo-N7/tvthemes
tvthemes v1.3.0 (CRAN release)
tvthemes v1.1.1 (CRAN release)
- Add Github Actions
- R-CMD-Check, codecov, build pkgdown
- Add license for 'Some Time Later' font
- Fix tests, re: check environment
tvthemes v1.1.0 (CRAN Release)
- New palette:
- Gravity Falls
- New font:
- "Gravitation Falls"
- Renamed functions to fit
*_camelCase()
style:import_titilliumWeb()
,import_robotoCondensed()
,import_chelseaMarket()
- Renamed 'Avatar: The Last Airbender' functions:
scale_*_avatar()
,theme_avatar()
- Deprecated functions:
import_titillium_web()
,import_roboto_condensed()
,scale_*_avatarTLA()
,
theme_theLastAirbender()
- Deleted functions:
import_ChelseaMarket()
(replaced byimport_chelseaMarket()
)
- Added
{packagedown}
website - Split README into vignettes
- Added more tests
tvthemes v1.0.0 (CRAN Release)
- Released on CRAN! (September 3rd, 2019)
- New palettes:
- Kim Possible, Big Hero 6, Stannis Baratheon, House Manderly, House Martell, House Arryn, Hilda, & Attack on Titan
- New themes:
- Hilda: Day, Dusk, & Night
- Increased functionality in all palette functions
palette
,n
,type
,reverse
options added
- TV shows with multiple palettes have a single function from which you call a specific palette:
scale_color_westeros(palette = "Stannis")
scale_fill_avatarTLA(palette = "EarthKingdom")
- Toggle ticks with
ticks = TRUE
orticks = FALSE
- More tests added
- Improved documentation
0.0.0.9100
tvthemes 0.0.0.9100
- Corrected
title
in P&R, R&M, TLA themes toplot.title
- Fix swapped
axis.title.size
andaxis.text.size
in R&M theme - Tests added for ALL defaults in
theme_*()
to prevent above bugs - README updated with intro blogpost material
- Further changes will go to dev branch unless major bugs