WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

Error when changing Aggregation in Trend Table for Comprehensive Example (Blank). #184

Closed andrejadd closed 6 years ago

andrejadd commented 6 years ago

Select Aggregate By : Day Select Aggregate By : Month (Time slider in last position)

Warning: Error in seq.int: 'from' must be a finite number Stack trace (innermost first): 116: seq.Date 115: pasteAggLimit [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/aggregateData.R#17] 114: [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/server.R#272] 103: reaggregateData 102: renderPlot [D:\1_Arbeit\1_GWSDAT\3_Shiny_Dev\GWSDAT/R/server.R#350] 92: 81: plotObj 80: origRenderFunc 79: output$traffic_table 4: 3: do.call 2: print.shiny.appobj 1:

andrejadd commented 6 years ago

Fixed: reason was delayed update of timepoint input. Using now intermediate timepoint input that gets informed directly by the reaggregation function.