From 7467c11e290970c37bd6e93fe08b689562c54565 Mon Sep 17 00:00:00 2001 From: Henrique Sposito Date: Tue, 8 Nov 2022 15:56:12 +0100 Subject: [PATCH 1/6] Updated pandoc setup to run at v2 --- .github/workflows/pushrelease.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pushrelease.yml b/.github/workflows/pushrelease.yml index b9e6104..b846e88 100644 --- a/.github/workflows/pushrelease.yml +++ b/.github/workflows/pushrelease.yml @@ -272,8 +272,11 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - uses: actions/checkout@v2 - - uses: r-lib/actions/setup-r@v1 - - uses: r-lib/actions/setup-pandoc@v1 + + - uses: r-lib/actions/setup-r@v2 + + - uses: r-lib/actions/setup-pandoc@v2 + - uses: r-lib/actions/setup-r-dependencies@v2 with: cache-version: 2 @@ -303,7 +306,7 @@ jobs: - uses: r-lib/actions/setup-r@v2 - - uses: r-lib/actions/setup-pandoc@v1 + - uses: r-lib/actions/setup-pandoc@v2 - uses: r-lib/actions/setup-r-dependencies@v2 with: From 1823f092b75c559a0a459fa20a18207d38ec6659 Mon Sep 17 00:00:00 2001 From: Henrique Sposito Date: Tue, 8 Nov 2022 16:42:01 +0100 Subject: [PATCH 2/6] Updated CRAN comments --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index 9a9f7ec..9610cad 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -9,4 +9,4 @@ 0 errors | 0 warnings | 0 notes -- Added informative message for when rate limits are reached with `percent_female()` +- Fixed ggplot2 theme issue with "size" argument From 0d008ff32d4803cba062f18aab4e18d065686978 Mon Sep 17 00:00:00 2001 From: Henrique Sposito Date: Wed, 9 Nov 2022 09:21:29 +0100 Subject: [PATCH 3/6] Updated version and date in description file --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1b5afbb..ba8fa86 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-11-08 -Version: 0.9.6 +Date: 2022-11-09 +Version: 0.9.7 Authors@R: c(person(given = "James", family = "Hollway", From 7da2b9af070e7f0af2de1c91f1b0536322c604a5 Mon Sep 17 00:00:00 2001 From: Henrique Sposito Date: Wed, 9 Nov 2022 09:21:43 +0100 Subject: [PATCH 4/6] Updated NEWS file for new package changes --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index ffa923e..47297f0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# iheiddown 0.9.7 + +## Package updates: + +- Updated website links for RStudio to "posit" + # iheiddown 0.9.6 ## Package updates: From 9d0d271596e1552c78ca8599f6038db3ed4f25b3 Mon Sep 17 00:00:00 2001 From: Henrique Sposito Date: Wed, 9 Nov 2022 09:22:09 +0100 Subject: [PATCH 5/6] Updated all links for RStudio to "posit" --- README.Rmd | 4 ++-- README.md | 16 +++++++--------- vignettes/poster.Rmd | 2 +- vignettes/problemset.Rmd | 2 +- vignettes/syllabus.Rmd | 2 +- vignettes/thesis.Rmd | 2 +- 6 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.Rmd b/README.Rmd index 8524f71..76861c8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -79,7 +79,7 @@ Because `{iheiddown}` is an **R** package, it especially shines for those who are analysing data. [R](https://www.r-project.org) is a *free* statistical programme and language that has a *huge* range of packages available for most current methods of analysis and visualisation. -[RStudio](https://www.rstudio.com) is a typical frontend that makes working in **R** +[RStudio](https://posit.co/) is a typical frontend that makes working in **R** and especially with `{iheiddown}` easy. So though `{iheiddown}` is especially attractive to those writing dissertations with many tables and figures, the user-friendly nature and pretty output should make it of great benefit to nearly anyone writing a thesis project. @@ -108,7 +108,7 @@ all available templates: You will first need to install the following software on your system[2](#myfootnote2): - [R](https://cran.r-project.org) -- [RStudio version 1.2 or higher](https://www.rstudio.com/products/rstudio/download/#download), and +- [RStudio version 1.2 or higher](https://posit.co/download/rstudio-desktop/#download), and - [LaTeX](https://www.latex-project.org/get/) or [MiKTeX](https://miktex.org/howto/install-miktex/)[1](#myfootnote1) ### Installing the Stable Version diff --git a/README.md b/README.md index d8ff9ed..7fa45b7 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,12 @@ But wait, there’s more! Because `{iheiddown}` is an **R** package, it especially shines for those who are analysing data. [R](https://www.r-project.org) is a *free* statistical programme and language that has a *huge* range of packages available for most current -methods of analysis and visualisation. -[RStudio](https://www.rstudio.com) is a typical frontend that makes -working in **R** and especially with `{iheiddown}` easy. So though -`{iheiddown}` is especially attractive to those writing dissertations -with many tables and figures, the user-friendly nature and pretty output -should make it of great benefit to nearly anyone writing a thesis -project. +methods of analysis and visualisation. [RStudio](https://posit.co/) is a +typical frontend that makes working in **R** and especially with +`{iheiddown}` easy. So though `{iheiddown}` is especially attractive to +those writing dissertations with many tables and figures, the +user-friendly nature and pretty output should make it of great benefit +to nearly anyone writing a thesis project. You can see an example of the kind of dissertation output on the package website. @@ -118,8 +117,7 @@ system[2](#myfootnote2): - [R](https://cran.r-project.org) - [RStudio version 1.2 or - higher](https://www.rstudio.com/products/rstudio/download/#download), - and + higher](https://posit.co/download/rstudio-desktop/#download), and - [LaTeX](https://www.latex-project.org/get/) or [MiKTeX](https://miktex.org/howto/install-miktex/)[1](#myfootnote1) diff --git a/vignettes/poster.Rmd b/vignettes/poster.Rmd index 052e4bd..40b6110 100644 --- a/vignettes/poster.Rmd +++ b/vignettes/poster.Rmd @@ -34,7 +34,7 @@ the IHEID-themed poster templates. The installation process is the same than for the thesis template. You'll need the following software: -1. Install [R](https://cran.r-project.org) and [R-Studio](https://www.rstudio.com/) +1. Install [R](https://cran.r-project.org) and [R-Studio](https://posit.co/) 2. Install a LATEX distribution: - [For MacOS](https://www.tug.org/mactex/) - [For Windows](https://miktex.org/) diff --git a/vignettes/problemset.Rmd b/vignettes/problemset.Rmd index 061bfb3..35b0abb 100644 --- a/vignettes/problemset.Rmd +++ b/vignettes/problemset.Rmd @@ -33,7 +33,7 @@ will walk you through the process of using the problem set template. The installation process is the same than for the thesis template. You'll need the following software: -1. Install [R](https://cran.r-project.org) and [R-Studio](https://www.rstudio.com/) +1. Install [R](https://cran.r-project.org) and [R-Studio](https://posit.co/) 2. Install a LATEX distribution: - [For MacOS](https://www.tug.org/mactex/) - [For Windows](https://miktex.org/) diff --git a/vignettes/syllabus.Rmd b/vignettes/syllabus.Rmd index 06a6f95..2d593b1 100644 --- a/vignettes/syllabus.Rmd +++ b/vignettes/syllabus.Rmd @@ -34,7 +34,7 @@ workflow of writing your very own syllabus in R. The installation process is the same than for the thesis template. You'll need the following software: -1. Install [R](https://cran.r-project.org) and [R-Studio](https://www.rstudio.com/) +1. Install [R](https://cran.r-project.org) and [R-Studio](https://posit.co/) 2. Install a LATEX distribution: - [For MacOS](https://www.tug.org/mactex/) - [For Windows](https://miktex.org/) diff --git a/vignettes/thesis.Rmd b/vignettes/thesis.Rmd index ff0cb55..d140590 100644 --- a/vignettes/thesis.Rmd +++ b/vignettes/thesis.Rmd @@ -39,7 +39,7 @@ the workflow of writing your very own scholarly documents in R. The installation process is the same than for the thesis template. You'll need the following software: -1. Install [R](https://cran.r-project.org) and [R-Studio](https://www.rstudio.com/) +1. Install [R](https://cran.r-project.org) and [R-Studio](https://posit.co/) 2. Install a LATEX distribution: - [For MacOS](https://www.tug.org/mactex/) - [For Windows](https://miktex.org/) From b811d7dbb4c1506ed083fa9e9bd89ed2863253c2 Mon Sep 17 00:00:00 2001 From: Henrique Sposito Date: Wed, 9 Nov 2022 09:22:23 +0100 Subject: [PATCH 6/6] Updated cran-comments file --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index 9610cad..0561821 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -9,4 +9,4 @@ 0 errors | 0 warnings | 0 notes -- Fixed ggplot2 theme issue with "size" argument +- Updated website hyperlink for RStudio to "posit"