Hello,
First of all, thank you very much for the Shiny package, it looks great!
I encounter some difficulties in installing the package, as I cannot install 'websockets' and 'caTools' dependent packages.
Would anyone be able to help me solve this issue?
Please find below my log while trying to install Shiny.
Thank you in advance for your help - I'm quite new to R! -
LOG
library(shiny)
Error in loadNamespace(i, c(lib.loc, .libPaths())) :
there is no package called ‘caTools’
Error: package/namespace load failed for ‘shiny’
install.packages("websockets")
Installing package(s) into ‘C:/Users/thomas.filaire/Documents/R/win-library/2.15’
(as ‘lib’ is unspecified)
also installing the dependency ‘caTools’
Warning in install.packages :
InternetOpenUrl failed: 'The operation timed out'
Warning in install.packages :
packages ‘caTools’, ‘websockets’ are available as source packages but not as binaries
Warning in install.packages :
packages ‘caTools’, ‘websockets’ are not available (for R version 2.15.2)
install.packages("caTools")
Installing package(s) into ‘C:/Users/thomas.filaire/Documents/R/win-library/2.15’
(as ‘lib’ is unspecified)
Content type 'application/zip' length 227240 bytes (221 Kb)
opened URL
downloaded 221 Kb
package ‘caTools’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\thomas.filaire\AppData\Local\Temp\RtmpwPPSgm\downloaded_packages
library("shiny", lib.loc="C:/Users/thomas.filaire/Documents/R/win-library/2.15")
Error in loadNamespace(i, c(lib.loc, .libPaths())) :
there is no package called ‘xtable’
Error: package/namespace load failed for ‘shiny’
> install.packages("xtable")
Installing package(s) into ‘C:/Users/thomas.filaire/Documents/R/win-library/2.15’
(as ‘lib’ is unspecified)
Warning in install.packages :
InternetOpenUrl failed: 'The operation timed out'
Error in download.file(url, destfile, method, mode = "wb", ...) :
Warning in install.packages :
download of package ‘xtable’ failed