rstudio / packrat

Packrat is a dependency management system for R
http://rstudio.github.io/packrat/
401 stars 89 forks source link

Unable to retrieve package records for the following packages: - "icon" In addition: Warning message: In FUN(X[[i]], ...) : Package 'icon' not available in repository or locally #582

Closed syzdekbr closed 4 years ago

syzdekbr commented 4 years ago

I'm trying to deploy an app to shinyapps.io. I've been able to deploy other apps and I'm able to run this app locally, but I'm getting the above error message. There's no package called "icon."

kevinushey commented 4 years ago

icon appears not to be a package available from CRAN. How did you install it?

If it's this package:

https://github.com/ropenscilabs/icon

then you likely need to reinstall with remotes; e.g. remotes::install_github("ropenscilabs/icon").

syzdekbr commented 4 years ago

I don't believe I've installed a package called "icon." I also don't know of any such package. There's no call involving such package- no library(icon). Also, when I run the app locally I don't get such an error. I have been able to deploy this app before, updated several packages, and am now getting the error.

syzdekbr commented 4 years ago

Ah, wait, you are correct, it was in an rmarkdown doc I am using with the app. Sorry and thanks.

GinaOlivares commented 1 year ago

I have the same problem with a ROCR, and honestly I have no idea where it came from

Error: Unable to retrieve package records for the following packages:

I do not remeber installing that package or even using it.