search for: githubinstall

Displaying 3 results from an estimated 3 matches for "githubinstall".

2017 Jul 23
0
about installing smwrGraphs package
On 23.07.2017 05:28, lily li wrote: > Hi R users, > > I'm trying to install the package, but got the error and don't know how to > fix it. Can anyone help me? Thanks very much. > > install.packages("smwrGraphs", repos=c("http://owi.usgs.gov/R"," I guess "http://owi.usgs.gov/R" does not provide standard repositories for R? Best, Uwe
2017 Jul 23
3
about installing smwrGraphs package
Hi R users, I'm trying to install the package, but got the error and don't know how to fix it. Can anyone help me? Thanks very much. install.packages("smwrGraphs", repos=c("http://owi.usgs.gov/R"," http://cran.us.r-project.org"), dependencies = TRUE) Error in install.packages : Line starting '<html> ...' is malformed! [[alternative HTML
2017 Sep 13
0
Proxy Issues when trying to install package shinyapps
Dear all, Hope you are doing great. I have been trying to install package shinyapps on R studio but I get the following messages: > devtools::install_github('rstudio/shinyapps') Installation failed: Couldn't resolve proxy 'procuratio.canal.acp' > githubinstall("shinyapps") Error in curl::curl_download(input, tt, mode = "wb", quiet = !showProgress) : Couldn't resolve proxy 'procuratio.canal.acp' Does anyone know a way to bypass the proxy or make it work so I can install R shiny packages? Any help will be greatly appreci...