-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The size of some of the files in data is too big:
> checking installed package size ... NOTE
installed size is 95.9Mb
sub-directories of 1Mb or more:
data 94.6Mb
doc 1.1Mb
0 errors ✓ | 0 warnings ✓ | 1 note x
R CMD check succeeded
I could get rid of the New Zealand coastline shapefiles and replace with:
nz <- ne_countries(scale = "medium", returnclass = "sf") %>%
st_transform(proj_nzsf()) %>%
st_crop(get_statistical_areas(area = "EEZ"))
But the scale = "large requires another package that appears difficult to install. May be best to leave this until that package is updated. Other big files include:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
