Skip to content

Releases: iheid-library/iheiddown

Release v0.8.2

30 Jun 13:08
17c753b
Compare
Choose a tag to compare
Merge pull request #89 from jhollway/develop

Removed presentation example from release assets

Release v0.8.1

30 Jun 11:15
ff48815
Compare
Choose a tag to compare
Merge pull request #88 from jhollway/develop

Removed icons calls entirely

Release v0.8.0

25 Feb 21:33
a76fe4a
Compare
Choose a tag to compare
Merge pull request #67 from jhollway/develop

#minor bump Changed IHEID logo on title page from .eps to .png

Release v0.7.4

15 Jan 17:10
fff10a2
Compare
Choose a tag to compare

Package

  • Updated README to inform users that new theses must be named "00-ProjectTitle" to avoid issues when merging Rmd files together
  • Closed #39 by adding the {ggplot2} theme theme_iheid()
    • Fixed #50 by adding tests for theme_iheid()

Thesis

  • Closed #32 by changing lorem ipsum to LOTR references
  • Fixed #49 by changing the "title" macro to "doctitle" to avoid an issue with Pandoc conversion to Latex on MacOS
  • Fixed #47 by tweaking the draft macro to display page numbers properly when activated
  • Fixed #42 where the chapter_pdf() function displayed placeholder text and headers for other unpreviewed chapters when knitting
  • Closed #26 by adding an automatic package citations function to the thesis template.
    • Fixed #45 by changing the bibliography management tool to {biblatex} and implemented a series of macros in the YAML header of the index file
  • Closed #46 by adding an appendix example that can include all the code from chapter code chunks

Syllabus

  • Closed #32 by changing lorem ipsum to LOTR references.

Release v0.7.3

19 Dec 07:37
cb0a207
Compare
Choose a tag to compare

Package

  • Fixed #38 by adding iheid_palettes and iheid_palette() for accessing IHEID and SDG color palettes

Thesis

  • Closed #22 by adding example of how to create a Gantt plot including call to iheid_palette()

Release v0.7.2

23 Nov 16:21
Compare
Choose a tag to compare

Thesis

  • Closed #28 by adding more details to filenames
    • Added author details to thesis_pdf() output
    • Added author details to chapter_pdf() output
    • Added chapter details to chapter_pdf() output
  • Paused minitoc
    • thesis_pdf() and chapter_pdf() clean up *.maf and *.mtc files afterward
  • chapter_pdf() now exports to versions/
    • Closed #33 as chapter_pdf() prints chapter abstract and chapter table of contents
    • Added manual \setcounter{} to example chapters
  • Fixed #34 cslreferences bug in thesis_pdf() and chapter_pdf()
  • Replaced deprecated \over use in equations in chapter 3 example with \frac{}{}

Package

  • Release individual packages
  • More colourful load
  • Fixed {citr} dependency

Release v0.7.1

01 Oct 17:56
f869f99
Compare
Choose a tag to compare

Thesis

  • Rescaled {citr} image in chapter 2 of template
  • Added {Equatiomatic} option to chapter 3 of thesis template
  • Added IHEIDThesisExample.pdf for demonstration purposes

Package

  • Updated README
  • Added info on load

Release v0.7.0

15 Sep 16:30
a6c4e29
Compare
Choose a tag to compare

Thesis

  • Added chapter_pdf() knit function for previewing chapters (closes #19)
  • Added bookdown_profile addin for RStudio to improve access to the bookdown profile
  • Overhaul of chapter 4 of skeleton:
    • More detail and figure on code chunks
    • More detail on including external graphics
    • More detail on loading, exploring, and summarising data
    • Added detail on presenting tables of inferential results (closes #18)

Syllabus

  • Added 'geneva-syllabus.csl' to support in-text full citations (fixes #20)
  • Added 'tightlist' framework to syllabus template

Release v0.6.0

10 Aug 22:22
5fbee9f
Compare
Choose a tag to compare
  • Set up testthat for package
  • Added advdate() for incrementing dates by week
    • Updated syllabus template for advdate()
    • Added test for advdate()
  • Added chicago-syllabus.csl
    • No more reliance on RefManageR
    • Imports citr, not strictly a dependence but highly recommended
    • No bibliography at end of document
    • Updated syllabus template for chicago-syllabus.csl
  • Using second-level numbering for subsections in syllabus template.tex
  • Added draft: true option in YAML
  • Added codecov checks to github actions .yml

Release v0.5.1

15 Jul 14:31
553c38a
Compare
Choose a tag to compare
  • Fixed front-matter/ error
  • Shortened thesis abstract
  • Elaborated thesis acknowledgements
  • Shortened thesis preface
    • Elaborated RMarkdown motivation in thesis preface
  • Renamed chapter 1 to 01-introduction.Rmd
    • Discusses markup and formatting
  • Renamed chapter 2 to 02-theory.Rmd
    • Discusses bibliographies and citations
  • Renamed chapter 3 to 03-method.Rmd
    • Discusses inline code and math
  • Renamed chapter 4 to 04-results.Rmd
    • Discusses data analysis and tables and figures
  • Added chapter 5 as 05-conclusion.Rmd
    • Discusses additional resources and next steps
  • Fixed references chapter title not appearing
  • Added bookdown::preview_chapter() YAML to each chapter