NOAA-EDAB / ecodata

A data package for reporting on Northeast Continental Shelf ecosystem status and trends.
https://noaa-edab.github.io/ecodata/
Other
28 stars 11 forks source link

gls error when running `ecodata::plot_comdat(report="MidAtlantic", plottype = "guild")` #140

Open BBeltz1 opened 1 month ago

BBeltz1 commented 1 month ago

image

See code above. Issue has occurred for Brandon (and possibly Joe), but not for Sarah. Possible issue with package versions.

andybeet commented 1 month ago

I dont see this error. Which version of nlme do you have?

packageVersion("nlme")
#> [1] '3.1.164'

Created on 2024-05-29 with reprex v2.1.0

And which branch have you built ecodata from?

BBeltz1 commented 1 month ago

ecodata master; packageVersion("nlme") 3.1.162

BBeltz1 commented 1 month ago

updated nlme to version 3.1.164 and reran ecodata::plot_comdat(report="MidAtlantic", plottype="guild"); the same error persists