[R] library XML in R version 2.15.1
arun
smartpink111 at yahoo.com
Sat Jul 21 05:39:55 CEST 2012
Hi,
So, you got the same error message for R 2.14.1 and R 2.15? Or is it only for R 2.15?
It is always good to install the current version.
Try this:
install.packages("XML",dependencies=TRUE)
#Warning message suggests dependencies.
A.K.
----- Original Message -----
From: Santosh <santosh2005 at gmail.com>
To: R help <r-help at r-project.org>
Cc:
Sent: Friday, July 20, 2012 11:24 PM
Subject: Re: [R] library XML in R version 2.15.1
Thanks for your response.
I tried R.2.15 also and just tried R.14.1 in 32-bit Windows Vista.
Below is the error message I received.
> install.packages("XML")
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘XML’ is not available (for R version 2.14.1)
>
Santosh
On Fri, Jul 20, 2012 at 8:16 PM, arun <smartpink111 at yahoo.com> wrote:
> HI,
>
> I have XML library installed in R2.15 and is working fine. I used it only
> a few times, it was working. I am using Ubuntu 12.04.
>
> A.K.
>
>
>
> ----- Original Message -----
> From: Santosh <santosh2005 at gmail.com>
> To: r-help <r-help at r-project.org>
> Cc:
> Sent: Friday, July 20, 2012 11:03 PM
> Subject: [R] library XML in R version 2.15.1
>
> Hello Rxperts..
>
> I have a peculiar situation.. XML library is not available with R2.15.1
> whereas I was able to install it with R version 2.13.1. Would highly
> appreciate your suggestions. I am now trying to see if XML works with
> previous versions of R.
>
> Thanks,
> Santosh
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> 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 at r-project.org mailing list
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.
More information about the R-help
mailing list