-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't workingcompletedAwaiting approval or merge to mainAwaiting approval or merge to main
Description
Describe the bug
plot_wbts_zoo has following attributes
attr(plot_wbts_zoo, "report") <- c("NewEngland")
attr(plot_gsi, "varName") <- c("wbts_zoo")
should be:
attr(plot_wbts_zoo, "report") <- c("NewEngland")
attr(plot_wbts_zoo, "varName") <- c("wbts_zoo")
Describe the situation
Currently the plot_gsi attributes are getting this value assigned
attributes(ecodata::plot_gsi)$varName
#> [1] "wbts_zoo"Created on 2026-01-30 with reprex v2.1.1
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcompletedAwaiting approval or merge to mainAwaiting approval or merge to main