We leave parquet files for our built in datasets hanging around in the temp folder. First, it results in R CMD Check yelling at the R bindings because there is stuff in the temp folder after check, and second, a dangling file will be used instead of writing a new even if we update the dataset
We leave parquet files for our built in datasets hanging around in the temp folder. First, it results in R CMD Check yelling at the R bindings because there is stuff in the temp folder after check, and second, a dangling file will be used instead of writing a new even if we update the dataset