diff --git a/.github/workflows/pushrelease.yml b/.github/workflows/pushrelease.yml index 529acee0..24770447 100644 --- a/.github/workflows/pushrelease.yml +++ b/.github/workflows/pushrelease.yml @@ -326,6 +326,10 @@ jobs: - name: Setup tinytex uses: r-lib/actions/setup-tinytex@master + - name: Install X11 dependencies on MacOS + run: | + brew --cask install xquartz + - name: Query dependencies run: | install.packages('remotes') diff --git a/DESCRIPTION b/DESCRIPTION index 53e126f0..52f02237 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,8 +10,8 @@ Description: A set of tools for writing documents The package includes additional functions for institutional color palettes, an institutional 'ggplot' theme, a function for counting manuscript words, and a bibliographical analysis toolkit. -Date: 2022-04-29 -Version: 0.9.1 +Date: 2022-05-03 +Version: 0.9.2 Authors@R: c(person(given = "James", family = "Hollway", @@ -58,9 +58,7 @@ Suggests: knitr, DT, leaflet, - rmarkdown, remotes, modelsummary, - kableExtra, gt VignetteBuilder: knitr diff --git a/NEWS.md b/NEWS.md index 3bb00477..36835081 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# iheiddown 0.9.2 + +## Package updates: + +- Fixed case-sensitive path extension for Linux checks in various vignettes +- Fixed various issues in the `pushrelease` workflow + - Release action was fixed by updating tag creation action + - Setup-R action was updated to v2 + - Installing XQuartz dependency for macOS runner building the website since + the latest version of `{pdftools}` requires it +- Packages used in GitHub Actions were moved to Suggests in DESCRIPTION + # iheiddown 0.9.1 ## Package updates: diff --git a/cran-comments.md b/cran-comments.md index b678e403..1b77df33 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -10,5 +10,6 @@ 0 errors | 0 warnings | 0 notes - Fixed issues linked to incoming warnings - - Changed package description to avoid words not in the dictionary - - Updated a number of URLs to their new locations \ No newline at end of file + - Updated a number of URLs to those with certificate verification + - Avoided .png/.PNG naming issue + \ No newline at end of file diff --git a/vignettes/images/presentations/0-Open_Project.PNG b/vignettes/images/presentations/0-OpenProject.png similarity index 100% rename from vignettes/images/presentations/0-Open_Project.PNG rename to vignettes/images/presentations/0-OpenProject.png diff --git a/vignettes/images/presentations/1-Select_Template.PNG b/vignettes/images/presentations/1-SelectTemplate.png similarity index 100% rename from vignettes/images/presentations/1-Select_Template.PNG rename to vignettes/images/presentations/1-SelectTemplate.png diff --git a/vignettes/images/syllabus/0-Open_Project.PNG b/vignettes/images/syllabus/0-OpenProject.png similarity index 100% rename from vignettes/images/syllabus/0-Open_Project.PNG rename to vignettes/images/syllabus/0-OpenProject.png diff --git a/vignettes/images/syllabus/1-Create_Syllabus.PNG b/vignettes/images/syllabus/1-CreateSyllabus.png similarity index 100% rename from vignettes/images/syllabus/1-Create_Syllabus.PNG rename to vignettes/images/syllabus/1-CreateSyllabus.png diff --git a/vignettes/images/thesis/0-Open_Project.PNG b/vignettes/images/thesis/0-OpenProject.png similarity index 100% rename from vignettes/images/thesis/0-Open_Project.PNG rename to vignettes/images/thesis/0-OpenProject.png diff --git a/vignettes/images/thesis/1-Create_Thesis.PNG b/vignettes/images/thesis/1-CreateThesis.png similarity index 100% rename from vignettes/images/thesis/1-Create_Thesis.PNG rename to vignettes/images/thesis/1-CreateThesis.png diff --git a/vignettes/presentations.Rmd b/vignettes/presentations.Rmd index 3a0ef656..124c2f85 100644 --- a/vignettes/presentations.Rmd +++ b/vignettes/presentations.Rmd @@ -71,7 +71,7 @@ a new R-Markdown file. To do this click on the "plus file" logo in the top left corner and then on "R-Markdown". ```{r, echo = FALSE, out.width="80%", fig.cap="Step 1: Open a project"} - knitr::include_graphics("images/presentations/0-Open_Project.PNG", dpi = 144) + knitr::include_graphics("images/presentations/0-OpenProject.png", dpi = 144) ``` After you have done this, a little pop-up helper will appear. The first thing we @@ -81,7 +81,7 @@ click on the "From Template" option on the left and select the on "OK". ```{r, echo = FALSE, out.width="80%", fig.cap="Step 2: Select a template"} - knitr::include_graphics("images/presentations/1-Select_Template.PNG", dpi = 144) + knitr::include_graphics("images/presentations/1-SelectTemplate.png", dpi = 144) ``` Congrats! You just created your first presentation! diff --git a/vignettes/problemset.Rmd b/vignettes/problemset.Rmd index 0c59b30b..061bfb3e 100644 --- a/vignettes/problemset.Rmd +++ b/vignettes/problemset.Rmd @@ -35,7 +35,7 @@ the following software: 1. Install [R](https://cran.r-project.org) and [R-Studio](https://www.rstudio.com/) 2. Install a LATEX distribution: - - [For MacOS](https//www.tug.org/mactex/) + - [For MacOS](https://www.tug.org/mactex/) - [For Windows](https://miktex.org/) - [For Linux](https://www.tug.org/texlive/) 3. Install `{iheiddown}` by typing the following command diff --git a/vignettes/syllabus.Rmd b/vignettes/syllabus.Rmd index 926b9448..06a6f95d 100644 --- a/vignettes/syllabus.Rmd +++ b/vignettes/syllabus.Rmd @@ -36,7 +36,7 @@ the following software: 1. Install [R](https://cran.r-project.org) and [R-Studio](https://www.rstudio.com/) 2. Install a LATEX distribution: - - [For MacOS](http://www.tug.org/mactex/) + - [For MacOS](https://www.tug.org/mactex/) - [For Windows](https://miktex.org/) - [For Linux](https://www.tug.org/texlive/) 3. Install `{iheiddown}` by typing the following command @@ -55,7 +55,7 @@ a new R-Markdown file. To do this click on the "plus file" logo in the top left corner and then on "R-Markdown". ```{r, echo = FALSE, out.width="80%", fig.cap="Step 1: Open a project"} - knitr::include_graphics("images/syllabus/0-Open_Project.PNG", dpi = 144) + knitr::include_graphics("images/syllabus/0-OpenProject.png", dpi = 144) ``` After you have done this, a little pop-up helper will appear. The first thing we @@ -65,7 +65,7 @@ click on the "From Template" option on the left and select the on "OK". ```{r, echo = FALSE, out.width="80%", fig.cap="Step 2: Select a template"} - knitr::include_graphics("images/syllabus/1-Create_Syllabus.PNG", dpi = 144) + knitr::include_graphics("images/syllabus/1-CreateSyllabus.png", dpi = 144) ``` Congrats! You just created your first syllabus! We can actually already render our syllabus. This is done by simply clicking the "knit button" while viewing diff --git a/vignettes/thesis.Rmd b/vignettes/thesis.Rmd index 94fb5b62..ff0cb55e 100644 --- a/vignettes/thesis.Rmd +++ b/vignettes/thesis.Rmd @@ -14,8 +14,8 @@ knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.align = 'center', - fig.width=6, - fig.height=4 + fig.width = 6, + fig.height = 4 ) ``` @@ -60,7 +60,7 @@ a new R-Markdown file. To do this click on the "plus file" logo in the top left corner and then on "R-Markdown". ```{r, echo = FALSE, out.width="80%", fig.cap="Step 1: Open a project"} - knitr::include_graphics("images/thesis/0-Open_Project.PNG", dpi = 144) + knitr::include_graphics("images/thesis/0-OpenProject.png", dpi = 144) ``` After you have done this, a little pop-up helper will appear. The first thing we @@ -75,7 +75,7 @@ our `{bookdown}` based rendering function. Don't worry though, you can rename the folder to your project name after creating it. ```{r, echo = FALSE, out.width="80%", fig.cap="Step 2: Select a template"} - knitr::include_graphics("images/thesis/1-Create_Thesis.PNG", dpi = 144) + knitr::include_graphics("images/thesis/1-CreateThesis.png", dpi = 144) ``` Congrats! You just created your first thesis project!