Skip to content

Releases: Ryo-N7/tvthemes

tvthemes v1.3.0 (CRAN release)

17 Mar 04:27
Compare
Choose a tag to compare
  • New palette:
    • Steven Universe (31 variants based on different Gem characters)
  • Remove {glue} package as a dependency
  • Imgur links for plot examples are replaced with direct links to printed images in man/ folder

tvthemes v1.1.1 (CRAN release)

16 Apr 13:46
Compare
Choose a tag to compare
  • 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)

31 Oct 13:19
Compare
Choose a tag to compare
  • 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 by import_chelseaMarket())
  • Added {packagedown} website
  • Split README into vignettes
  • Added more tests

tvthemes v1.0.0 (CRAN Release)

03 Sep 12:38
Compare
Choose a tag to compare
  • 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 or ticks = FALSE
  • More tests added
  • Improved documentation

0.0.0.9100

18 May 06:35
Compare
Choose a tag to compare

tvthemes 0.0.0.9100

  • Corrected title in P&R, R&M, TLA themes to plot.title
  • Fix swapped axis.title.size and axis.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