search for: smwrgraphs

Displaying 5 results from an estimated 5 matches for "smwrgraphs".

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 version deleted]]
2017 Jul 23
1
about installing smwrGraphs package
...s at statistik.tu-dortmund.de> wrote: > > > > 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? Possibly, but this seems to work for me (on a Mac): install.packages("smwrGraphs", repos=c("https://owi.usgs.gov/R", CRAN=...
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 Ligges > http://cran.us.r-project.org"), dependencies = TRUE) > > Error in install.packages : Line starting '<html&g...
2018 Jan 12
0
Help with packages (methods, stats, stats4)
...t seems that DVstats does not have maintainer > https://github.com/USGS-R/DVstats You can try install.packages("devtools") # if not already installed... devtools::install_github("USGS-R/DVstats") but that fails for me, with this message: ERROR: dependencies ?smwrBase?, ?smwrGraphs?, ?smwrStats?, ?smwrQW? are not available for package ?DVstats? It doesn't look promising. Duncan Murdoch > Karim > > On Fri, Jan 12, 2018 at 7:20 PM, Duncan Murdoch <murdoch.duncan at gmail.com> > wrote: > >> On 12/01/2018 1:11 PM, Karim Mezhoud wrote: >>...
2018 Jan 12
2
Help with packages (methods, stats, stats4)
Yes, You are right. I mean install.packages('DVstats'). Actually, it seems that DVstats does not have maintainer https://github.com/USGS-R/DVstats Karim On Fri, Jan 12, 2018 at 7:20 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 12/01/2018 1:11 PM, Karim Mezhoud wrote: > >> Hi, >> Did you try install.packages('stats'). >> > > That