eheisman/dssrip

"getPaths" and related functions do not work in R 4.0.1 on Windows

Closed this issue · 1 comments

getPaths is built on reading the catalog file; this doesn't work on R4.0.1 on Windows.

Suggest reverting to letting DSS read/write the catalog file and updating through getCatalogedPathnames and getCondensedCatalog methods.

fixed with "getCatalogedPathnames(file)" and "getCondensedCatalog(file)" functions in "tidyup" branch.