On 12/01/2018 1:25 PM, Karim Mezhoud wrote:
Yes,
You are right. I mean
install.packages('DVstats').

That won't work either, because DVstats is not on CRAN.

Actually, it 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.dun...@gmail.com>
wrote:

On 12/01/2018 1:11 PM, Karim Mezhoud wrote:

Hi,
Did you try install.packages('stats').


That will not work, as stats is a base package.  It comes with R, and
can't be changed.  The stats package should never be missing in a proper
install of R.

Duncan Murdoch


Let we know about your   Sys.info()
Karim

On Fri, Jan 12, 2018 at 5:37 PM, imane hajar <imane.chafiki....@gmail.com

wrote:

hello ,

i am so sorry , i figure it out.

im sending this msj to the moderator to stop the approval of the mail .

have a good day.


2018-01-12 15:42 GMT+00:00 imane hajar <imane.chafiki....@gmail.com>:

hello,
Can you please give me a hand with this problem,well i can't install
these packages:
- stats
- methods
- stats4

when i tried the following command :  *library(help = "stats") * , it
gave me this output (*see picture*), so i contacted the Maintainer of
the
package at (*r-c...@r-project.org <r-c...@r-project.org>*) but he said
that i write to the wrong place.

(i want to install those packages in order to use the "DVstats" package)

(i have the latest version of R (3.4.3 ) and Rstudio(1.2.240) )

thank you
Regards


          [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/
posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


         [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posti
ng-guide.html
and provide commented, minimal, self-contained, reproducible code.





______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to