Hi,
I am new to the R and Shiny and please excuse me if the question posed is very basic one....
If the following package is downloaded using the command
options(repos = c(CRAN='http://cran.r-project.org', download=""))
install.packages("rOntorion", NULL , repos = getOption("repos"), type="source")
in shinyapps.io webserver...will it install at the server side since CRAN is mentioned in options- repos?
, I tried to install it but states there is error while deployment...
Error: Unhandled Exception: Child Task 517804599 failed: Error building image: Error fetching rOntorion (0.1-6) source. unable to satisfy package: rOntorion (0.1-6)
In addition: Warning message:
In FUN(X[[i]], ...) :
Failed to infer source for package 'rOntorion'; using latest available version on CRAN instead
Execution halted
Can some one please suggest a solution in order to overcome the above error
Sincerely,
P.Srinivas Kumar