EOGrady21 / vprr

Video Plankton Recorder Data Processing
https://eogrady21.github.io/vprr/
Other
2 stars 1 forks source link

Size reduction #18

Closed EOGrady21 closed 10 months ago

EOGrady21 commented 4 years ago

A recommendation from Dan:

.dat files and .tiff files can be gzipped and R will read them (read.table or image_read) as usual.

This could significantly reduce the size of the package over all and avoid any CRAN flags for size.

EOGrady21 commented 10 months ago

Successfully used this strategy to reduce overall package size and avoid any notes on check()

Thanks @dankelley! :)