Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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(
Expand All @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
Loading