Closed gogonzo closed 8 months ago
@gogonzo The images in the vignettes directory are larger than the data. Shouldn't we reduce their size or remove it ?
@gogonzo The images in the vignettes directory are larger than the data. Shouldn't we reduce their size or remove it ?
I guess images are better compressed by R CMD build
- after removing data package size cut from 4.8MB to <1MB. Can you confirm size of the tar.gz before my commit and after?
I can also remove images if @donyunardi is fine with it.
I guess images are better compressed by
R CMD build
- after removing data package size cut from 4.8MB to <1MB. Can you confirm size of the tar.gz before my commit and after?
How?? The .rda files are < 1 MB.
How?? The .rda files are < 1 MB.
Sorry, my mistake. This is how it looks like (no-images means no-images and no-data)
I am getting 4.0 MB on the current state of this branch. 4.6 MB on release-candidate-v0.3.0
.
Closing this as @donyunardi has already resubmitted a package with cut size.
Removing the datasets from tmg
and using ones from teal.data
makes sense anyway. I suggest merging this.
Removing the datasets from
tmg
and using ones fromteal.data
makes sense anyway. I suggest merging this.
@donyunardi has already submitted the package. If they reject for some reason I can resurrect this PR
This addresses CRAN comments about size of the package. See
R CMD build
to compare sizes. Datasets used in examples are taken fromteal.data