Shiny Package Installation Fail

Error Information:

Description of issue - Can't load a range of packages, including 'shiny', 'devtools', 'car', 'plyr' despite using R version 3.6.1. I will use 'shiny' as example. When running install.packages('shiny') installation shows success. However, library(shiny) results in an error:
Error: package or namespace load failed for ‘shiny’ in FUN(X[[i]], ...):
no such symbol digest in package C:/Users/S603464/Documents/r/win-library/3.6/digest/libs/x64/digest.dll

Basically saying that one of 'shiny' dependencies 'digest' did not load properly.
Overall, this error as well as failure to install 'devtools', 'plyr' is consistent with using an older version of R. However, version is 3.6.1.

Steps taken so far -

  1. installing package 'digest' separately. Installation shows success but library(shiny) results in the same error.
  2. install.packages('shiny', dependencies=TRUE)
  3. downloading 'shiny' on the desktop, and installing from locally saved library
  4. changing CRAN mirror to local (UK) options
  5. install.packages("shiny", repo="http://cran.rstudio.org" ,type="source")
  6. running installation from R, not R studio.

System Information:

  • RStudio Edition: Server
  • RStudio Version: Version 1.1.463
  • OS Version: Windows 10 Enterprise (on Virtual Machine) x64
  • R Version: 3.6.1 (installed by the IT, not from open link)

Also:

  • RStudio diagnostics report:
  • Your sessionInfo():
  • RStudio crash report:
  • RStudio application log files:

From Troubleshooting Guide: Using RStudio

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.