- added the "main" branch name to
build_ghworkflow()
- corrected the Stylish Article template (Thanks to Florence Puech, #5)
- updated Cecilapp/GitHub-Pages-deploy action version to v3 with new syntax in
build_ghworkflow()
. - fixed URL format in DESCRIPTION.
- updated upload/download-artifact action version to v4.
kableExtra::kbl()
is preferred toknitr::kable()
format tables after kableExtra v.1.4.0 (kableExtra issue #831).
- The useless checkout step before deploying documents to GH pages by CI has been deleted.
- Documentation about tables has been improved in templates.
- Chunk options format is updated.
urlcolor: blue
is by default in stylish articles.
- codecov.io URL in
README.md
. - Github actions versions updated.
- Pending issue in kableExtra.
- Updated package help file following roxygen2 v.7 breaking change.
- All output format libraries are now installed with memoiR.
- Local tocs in PDF memoirs.
- Localized quotes in PDF.
urlcolor: blue
available in all templates.- The logo in the epigraph of the PDF output of memoirs is now declared in the YAML header.
- Colored text blocks in memoirs. See the template's documentation.
- Full-width figures supported in memoirs.
- bs4_book css added to memoir template to support Summary block style.
- Date format is localized by
build_ghworkflow()
. - distill format allowed for HTML articles.
- Better prevention of overfull lines in PDF articles.
- In article templates, check that
lang
is declared before selecting it.
- In all templates, knitr
message
option was spelledmessages
. Corrected.
urlcolor: blue
in beamer presentations.
- r-lib/actions v2 in
build_ghworkflow()
.
- Italic fonts were not declared by default in memoir headers.
-
Bootstrap 4 HTML output is available for memoirs.
-
Double space and line numbers in PDF Simple Articles are documented.
-
Font size and table of contents depth can be changed in PDF articles.
-
More options in headers:
- message: false from code chunks
- longbibliography: false in memoirs
build_ghworkflow()
failed if no font was declared in a memoir header.
- Logo on the last page of memoirs is optional (delete
cover-image:
in header). - Paper and Stock sizes may be different in Memoir. See the customization article.
- New Project wizard in RStudio.
- Customization of memoirs.
- Simple article, Stylish article, Memoir and Beamer templates.
- XeLaTex and polyglossia for all templates.
- Function to build GitHub Pages with knitted documents.
- Functions to build
.gitignore
,README.md
and GitHub Actions workflow.