On 5/4/2015 9:01 AM, Marc Girondot wrote:
Dear list-members,
Since I update gdata library to 2.16.1 version this morning, I have an
error on the two macs I use (details on system and R versions at the
end).
When I load the package, I have this error:
> library("gdata",
lib.loc="/Library/
Dear list-members,
Since I update gdata library to 2.16.1 version this morning, I have an
error on the two macs I use (details on system and R versions at the end).
When I load the package, I have this error:
> library("gdata",
lib.loc="/Library/Frameworks/R.framework/Versions/3.2/Resources/
T
hank you Paul, that was the problem.
I have installed R into Dropbox and so am aware of access issues, I have to
pause syncing whenever I install a new package. I assumed that would work
here as well. Unfortunately even when DB sync is paused (or turned off) I
still can't read the file into Gdat
I can use gdata to successfully read in the example Excel file, but not any
other excel files. Why might this be the case? It seems that the problem
has something to do with opening the database but no indication as to what
the problem is. So i'm at a loss of how to fix it.
> library(gdata)
gdata
I am using the gdata package to read in an Excel document. read.xls chokes on a
“foreign” character. Here's the original code:
require(gdata)
dendro <- read.xls("/tmp/avitot.xlsv3WiXg",fileEncoding="Latin1")
Now, the fileEncoding="Latin1" ought to work, because if i copy the code for
rea
On Thu, Jul 7, 2011 at 6:07 PM, Gabor Grothendieck
wrote:
> On Thu, Jul 7, 2011 at 4:23 PM, Victor11 wrote:
>> Dear All,
>>
>> When I use read.xls() in gdata package to read xls files, I noticed an issue
>> and couldn't find any solutions after I serched all previous posts.
>>
>> In the excel fil
Thank you for your suggestion Gabor. I hope they can fix this in later
versions.
Victor
--
View this message in context:
http://r.789695.n4.nabble.com/gdata-read-xls-values-format-problem-tp3652494p3654334.html
Sent from the R help mailing list archive at Nabble.com.
___
On Thu, Jul 7, 2011 at 4:23 PM, Victor11 wrote:
> Dear All,
>
> When I use read.xls() in gdata package to read xls files, I noticed an issue
> and couldn't find any solutions after I serched all previous posts.
>
> In the excel file, the number value, for example, is actually 2.3456789 but
> forma
Dear All,
When I use read.xls() in gdata package to read xls files, I noticed an issue
and couldn't find any solutions after I serched all previous posts.
In the excel file, the number value, for example, is actually 2.3456789 but
formatted as 2.3 (Format Cells ---> Decimal places:1). After I use
I have had problems with gdata 2.7.1 on Windows but have been
successfully using the development version of gdata with ActivePerl
likely the same applies to Mac. The development version of gdata is
in the svn repository here:
https://r-gregmisc.svn.sourceforge.net/svnroot/r-gregmisc/trunk/gdata
Have a similar problem.
Error in xls2sep(xls, sheet, verbose = verbose, ..., method = method, :
Unable to read translated csv file
'/var/folders/na/na-E2tFsFOCIoeD-x5EV6k+++TI/-Tmp-//RtmpS393Mj/file10d63af1.csv'.
Error in file.exists(tfn) : invalid 'file' argument
Can't load
'/Library/Framewo
The most recent version of gdata uses certain perl packages not used
by the older versions and perhaps that is causing the problem. You
could try installing the latest version of active perl or if that
fails you could try an older version of gdata:
http://www.activestate.com/activeperl/
http://c
Hi
Using R 2.10.1 on a mac os 10.6.2, I have have a problem with gdata package.
When I use the command read.xls, I get this error-message:
Erreur dans xls2sep(xls, sheet, verbose = verbose, ..., method = method, :
Unable to read translated csv file
'/var/folders/gb/gbzQ4sqTF-KK3D5m6v-IJE+++
13 matches
Mail list logo