rostools / r-cubed-intermediate

Reproducible Research in R: An Intermediate Workshop on Modern Approaches and Workflows to Processing Data
https://r-cubed-intermediate.rostools.org/
Other
5 stars 4 forks source link

Move downloading and processing of zipped dataset into r3/r3admin and have them download the zip file from there #34

Closed lwjohnst86 closed 4 months ago

lwjohnst86 commented 4 months ago

We consistently have too many issues with this dataset and the unzipping. So instead, move it into the r3 or r3admin package and have them download it from there.

AndersAskeland commented 4 months ago

Good idea!

lwjohnst86 commented 4 months ago

I think with including a dir_delete() at the top of the mmash.R script, this will solve this issue, so closing for now.