Bugs Fixed
- Fixed a bug in preview helpers (
st_as_image()
andst2report()
) where
a list was getting passed as.envir
toglue::glue()
rather than an
environment; this was causingglue::glue()
to fail after changes rolled out
in glue version 1.8.0 (#346).