Skip to content

File size issues #8

@quantifish

Description

@quantifish

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:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions