I ran through the full make all, make clean workflow. In this process, have added the missing packages to make everything work.
Also, on the EDA script, I had to add the arrow:: line for reading the feather files. Please try within docker and see if this causes an error for you (it should not). Also, I had to re-order (but not change any of the code itself) a section of the script as it was calling a variable that had not yet been defined.
I ran through the full
make all
,make clean
workflow. In this process, have added the missing packages to make everything work.Also, on the EDA script, I had to add the
arrow::
line for reading the feather files. Please try within docker and see if this causes an error for you (it should not). Also, I had to re-order (but not change any of the code itself) a section of the script as it was calling a variable that had not yet been defined.