-
Notifications
You must be signed in to change notification settings - Fork 306
remove base/utils/data/trait.dictionary.csv #1747
Copy link
Copy link
Open
Labels
Description
Description
Context
As discussed in #1713
Possible Implementation
To remove trait.dictionary.csv, probably need to edit the following files (as determined by $(grep -R 'trait.dictionary' pecan/):
- base/db/R/get.trait.data.R: Remove option to use trait.dictionary
- base/utils/R/utils.R: Delete trait.lookup function entirely? Make it perform a bety query?
- base/utils/tests/testthat/test.trait.dictionary.R: Remove or rewrite to match updated function
- book_source/developers_guide/Package-data.Rmd, modules/assim.batch/vignettes/AssimBatchVignette.Rmd: Update documentation to match current practice
Reactions are currently unavailable