MazamaScience / MazamaSatelliteUtils

Satellite Data Download and Utility Functions
http://mazamascience.github.io/MazamaSatelliteUtils
GNU Lesser General Public License v3.0
0 stars 0 forks source link

replace inst/extdata netcdf files with CRAN-acceptable ones #52

Closed jonathancallahan closed 5 years ago

jonathancallahan commented 5 years ago

NOT A CURRENT PRIORITY

R CMD check currently complains about two things with our example .nc files:

❯ checking for portable file names ... NOTE
  Found the following non-portable file paths:
    MazamaSatelliteUtils/inst/extdata/OR_ABI-L2-AODC-M6_G16_s20192491826095_e20192491828468_c20192491835127.nc
    MazamaSatelliteUtils/inst/extdata/OR_ABI-L2-AODC-M6_G17_s20192491826196_e20192491828569_c20192491830494.nc

  Tarballs are only required to store paths of up to 100 bytes and cannot
  store those of more than 256 bytes, with restrictions including to 100
  bytes for the final component.
  See section ‘Package structure’ in the ‘Writing R Extensions’ manual.

❯ checking installed package size ... NOTE
    installed size is  6.8Mb
    sub-directories of 1Mb or more:
      extdata   6.6Mb

It would be great if we could create our own example files that did not trigger these NOTEs.