jbkunst / highcharter

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

It's Not possible to install it with R < 4.0 #774

Closed gaspare-mattarella closed 6 months ago

gaspare-mattarella commented 2 years ago

As long as this package will depend on rjson it won't be possible to install it on R < 4 since rjson is not available anymore for R < 4.

> install.packages('rjson')
Installing package into ‘C:/R/R-3.6.1/packages’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘rjson’ is not available (for R version 3.6.1)
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Feel free to reopen it if you find it necessary.