Skip to content

Error when running diagnostics.R from GCAM v5.4 #79

@bdvalqui

Description

@bdvalqui

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions