uiucthemes 0.3.3
CHANGES
- Handled URL changes (#29)
- Addressed CRAN feedback regarding outdated inherited documentation
(#27)
DEPLOYMENT
- Updated GitHub Actions to use new versions of
R-CMD-Checkandpkgdown. (#28)
uiucthemes 0.3.2
(GitHub-only)
CHANGES
- Fixed path to example images on the README page. (#24)
DEPLOYMENT
- Added a pkgdown website. (#23)
- Updated GitHub Actions Runner to use tag references. (#23)
uiucthemes 0.3.1
CHANGES
- Fixed citation_package = 'none'deprecation warning by
changing tocitation_package = 'default'(thanks for the
report @noejn2, #21)
- Bumped the dependency requirements to rmarkdown2.2 andxaringan0.16.0.
DOCUMENTATION
- Re-built documentation under roxygen2 7.1.0
- Modernized the README file
DEPLOYMENT
- Switched from using TravisCI to GitHub Actions for continuous
integration.
uiucthemes 0.3.0
NEW
- Added the beamer_imetropolis()template that modifies
the Metropolis theme to match slide deck.
- The slides are powered by Matthias Vogelgesang’s metropolis,
formerly “mtheme”, for Beamer.
 
- Added the html_imetropolis()template that provides a
custom illinois-themed Metropolis slide deck.
CHANGES
- Added an AUTHORSandCOPYRIGHTSfile to
describe the different templates in the package.
- Improved documentation on the Beamer slide decks.
- Updated contributor email.
uiucthemes 0.2.1
NEW
CHANGES
- Modified template naming scheme so that templates are grouped by
“Illinois”.
- Modified skeleton template of latex_journal_formatto
be more generic.
uiucthemes 0.2.0
NEW
- Added additional YAML header options such as licensing and safecol
feature to beamer_illinois()
- Included a preliminary version of beamer_orange()template created by Prof. Steven
Culpepper
- Developed a template off of jss style to be used for final reports
with Dr. David Dalpiaz.
- This will be updated at a later point to use bookdown’s
pdf_document2()option.
 
- Added a non-exported helper function
load_resources_if_missing()that loads any required
resources into the document’s working directory if they are missing
(e.g.ilogo.pdf).
CHANGES
- UIUC recently adopted new
identity standards. This version of uiucthemesapplies
the new guidelines in two ways:
- the “Column
I” logo to the “Block
I” logo.
- Orange and Blue colors have been updated…
- Orange: #f47f24/rgb(244,127,36)to#d75536/rgb(215,85,54)
- Blue: #003c7d/rgb(0,60,125)to#1d2639/rgb(29,38,57)
 
 
- Moved README images to tools/readmeto ensure images
appear on CRAN.
DEPRECATED
- The name of the uiuc_beamer()theme has changed tobeamer_illinois()as a means to consistently group themes
by underlying technology.
uiucthemes 0.1.1
NEW
- Added uiuc_beamer()function that enables creation of a
beamer presentation with UIUC colors and identity standards.
- Enabled TravisCI integration support.
- Added a NEWS.mdfile to track changes to the
package.