SomaLogic / SomaPlotr

A highly specialized suite of standardized plotting routines based on the "Grammar of Graphics" framework of mapping variables to aesthetics used in 'ggplot2'. Graphics types are biased towards visualizing SomaScan (proteomic) data.
https://somalogic.github.io/SomaPlotr/
Other
3 stars 4 forks source link

Re-assess OS requirements for snapshot unit tests #38

Open amanda-hi opened 6 months ago

amanda-hi commented 6 months ago

The Problem

Currently, snapshots for plots are not generated when run on Mac or Windows operating systems (this is defined in tests/testthat/helper.R, see here). This is an artifact from previous versions of SomaLogic plotting code, and no longer makes sense in the context of SomaPlotr package development and maintenance, which is primarily done on Mac OS (previously, it was Linux).

Skipping snapshots on Mac OS or Windows should be re-assessed or potentially removed. Snapshots will most likely be generated on Mac OS in the future.

Issues to consider:


Thanks for reporting :partying_face:!