NEWS | R Documentation |
Added continuous integration at GitHub using run.sh
Non-margin reference in html mode now have an improved display (David Selby and Dirk in #47)
The LaTeX package array
is now installed for improved
table support (Dirk addressing #48)
Minor updates made the package directory and README.md
GitHub Actions were updated to checkout version 3.
Several http:// URLs were updated to https://
A new minimal demo was added showing inline references (Dirk addressing #42).
Code for margin notes and reference in html mode was updated with thanks to tufte (Dirk in #43 and #44 addressing #40).
The README.md was updated with a new 'See Also' section and a new badge.
Two new shorter html and pdf vignettes have been added (with references to the longer vignettes) reducing package size.
New helper function 'theme_tint' based on a similar function in package 'ggtufte'.
The two pdf styles have been extended allowing more flexible LaTeX customization particularly for fonts but also link colour. (Jonathan in #30)
Two example documents where added pre-rendered (and not as vignettes to keep processing lighter)
Documentation for the HTML style was updates (Jonathan in #30).
A new template tintBook
was added (#25).
The pdf variants now default to tango
as the
highlighting style.
Only run html rendering regression test on Linux or Windows as the pandoc versions on CRAN are too old elsewhere.
Vignette figures reworked so that the mgcv package is not required avoiding a spurious dependency [CRAN request]
Skeleton files are also installed as vignettes (#20).
A reference to the Tufte source file now points to tint (Ben Marwick in #19, later extended to other Rmd files).
Several spelling and grammar errors were corrected too (#13 and #16 by R. Mark Sharp and Matthew Henderson)
Correct pdf mode to no use italics in table of contents (#9 fixing #8); also added color support for links etc
Added (basic) Travis CI support (#10)
In html mode, correct use of italics and bold
Html function renamed to tintHtml
Roboto fonts with (string) formats and locales; this allow for
adding formats; (PRs #6 and #7)
Added pdf mode with new function tintPdf()
; added
appropriate resources (PR #5)
Updated resource files
Initial (non-CRAN) release to ghrr drat