MazamaScience / AirFireModeling

Utilities to ease merging of USFS AirFire model output and monitoring data.
0 stars 0 forks source link

update raster layer labels in raster_facet() #47

Closed jonathancallahan closed 3 years ago

jonathancallahan commented 3 years ago

Running Check with the latest 'v0.3.3' branch I see the following:

N  checking R code for possible problems (2.9s)
   .createTimeStamps: no visible global function definition for
     'raster_createLayerNameTimes'
   .createTimeStrings: no visible global function definition for
     'raster_createLayerNameTimes'
   raster_leaflet: no visible global function definition for
     'raster_createTimeStrings'
   Undefined global functions or variables:
     raster_createLayerNameTimes raster_createTimeStrings

The raster_facet() function has a couple of internal function defined near the bottom that make these calls. They need to be updated to use the new functions for getting times associated with raster layers.