Also simplifies somewhat the logic around the list of input filepaths.
Should be merged after that, but coordinated closely.
Note: as-written, this includes #150, but reverting back to 35fd720 removes that dependency.
Also as written, depends on #153, as this does a similar simplification from list.files() to explicit filepath lists for the archive export feature defined in that PR. Reverting 1b8cd49 removes that connection.
Update run_data_preparation to use changed function in https://github.com/RMI-PACTA/pacta.data.preparation/pull/341.
Also simplifies somewhat the logic around the list of input filepaths.
Should be merged after that, but coordinated closely.
Note: as-written, this includes #150, but reverting back to 35fd720 removes that dependency.
Also as written, depends on #153, as this does a similar simplification from
list.files()
to explicit filepath lists for the archive export feature defined in that PR. Reverting 1b8cd49 removes that connection.Closes #147