v2.1.0
Overview
This release focuses on updates the safetyGraphics metadata framework:
- The default metadata table has been migrated to
safetyCharts
and modularized. In short,safetyGraphics::meta
is now saved assafetyCharts::meta_aes
,safetyCharts::meta_labs
andsafetyCharts::meta_dm
. - A new
makeMeta
function has been created and integrated in to the default workflow for the Shiny app.makeMeta
provides a much more flexible framework for creating and storing metadata. See?makeMeta
and the Cookbook and Chart Configuration vignettes for more details.
What's Changed
- Allow non-standard data in autoMapping by @jwildfire in #643
- Updates for Easier Connect Deployments by @elimillera in #626
- Don't source files by default by @jwildfire in #654
- Migrate metadata from safetyGraphics to safetyCharts by @jwildfire in #650
- update rclipboard calls. fix #663 by @jwildfire in #664
- Update vignettes + pkgdown by @jwildfire in #665
- Merge pull request #631 from SafetyGraphics/dev by @jwildfire in #667
- v2.1 by @jwildfire in #668
Full Changelog: v2.0.0...v2.1.0