The original R-script with a reproducible workflow to recreate all processed data sources is now ready to work with renv, in order to enforce specific package versions. This needed the launch of separate instances of R, each launched in another specific subdirectory (one per data source), in order to let it all work correctly with renv and bookdown.
It was accomplished in a simple way by turning this into a shell script.
The original R-script with a reproducible workflow to recreate all processed data sources is now ready to work with
renv
, in order to enforce specific package versions. This needed the launch of separate instances of R, each launched in another specific subdirectory (one per data source), in order to let it all work correctly withrenv
andbookdown
.It was accomplished in a simple way by turning this into a shell script.