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'm trying to install IRkernel via Rconsole.
As I install the initial packages I get a warning about the system not being able to update previous 'digest' package.
I tried to install it again or update it but with no success.
As a consequence of this my following command fails:
devtools::install_github('IRkernel/IRkernel')
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘digest’
Any advice is welcome!
Thank you
The text was updated successfully, but these errors were encountered:
Sorry, I don't know enough about R packages to suggest anything besides uninstalling R and installing it afresh. The digest package is a dependency of IRkernel.
I'm trying to install IRkernel via Rconsole.
As I install the initial packages I get a warning about the system not being able to update previous 'digest' package.
I tried to install it again or update it but with no success.
As a consequence of this my following command fails:
Any advice is welcome!
Thank you
The text was updated successfully, but these errors were encountered: