From ce1af0ca978436df92d3d654d913126aad5a7f93 Mon Sep 17 00:00:00 2001 From: eloch216 <48919455+eloch216@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:37:58 -0700 Subject: [PATCH 1/3] Increment version --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4564a0e..949a286 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: BioCroValidation -Version: 0.2.0-1 +Version: 0.3.0 Title: Tools for Validating BioCro Models Description: A collection of tools for validating BioCro crop growth models. Authors@R: c( diff --git a/NEWS.md b/NEWS.md index 2394a7d..f10903e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -33,7 +33,7 @@ In the case of a hotfix, a short section headed by the new release number should be directly added to this file to describe the related changes. --> -# UNRELEASED +# Changes in BioCroValidation Version 0.3.0 (2026-03-11) - Fixed typos in the help page for `objective_function`, and in the `add_norm` function (defined in `R/objective_function_helpers.R`) From ea7abffc48c66de346aca465597e0eb91bba61fc Mon Sep 17 00:00:00 2001 From: eloch216 <48919455+eloch216@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:44:20 -0700 Subject: [PATCH 2/3] Update DESCRIPTION --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 949a286..7eee250 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ Authors@R: c( person("BioCroValidation authors", role = "cph") ) Depends: - R (>= 3.6.0) + R (>= 4.1.0) Imports: BioCro (>= 3.2.0) Suggests: @@ -18,7 +18,7 @@ Suggests: lattice, knitr, rmarkdown, - testthat (>= 3.0.0) + testthat (>= 3.2.0) VignetteBuilder: knitr License: MIT + file LICENSE Encoding: UTF-8 From 9b04b1401bfad3b4893cfa309e48bd87047b3d80 Mon Sep 17 00:00:00 2001 From: eloch216 <48919455+eloch216@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:46:28 -0700 Subject: [PATCH 3/3] Update R-CMD-check.yaml --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index acfefe6..69208fb 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -25,7 +25,7 @@ jobs: - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} - {os: ubuntu-latest, r: 'release'} - {os: ubuntu-latest, r: 'oldrel-1'} - - {os: ubuntu-latest, r: '3.6.0'} + - {os: ubuntu-latest, r: '4.1.0'} env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}