Changes in version 0.0.11 (2024-12-08) o Standard package maintenance for continuous integration, URL updates, and packaging conventions o Correct two minor nags in the Rd file Changes in version 0.0.10 (2020-10-01) o New document_date YAML variable to optionally set a 'Published at' or alike date (Ilya Kashnitsky in #85). o Small tweaks to README.md (Dirk) o Support pandoc columns mode (Dirk in #88) Changes in version 0.0.9 (2019-09-15) o The processing error first addressed in release 0.0.8 is now fixed by removing one stray command; many thanks to Javier Bezos. o The hotfix of also installing titlesec.sty has been reverted. o Processing of the 'papersize' and 'watermark' options was updated. Changes in version 0.0.8 (2019-09-08) o Two erroneous 'Provides' were removed from the pinp class. o The upquote package is now use to use actual (non-fancy) quotes in verbatim mode (Dirk fixing #75) o The underlying PNAS style was updated to the most recent v1.44 version of 2018-05-06 to avoid issues with newer TeXLive (Dirk in #79 fixing #77 and #78) o The new PNAS code brings some changes eg watermark is longer an option but typesetting paragraphs seems greatly improved. We may have stomped on an existing behavior, if see please file an issue. o However, it also conflicts with the current texlive version of titlesec so for now we copy titlesec.sty (and a support file) in using a prior version, just like we do for pinp.cls and jss.bst. Changes in version 0.0.7 (2019-01-11) o Added some more documentation for different YAML header fields. o A new option has been added for a 'date_subtitle' (Ilya Kashnitsky in #64 fixing #63). o 'doi' YAML option renamed to 'doi_footer' to permit DOIs in refs, 'doi' header still usable (Dirk in #66 fixing #65). o The 'doi' macro was redefined to create a hyperlink. Changes in version 0.0.6 (2018-07-17) o Added YAML header option 'papersize' (Saghir Bashir in #54 and #58 fixing #24). o Added YAML header option 'collapse' with default 'false' (#59). Changes in version 0.0.5 (2018-06-08) o pandoc version 2 or later, in its wisdom, no longer lets us embed a bibliography in the header, so the vignette was altered by a CRAN request Changes in version 0.0.4 (2017-11-04) o Correct NEWS headers from 'tint' to 'pinp' (#45). o New front-matter variables ‘skip_final_break’ skips the pnasbreak on final page which back as default (#47). o Support option to collapse code and result blocks. Changes in version 0.0.3 (2017-10-28) o Section 'Acknowledgements' now conditional on a frontmatter setting, section 'Matmethods' has been removed, pnasbreak no longer used which stabilizes LaTeX float formatting. References are now shown in the column just like other content (Dirk in #36). o Vignette now uses new numbered sections frontmatter switch which improves the pdf outline. o New front-matter options for title/section header colors, and link colors (Dirk in #39). o YAML frontmater options are now documented in the help page for pinp as well (Dirk in #41). o Some typos were fixed (Michael in #42 and #43). Changes in version 0.0.2 (2017-09-20) o The YAML segment can be used to select font size, one-or-two column mode, one-or-two side mode, linenumbering and watermarks (#21 and #26 addressing #25) o If pinp.cls or jss.bst are not present, they are copied in ((#27 addressing #23) o Output is now in shaded framed boxen too (#29 addressing #28) o Endmatter material is placed in template.tex (#31 addressing #30) o Expanded documentation of YAML options in skeleton.Rmd and clarified available one-column option (#32). o Section numbering can now be turned on and off (#34) o The default bibliography style was changed to jss.bst. o A short explanatory vignette was added. Changes in version 0.0.1 (2017-09-16) o Initial CRAN release