write.config.xml.ED2()
doesn't use correct ED2 default dataset.
#3080
Labels
write.config.xml.ED2()
doesn't use correct ED2 default dataset.
#3080
Bug Description
Because the datasets
history
,history.r46
, etc. are non-exported,data()
doesn't work on them. Current code to find the correct dataset based on the<revision>
tag is therefore brokenpecan/models/ed/R/write.configs.ed.R
Line 451 in ab55731
Proposed solution
Internal data should be referenced with
packagename:::dataset
, so I'll replace the non-functioning code with aswitch()
statement like:The text was updated successfully, but these errors were encountered: