You no longer need to install the ENRAM version of bioRad to run the vp-processing. Regular bioRad now also keeps the vp_filename in the attributes (see https://github.com/adokter/bioRad/pull/38), which we need to retrieve the radar id. I've updated the code to use regular bioRad and read the vp$attributes$what$vp_filename.
You no longer need to install the ENRAM version of bioRad to run the vp-processing. Regular bioRad now also keeps the
vp_filename
in the attributes (see https://github.com/adokter/bioRad/pull/38), which we need to retrieve the radar id. I've updated the code to use regular bioRad and read thevp$attributes$what$vp_filename
.Please pull the code to your computer, open the RStudio project file (https://github.com/enram/vp-processing/blob/master/src/vp-processing.Rproj) and manually install bioRad again:
After that, all should work as before.
To avoid further confusion, I'll remove the ENRAM version of bioRad completely.