From d5be8851b41f30583022970c6db273ae3fcca907 Mon Sep 17 00:00:00 2001 From: Arnfinn Hykkerud Steindal Date: Mon, 19 Aug 2024 15:52:10 +0200 Subject: [PATCH] Prep. for v1.24.3 (#168) * Update NEWS * Deactivate testing on R 3.6 --- .github/workflows/R-CMD-check.yaml | 1 - NEWS.md | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 3a0b8889..811cf4c4 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -27,7 +27,6 @@ jobs: - {os: ubuntu-22.04, r: 'release'} - {os: ubuntu-22.04, r: 'devel'} - {os: ubuntu-22.04, r: 'oldrel'} - - {os: ubuntu-22.04, r: '3.6'} env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true diff --git a/NEWS.md b/NEWS.md index ae27190b..75534515 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,19 @@ # rapbase 1.24.3 -* Included Arnfinn as author and maintainer of `rapbase`. +## Main change + +* Support special characters in database password by @kevinthon in https://github.com/Rapporteket/rapbase/pull/154 + +## Other changes + +* Configure Renovate by @renovate in https://github.com/Rapporteket/rapbase/pull/145 +* Deactivate renderRmd test on github by @arnfinn in https://github.com/Rapporteket/rapbase/pull/155 +* Github actions cleanup by @arnfinn in https://github.com/Rapporteket/rapbase/pull/161 +* docker-compose: use dev:weekly by @arnfinn in https://github.com/Rapporteket/rapbase/pull/152 +* dev-container: disable authorization by @arnfinn in https://github.com/Rapporteket/rapbase/pull/146 +* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/Rapporteket/rapbase/pull/144 +* Update JamesIves/github-pages-deploy-action action to v4.6.1 by @renovate in https://github.com/Rapporteket/rapbase/pull/163 +* Deactivate testing on R 3.6. No longer working with Tidyverse packages. # rapbase 1.24.2