Skip to content

Commit

Permalink
Merge pull request #40 from kuadrat/autocut
Browse files Browse the repository at this point in the history
Autocut
  • Loading branch information
kuadrat authored Jun 26, 2024
2 parents 79d3efe + 2252629 commit efb1deb
Show file tree
Hide file tree
Showing 20 changed files with 1,049 additions and 592 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: growR
Type: Package
Version: 1.3.0
Version: 1.3.0.9001
Date: 2024-05-23
Authors@R: person(
given = "Kevin",
Expand Down
7 changes: 3 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
S3method("*",FunctionalGroup)
S3method("+",FunctionalGroup)
S3method(plot,ModvegeSite)
export(Autocut)
export(FG_A)
export(FG_B)
export(FG_C)
Expand All @@ -12,6 +13,8 @@ export(ManagementData)
export(ModvegeEnvironment)
export(ModvegeParameters)
export(ModvegeSite)
export(PetersenAutocut)
export(PhenologicalAutocut)
export(PscanPlotter)
export(SEA)
export(WeatherData)
Expand All @@ -30,11 +33,7 @@ export(fCO2_transpiration_mod)
export(fPAR)
export(fT)
export(fW)
export(get_annual_gross_yield)
export(get_bias)
export(get_end_of_cutting_season)
export(get_expected_n_cuts)
export(get_relative_cut_contribution)
export(growR_package_options)
export(growR_run_loop)
export(load_data_for_sites)
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# growR 1.3.0.9000

## Added

* site_name and run_name are printed to console in `growR_run_loop`.
* PhenologicalAutocut

## Changed

* autocut algorithm is now outsourced to its own R6class.

# growR 1.3.0

## Added
Expand Down
Loading

0 comments on commit efb1deb

Please sign in to comment.