Re: [R] problem with xlsReadWrite package

2007-06-17 Thread Hans-Peter
Hi,

2007/6/11, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 I have installed R 2.4.0 in my pc. I have a file xls entitled dali following 
 this directory:c://programfiles//R 2.4.0. Recently I have installed 
 xlsreadwrite 1.3.2. but , when I wrote the following lines:
 library(xlsReadWrite)
 read.xls( file, colNames = TRUE, sheet = 1, type = data.frame,  from = 1, 
 colClasses = NA )
 I obtained from R console the following messages:
 Error in library(xlsReadWrite)
 impossible to find the functionread.xls.

xlsReadWrite 1.3.2 and 1.3.3 won't work with R2.4.0. They need R2.4.1 at least.
Unfortunately xlsReadWrite 1.3.2 didn't check this requirement
properly, but v1.3.3 does. IIRC (I am not in my office right now) the
reason for it is the argument: stringsAsFactors =
default.stringsAsFactors().

You have 2 options:
- use R version 2.4.1 or 2.5.0.
- download the package in source form, remove the
default.stringsAsFactors() part and build the binary package from this
modified source.

BTW, according to the posting guide you should have contacted the
maintainer (me) first before posting to R-help. But I didn't get an
email from you...

Hope this helps and best regards,
Hans-Peter

__
R-help@stat.math.ethz.ch 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.


[R] problem with xlsReadWrite package

2007-06-11 Thread hassen62
Hi friends,
I have installed R 2.4.0 in my pc. I have a file xls entitled dali following 
this directory:c://programfiles//R 2.4.0. Recently I have installed 
xlsreadwrite 1.3.2. but , when I wrote the following lines:
library(xlsReadWrite)
read.xls( file, colNames = TRUE, sheet = 1, type = data.frame,  from = 1, 
colClasses = NA )
I obtained from R console the following messages:
Error in library(xlsReadWrite)
impossible to find the functionread.xls.
Please help me, many thanks in advance.
[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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.


[R] problem with xlsReadWrite package

2007-06-11 Thread hassen62
Hi friends,
I have installed R 2.4.0 in my pc. I have a file xls entitled dali following 
this directory:c://programfiles//R 2.4.0. Recently I have installed 
xlsreadwrite 1.3.2. but , when I wrote the following lines:
library(xlsReadWrite)
read.xls( file, colNames = TRUE, sheet = 1, type = data.frame,  from = 1, 
colClasses = NA )
I obtained from R console the following messages:
Error in library(xlsReadWrite)
impossible to find the functionread.xls.
Please help me, many thanks in advance.
[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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.


[R] problem with xlsreadwrite package

2007-06-09 Thread hassen62
Hi friends,
I have installed R 2.4.0 in my pc. I have a file xls entitled dali following 
this directory:c://programfiles//R 2.4.0. Recently I have installed 
xlsreadwrite 1.3.2. but , when I wrote the following lines:
library(xlsReadWrite)
read.xls( file, colNames = TRUE, sheet = 1, type = data.frame,  from = 1, 
colClasses = NA )
I obtained from R console the following messages:
Error in library(xlsReadWrite)
impossible to find the functionread.xls.
Please help me, many thanks in advance.
[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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.