mrggsave 0.4.4
-
mrggsave()
gains an argument calledpath.type
which controls how the
path to the figure file is rendered in the figure annotation; the default
is"proj"
, which will render the path relative to an RStudio project
file, if it can be found; alternatives are"none"
and"raw"
;path.type
can be set through themrggsave.path.type
option (#38, #39). -
Unit tests were numbered and user stories added to build validation
documents (#35, #37).