You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install CVXR in R 3.5.0, it gives me the following error:
install.packages("CVXR", repos="http://cran.r-project.org")
...
Error : objects ‘hcl.colors’, ‘palette.colors’ are not exported by 'namespace:grDevices'
ERROR: lazy loading failed for package ‘CVXR’
The downloaded source packages are in
‘/tmp/Rtmp70dY5G/downloaded_packages’
Warning message:
In install.packages("CVXR", repos = "http://cran.r-project.org") :
installation of package ‘CVXR’ had non-zero exit status
Maybe the minimal version should be increased to R 3.6.0.
Related issue can be found on the following URL: riatelab/mapsf#4
The text was updated successfully, but these errors were encountered:
When I try to install CVXR in R 3.5.0, it gives me the following error:
install.packages("CVXR", repos="http://cran.r-project.org")
...
Error : objects ‘hcl.colors’, ‘palette.colors’ are not exported by 'namespace:grDevices'
ERROR: lazy loading failed for package ‘CVXR’
The downloaded source packages are in
‘/tmp/Rtmp70dY5G/downloaded_packages’
Warning message:
In install.packages("CVXR", repos = "http://cran.r-project.org") :
installation of package ‘CVXR’ had non-zero exit status
Maybe the minimal version should be increased to R 3.6.0.
Related issue can be found on the following URL:
riatelab/mapsf#4
The text was updated successfully, but these errors were encountered: