You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error message when calculating scores for the OHI+ 4site project revealed an error in CalculateTrends function in OHI core. This error only occurs for people that updated dplyr to version 1.0.0 (me and Gage) whereas people with older version 0.8.5 (Jamie and Sara) did not find this error.
The error message that comes up is:
Calculating Status and Trend for each region for TR...
Error: Problem with `summarise()` input `score`. x subscript out of bounds ℹ Input `score` is `ifelse(...)`. ℹ The error occured in row 1.
The error only occurred for goals that had blank dfs for the "status_data" input - AO and TR (This toolbox is mostly dummy data as I am updating it with the OHI+ layers). Within the CalculateTrends function the error occurs on the third line in the if_else() statement nested in summarize()
An error message when calculating scores for the OHI+ 4site project revealed an error in CalculateTrends function in OHI core. This error only occurs for people that updated dplyr to version 1.0.0 (me and Gage) whereas people with older version 0.8.5 (Jamie and Sara) did not find this error.
The error message that comes up is:
The error only occurred for goals that had blank dfs for the "status_data" input - AO and TR (This toolbox is mostly dummy data as I am updating it with the OHI+ layers). Within the CalculateTrends function the error occurs on the third line in the
if_else()
statement nested insummarize()
For now I am just going take AO and TR out of my goals CSV since I probably won't need AO and can update TR with real data, but flagging here.
The text was updated successfully, but these errors were encountered: