jbkunst / highcharter

R wrapper for highcharts
http://jkunst.com/highcharter/
Other
720 stars 148 forks source link

devtools::install_github("jbkunst/highcharter") returns error #746

Closed QuinHsieh closed 2 years ago

QuinHsieh commented 2 years ago

when I enter remotes::install_github("jbkunst/highcharter") or devtools::install_github("jbkunst/highcharter")

but returns the following error: image image

My operating system is MAC os, how can this be solved? Thanks.

jbkunst commented 2 years ago

this happens with other packages?

QuinHsieh commented 2 years ago

I didn't test other packages, but I just updated devtools and remotes package, the problem has been solved.

Thank you.