Skip to content

Commit

Permalink
minor metadata formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed May 7, 2024
1 parent 3eaae18 commit aedae8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Biomass_core.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ defineModule(sim, list(
expectsInput("cceArgs", "list",
desc = paste("A list of quoted objects used by the `growthAndMortalityDriver` `calculateClimateEffect` function")),
expectsInput("cohortData", "data.table",
desc = paste("`data.table` with cohort-level information on age and biomass, by pixelGroup and ecolocation",
desc = paste("`data.table` with cohort-level information on age and biomass, by `pixelGroup` and ecolocation",
"(i.e., `ecoregionGroup`). If supplied, it must have the following columns: `pixelGroup` (integer),",
"`ecoregionGroup` (factor), `speciesCode` (factor), `B` (integer in $g/m^2$), `age` (integer in years)")),
expectsInput("ecoregion", "data.table",
Expand Down

0 comments on commit aedae8e

Please sign in to comment.