From f329e3e6bf56e13b0133349f8298528583bdd981 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:34:38 +0100 Subject: [PATCH 1/2] Update description of parameters so it's clear where to look for theaction yaml (#263) Just a minor change in the description --------- Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> Co-authored-by: cicdguy <26552821+cicdguy@users.noreply.github.com> Co-authored-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> --- .github/workflows/build-check-install.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 841b066a..e15b40f5 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -146,28 +146,28 @@ on: default: "" skip-desc-branch: description: | - Passed to `insightsengineering/actions/setup-r-dependencies`. + Passed to `insightsengineering/setup-r-dependencies`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: boolean default: false skip-desc-dev: description: | - Passed to `insightsengineering/actions/setup-r-dependencies`. + Passed to `insightsengineering/setup-r-dependencies`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: boolean default: false repository-list: description: | - Passed to `insightsengineering/actions/setup-r-dependencies`. + Passed to `insightsengineering/setup-r-dependencies`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: string default: "PPM=PPM@latest" cache-version: description: | - Passed to `insightsengineering/actions/setup-r-dependencies`. + Passed to `insightsengineering/setup-r-dependencies`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: string From 7efc90cf24e1388da519c60dbcef323126054f75 Mon Sep 17 00:00:00 2001 From: m7pr Date: Thu, 7 Nov 2024 12:35:28 +0000 Subject: [PATCH 2/2] [skip actions] Bump version to 0.1.0.9188 --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b3c120e3..e46ff5b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: r.pkg.template Title: R Package Template -Version: 0.1.0.9187 -Date: 2024-11-05 +Version: 0.1.0.9188 +Date: 2024-11-07 Authors@R: person("insightsengineering", , , "insightsengineering@example.com", role = c("aut", "cre")) Description: R package template with GitHub Actions workflows included. diff --git a/NEWS.md b/NEWS.md index ddfc4b79..094b044a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# r.pkg.template 0.1.0.9187 +# r.pkg.template 0.1.0.9188 ### New features