Hi RGCAM Community,
I am using R version 4.1.1. I have run the diagnostics.R file from GCAM v5.4 and I got the following error:
Error: Base operators are not defined for quosures.
Do you need to unquote the quosure?
Bad:
myquosure >= rhs
Good:
!!myquosure >= rhs
Run rlang::last_error() to see where the error occurred.
In addition: There were 30 warnings (use warnings() to see them)
I would appreciate your help. Thanks.