-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from CeresBarros/16-update-module-author-infom…
…etadata 16 update module author info/metadata
- Loading branch information
Showing
7 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,8 @@ defineModule(sim, list( | |
name = "projectSpeciesDist", | ||
description = "", | ||
keywords = "", | ||
authors = structure(list(list(given = c("Ceres"), family = "Barros", role = c("aut", "cre"), email = "[email protected]", comment = NULL)), class = "person"), | ||
authors = structure(list(list(given = c("Ceres"), family = "Barros", | ||
role = c("aut", "cre"), email = "[email protected]", comment = NULL)), class = "person"), | ||
childModules = character(0), | ||
version = list(projectSpeciesDist = "1.0.0"), | ||
timeframe = as.POSIXlt(c(NA, NA)), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ defineModule(sim, list( | |
name = "speciesAbundance", | ||
description = "", | ||
keywords = "", | ||
authors = person("Me", email = "[email protected]", role = c("aut", "cre")), | ||
authors = structure(list(list(given = c("Ceres"), family = "Barros", | ||
role = c("aut", "cre"), email = "[email protected]", comment = NULL)), class = "person"), | ||
childModules = character(0), | ||
version = list(speciesAbundance = "1.0.0"), | ||
timeframe = as.POSIXlt(c(NA, NA)), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,8 @@ defineModule(sim, list( | |
description = paste("Data module to prepare tree species cover data for species distribution modelling.", | ||
"Defaults to using Canadian National Forest Inventory data."), | ||
keywords = c("minimal SpaDES example", "species distribution model"), | ||
authors = structure(list(list(given = c("Ceres"), family = "Barros", role = c("aut", "cre"), email = "[email protected]", comment = NULL)), class = "person"), | ||
authors = structure(list(list(given = c("Ceres"), family = "Barros", role = c("aut", "cre"), | ||
email = "[email protected]", comment = NULL)), class = "person"), | ||
childModules = character(0), | ||
version = list(speciesAbundanceData = "1.0.0"), | ||
timeframe = as.POSIXlt(c(NA, NA)), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ defineModule(sim, list( | |
name = "speciesTempLM", | ||
description = "Statistical analysis of species ~ temperature relationships using LM", | ||
keywords = c("linear model"), | ||
authors = person("Me", email = "[email protected]", role = c("aut", "cre")), | ||
authors = structure(list(list(given = c("Ceres"), family = "Barros", | ||
role = c("aut", "cre"), email = "[email protected]", comment = NULL)), class = "person"), | ||
childModules = character(0), | ||
version = list(speciesTempLM = "1.0.0"), | ||
timeframe = as.POSIXlt(c(NA, NA)), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ defineModule(sim, list( | |
name = "temperature", | ||
description = "Temperature simulator", | ||
keywords = c("temperature", "gaussian", "spatial"), | ||
authors = person("Me", email = "[email protected]", role = c("aut", "cre")), | ||
authors = structure(list(list(given = c("Ceres"), family = "Barros", | ||
role = c("aut", "cre"), email = "[email protected]", comment = NULL)), class = "person"), | ||
childModules = character(0), | ||
version = list(temperature = "1.0.0"), | ||
timeframe = as.POSIXlt(c(NA, NA)), | ||
|