When using metaDigitise on a fresh plot (with settings summary = F) each plot data gets stored in a ..$FigX element of a resulting list. However, when retrieving data from an old digitalisation stored in caldat the structure is different - now it contains one additional level of plot type (e.g. ..$scatterplot$FigX). It is very detrimental to reproducibility (code written with fresh digitalisations in mind stops working when trying to re-run it with existing extracton data - the $ pointers no longer correctrly indicate the data elements in question).
A potential solution is to make the list hierarchy uniform (using one or the other convention for both fresh and reloaded extractions).
I'm using package version 1.0.1.
When using metaDigitise on a fresh plot (with settings
summary = F) each plot data gets stored in a..$FigXelement of a resulting list. However, when retrieving data from an old digitalisation stored incaldatthe structure is different - now it contains one additional level of plot type (e.g...$scatterplot$FigX). It is very detrimental to reproducibility (code written with fresh digitalisations in mind stops working when trying to re-run it with existing extracton data - the$pointers no longer correctrly indicate the data elements in question).A potential solution is to make the list hierarchy uniform (using one or the other convention for both fresh and reloaded extractions).
I'm using package version 1.0.1.