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
I ran into this problem when trying to install a really old version of plotly with pkg_vload(plotly("4.7.1")). There was some error during the installation due to an unavailable dependency. Afterwards, runnign the command again said something like "package plotly doesn't exist".
Despite the failed installation, there was a leftover folder in the user library. Deleting it solved the problem. I need to make sure to clean-up in case of error.
The text was updated successfully, but these errors were encountered:
The problem is that I currently create a folder pkgname-#.#.# with the pkgname true folder inside of that.
When a package like dplyr gives an error, it removes the final folder, but my own folder remains:
I ran into this problem when trying to install a really old version of
plotly
withpkg_vload(plotly("4.7.1"))
. There was some error during the installation due to an unavailable dependency. Afterwards, runnign the command again said something like "package plotly doesn't exist".Despite the failed installation, there was a leftover folder in the user library. Deleting it solved the problem. I need to make sure to clean-up in case of error.
The text was updated successfully, but these errors were encountered: