- @eugenesit discovered bug in output of references and it was fixed with this commit
- Added thesisdown RStudio project template, which needs
{R.utils} to
copyDirectory()
- Added GitHub Actions PR and issue lock
- Finally figured out a long standing issue with csl-refs by using {rticles} code, fixing issue (#133)
- None
- @shirdekel added functionality to allow for other pandoc args to be specified beyond setting the chapter as top level
- Added thesisdown RStudio project template, which needs
{R.utils} to
copyDirectory()
- Added GitHub Actions PR and issue lock
- Finally figured out a long standing issue with csl-refs by using {rticles} code, fixing issue (#133)
- Fixed issue (#86) with references not showing in Gitbook version in #91 PR
- Moved preliminary content files for the Gitbook to a
prelims
folder. Note that this was needed since using the Knit button in RStudio with {thesisdown} does not appear to allow for thermd_files
argument to be used in building theses. - Fixed \headheight is too small error
- Updated the YAML of
index.Rmd
to ensure references pass through in Gitbook
- Moved preliminary content files for the Gitbook to a
- Converted http to https throughout Rmd files
- Reduced
flights.csv
included data to prepare for sending to CRAN - Fixed issue (#116) with toc depth not showing in table of contents beyond depth of 3 in #117 PR
- Removed pandoc table from Chapter 3 as multiple reports (here's one) of it continuing to not build were reported in #130 PR
- Fixed failure of template to build due to
pandoc
changes brought up in Issue #122 (#124) - Added support for customizing of
thesisdown::gitbook()
(#84) - Added hex sticker (1 and 2)
- Created {pkgdown} site
- Added MIT License and other cosmetic tweaks to #91 PR
- Switched to using
Imports
instead ofDepends
for best practice- Updated template Rmd files to reflect change to Imports
- Added Chester Ismay as author and creator to DESCRIPTION
- Changed default filename (in directions) to be
index
instead ofskeleton
to match with gitbook requirements - Added preliminary files
00--prelim.Rmd
and changedabstract.Rmd
to00-abstract.Rmd
to match with renaming of files so thatindex.Rmd
always comes last alphabetically - Removed _book and _bookdown_files directories since they are stored at https://github.com/ismayc/thesisdown_book/tree/gh-pages
- Initial release
- PDF version working