Skip to content
Open
Show file tree
Hide file tree
Changes from 7 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
4 changes: 4 additions & 0 deletions docker/depends/pecan_package_dependencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"data.table","*","base/utils","Suggests",FALSE
"data.table","*","base/visualization","Imports",FALSE
"data.table","*","models/biocro","Imports",FALSE
"data.table","*","modules/data.land","Suggests",FALSE
"data.table","*","modules/data.remote","Suggests",FALSE
"dataone","*","modules/data.land","Suggests",FALSE
"datapack","*","modules/data.land","Suggests",FALSE
Expand All @@ -41,6 +42,7 @@
"dbplyr",">= 2.4.0","base/db","Imports",FALSE
"devtools","*","models/ed","Suggests",FALSE
"doParallel","*","modules/data.atmosphere","Suggests",FALSE
"doParallel","*","modules/data.land","Suggests",FALSE
"doParallel","*","modules/data.remote","Imports",FALSE
"doSNOW","*","base/remote","Suggests",FALSE
"doSNOW","*","base/utils","Suggests",FALSE
Expand Down Expand Up @@ -667,6 +669,7 @@
"tibble","*","models/fates","Imports",FALSE
"tibble","*","models/lpjguess","Imports",FALSE
"tibble","*","modules/data.atmosphere","Imports",FALSE
"tibble","*","modules/data.land","Suggests",FALSE
"tibble","*","modules/data.remote","Suggests",FALSE
"tibble","*","modules/meta.analysis","Suggests",FALSE
"tictoc","*","modules/assim.sequential","Suggests",FALSE
Expand Down Expand Up @@ -722,6 +725,7 @@
"withr","*","modules/data.land","Suggests",FALSE
"withr","*","modules/uncertainty","Suggests",FALSE
"xgboost","*","modules/assim.sequential","Suggests",FALSE
"xgboost","*","modules/data.land","Suggests",FALSE
"XML","*","base/workflow","Imports",FALSE
"XML","*","models/biocro","Imports",FALSE
"XML","*","models/maat","Imports",FALSE
Expand Down
6 changes: 5 additions & 1 deletion modules/data.land/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ Suggests:
sp,
testthat (>= 3.1.0),
traits,
withr
withr,
xgboost,
doParallel,
data.table,
tibble
Remotes:
github::ropensci/traits
License: BSD_3_clause + file LICENSE
Expand Down
1 change: 1 addition & 0 deletions modules/data.land/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export(to.TreeCode)
export(validate_events_json)
export(write_ic)
export(write_veg)
export(xgb_gapfill)
importFrom(dplyr,"%>%")
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
Expand Down
Loading
Loading