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
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: BioCroValidation
Version: 0.1.0
Version: 0.2.0-0
Title: Tools for Validating BioCro Models
Description: A collection of tools for validating BioCro crop growth models.
Authors@R: c(
person("Edward B.", "Lochocki", role = c('cre', 'aut'),
email = "eloch@illinois.edu",
comment = c(ORCID = "0000-0002-4912-9783")),
person("BioCroField authors", role = "cph")
person("BioCroValidation authors", role = "cph")
)
Depends:
R (>= 3.6.0)
Expand All @@ -23,5 +23,5 @@ VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/BioCro/BioCroField, https://biocro.github.io/BioCroValidation/
URL: https://github.com/BioCro/BioCroValidation, https://biocro.github.io/BioCroValidation/
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2025
COPYRIGHT HOLDER: BioCroField authors
COPYRIGHT HOLDER: BioCroValidation authors
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2025 BioCroField authors
Copyright (c) 2025 BioCroValidation authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ be directly added to this file to describe the related changes.

# UNRELEASED

- Added 2002 and 2005 SoyFACE biomass data.
# Changes in BioCroValidation Version 0.2.0 (2025-05-23)

- Added 2002 and 2005 SoyFACE biomass and standard deviation data.

- Added several new functions: `objective_function`, `update_model`, and
`bounds_table`.
Expand Down