Displaying 11 results from an estimated 11 matches for "xslx".
Did you mean:
xsl
2012 Jul 25
3
Installing packages "xslx" on Ubuntu (32bit)
Hi,
I just recently changed my OS to Ubuntu 12.04 (32bit). Now I tried to install some packages required by my old and working scripts. Unfortunately I fail when trying to install the package "xslx". Maybe it is related to the 32bit version of my R (its not possible to install a 64 bit version).
Can anyone help me to sucessfully install xslx?
Here some console output (e.g. sessionInfo()):
> install.packages("xslx")
Installing package(s) into '/usr/local/lib/R/site-lib...
2013 Oct 10
12
What's the best way to approach reading and parse large XLSX files?
...with +30000 rows or so, and another XLSX file with about 200rows, I
have to read one row of the smallest file, look it up on the largest file
and write data from both files to a new one.
I just did a test reading a few rows from the largest file using ROO
(Spreadsheet doesn''t support XSLX and Creek look good but I can''t find a
way to read row by row)
and it basically made my computer crash, the server crashed, I tried
rebooting it and it said It was already started, anyway, it was a disaster.
So, my question was, is there gem that works best with large XLSX files or
is...
2017 Apr 19
2
Crash after (wrongly) applying product operator on S4 object that derives from list
...ackage: rJava
> Loading required package: xlsxjars
>> ma * ma$M
> ---> Crash
>
> xlsx seems to act like a catalyst here, with the product operator
> running in a deep nested iteration, exhausting the stack. Valgrind shows
> thousands of invalid stack accesses when loading xslx, which might
> contribute to the problem. Package xlsx has not been updated since 2014,
> so it might fail with more current versions of R or Java (I'm using
> Oracle Java 8).
>
> Still, even if xlsx was the package to be blamed for the crash, I fail
> to understand what exact...
2017 Apr 18
3
Crash after (wrongly) applying product operator on object from LIMMA package
Hi,
this is a problem that occurs in the presence of two libraries (limma,
xlsx) and leads to a crash of R. The problematic code is the wrong
application of sweep or the product ("*") function on an LIMMA MAList
object. To my knowledge, limma does not define a "*" method for MAList
objects.
If only LIMMA is loaded but not package xlsx, the code does not crash
but rather
2017 Apr 24
2
Crash after (wrongly) applying product operator on object from LIMMA package
...ckage: rJava
> Loading required package: xlsxjars
> > ma * ma$M
> ---> Crash
>
> xlsx seems to act like a catalyst here, with the product operator running
> in a deep nested iteration, exhausting the stack. Valgrind shows thousands
> of invalid stack accesses when loading xslx, which might contribute to the
> problem. Package xlsx has not been updated since 2014, so it might fail
> with more current versions of R or Java (I'm using Oracle Java 8).
>
> Still, even if xlsx was the package to be blamed for the crash, I fail to
> understand what exactly th...
2017 Apr 19
0
Crash after (wrongly) applying product operator on object from LIMMA package
...brary(xlsx)
Loading required package: rJava
Loading required package: xlsxjars
> ma * ma$M
---> Crash
xlsx seems to act like a catalyst here, with the product operator
running in a deep nested iteration, exhausting the stack. Valgrind shows
thousands of invalid stack accesses when loading xslx, which might
contribute to the problem. Package xlsx has not been updated since 2014,
so it might fail with more current versions of R or Java (I'm using
Oracle Java 8).
Still, even if xlsx was the package to be blamed for the crash, I fail
to understand what exactly the product operator i...
2017 Apr 19
0
Crash after (wrongly) applying product operator on S4 object that derives from list
...lsxjars
>>>
>>> ma * ma$M
>>
>> ---> Crash
>>
>> xlsx seems to act like a catalyst here, with the product operator
>> running in a deep nested iteration, exhausting the stack. Valgrind shows
>> thousands of invalid stack accesses when loading xslx, which might
>> contribute to the problem. Package xlsx has not been updated since 2014,
>> so it might fail with more current versions of R or Java (I'm using
>> Oracle Java 8).
>>
>> Still, even if xlsx was the package to be blamed for the crash, I fail
>>...
2017 Apr 24
0
Crash after (wrongly) applying product operator on object from LIMMA package
...ading required package: xlsxjars
> > ma * ma$M
> ---> Crash
>
> xlsx seems to act like a catalyst here, with the product operator
> running in a deep nested iteration, exhausting the stack. Valgrind
> shows thousands of invalid stack accesses when loading xslx, which
> might contribute to the problem. Package xlsx has not been updated
> since 2014, so it might fail with more current versions of R or
> Java (I'm using Oracle Java 8).
>
> Still, even if xlsx was the package to be blamed for the crash, I
> fail to u...
2013 Oct 04
8
is there any way to convert .xlsx to .xls
Hello Guys, does anybody know if there''s anyway to upload a .xlsx file and
then convert it to .xls file for later processing?
i''d like to use spreadsheet to write a new xls file but it doesn''t support
xlsx and the file is only importable with that format sadly.
I saw roo but I don''t know if there''s a direct way to do it.
--
You received this
2008 Oct 31
1
Is there a way to vectorize this? [with correction]
** Sorry to repost. I forgot to include a function necessary to make
the example work **
I apologize up front for this being a little long. I hope it's
understandable. Please let me know if I need to clarify anything.
Several months ago I wrote a series of functions to help me take my R
analyses and build custom reports in html files. Each function either
builds or modifies a string of
2009 Jul 09
2
How to Populate List
...<duncan@wald.ucdavis.edu>
Subject: Re: [R] Import xlsx file in Ubuntu 9.04
To: Marc Schwartz <marc_schwartz@me.com>
Cc: r-help@r-project.org
Message-ID: <4A54C633.3050803@wald.ucdavis.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I did some preliminary work on xslx (and docx and pptx) files
some time ago and will hopefully finish things off by the
end of summer. We can read these with a combination
of the Rcompression and XML package.
I have put versions of two packages (ROOXML and RExcelXML)
at
http://www.omegahat.org/Prerelease/
(ROOXML_0.1-0.tar.gz...