MazamaScience / AirFireModeling

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

monitor_combine() problem in Receptor_Analysis.Rmd #49

Open jonathancallahan opened 3 years ago

jonathancallahan commented 3 years ago

Jon ran into a bizarre issue near the end when using monitor_combine():

fakeMonitors <- monitor_combine(fakeMonitorList)
...
Error: `vec_cast.POSIXct.POSIXct()` is implemented at C level. This R function is purely indicative and should never be called.

This used to work and Jon couldn't replicate the problem using data from actual monitors.

Very strange ...