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 the package using either: install.packages("readxl") or devtools::install_cran("readxl")
I get the following output that results in no package installed:
Fixed the issue, there were a few lines wrong in the file: /usr/lib/R/site-library/progress/include/RProgress.h
Turns out it had nothing to do with the readxl package, but instead the R package "progress".
According to this reply in a thread for a different package, another solution would also be to install the new version of the progress package in R with command install.packages('progress'), which is probably a better than manually changing lines of code.
When I try to install the package using either:
install.packages("readxl")
ordevtools::install_cran("readxl")
I get the following output that results in no package installed:
I tried setting these flags in my bash terminal to get around the issue but it didn't work:
The text was updated successfully, but these errors were encountered: