Skip to content

Commit 23c482b

Browse files
committed
update cohortDefinitionCols() to match B_core & B_regen
1 parent 549f5fd commit 23c482b

9 files changed

+12
-10
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Description: Utilities for 'LandR' suite of landscape simulation models.
88
URL:
99
https://landr.predictiveecology.org,
1010
https://github.com/PredictiveEcology/LandR
11-
Date: 2024-08-07
12-
Version: 1.1.5.9014
11+
Date: 2024-08-08
12+
Version: 1.1.5.9015
1313
Authors@R: c(
1414
person("Eliot J B", "McIntire", email = "[email protected]",
1515
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6914-8316")),

R/cohorts.R

+3-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,9 @@ statsModel <- function(modelFn, uniqueEcoregionGroups, sumResponse, .specialData
13411341
#'
13421342
#' @export
13431343
cohortDefinitionCols <- function() {
1344-
c("pixelGroup", "speciesCode", "age") ## "B"
1344+
## 2024-08-08: previous package version omitted ecoregionGroup and B,
1345+
## but Biomass_core and Biomass_regeneration modules use definition below
1346+
c("pixelGroup", "speciesCode", "age", "ecoregionGroup", "B")
13451347
}
13461348

13471349
#' Default columns that define pixel groups

man/Disturbances.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/addNoPixel2CohortData.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/addPixels2CohortData.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/assertions.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmMissingCohorts.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/updateCohortData.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/updateCohortDataPostHarvest.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)