Yelle Vosteen
Yelle Vosteen

Reputation: 1

loading the package ggh4x in error: Error: package or namespace load failed for ‘ggh4x’: object ‘cli_abort’ is not exported by 'namespace:cli'

whilst loading the ggh4 package in R version 2022.07.1. I get the following error.

Error: package or namespace load failed for ‘ggh4x’: object ‘cli_abort’ is not exported by 'namespace:cli'

What I tried:

Removing the ggh4 package and downloading it from github:

devtools::install_github("teunbrand/ggh4x")

Removing the cli package and downloading it from github:

devtools::install_github("teunbrand/ggh4x")

Thanks for any help!

Upvotes: 0

Views: 551

Answers (1)

Malka36
Malka36

Reputation: 1

I just had the same problem, you need to install the cli package first ! :)

Upvotes: 0

Related Questions