Displaying 20 results from an estimated 3000 matches similar to: "(OT) OpenOffice.org calc chart strangeness."
2024 Oct 22
1
invalid permissions
Dear Prof. Roger Koenker,
On Tue, 22 Oct 2024 09:08:12 +0000
"Koenker, Roger W" <rkoenker at illinois.edu> wrote:
> > fN <- rqss(y~qss(x,constraint="N")+z)
>
> *** caught segfault ***
> address 0x0, cause 'invalid permissions?
Given a freshly produced quantreg.Rcheck directory, I was able to
reproduce this crash by running
R -d gdb
# make
2007 Mar 26
5
OpenOffice 2.1 with CentOS 4.4 x86_64 doesn't work
Hi,
I removed the openoffice 1.1 release from my system (kernel 2.6.9) for install the full OpenOffice 2.1.
But after trying to start the new soffice, nothing happen. (may be java problem ?)
Could someone help me ?
Regards?
__________________________
Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute
2009 Jun 09
3
OT: Viewer for .docx M$ WORD files?
Is there a Viewer for .docx M$ WORD files? If so, where can I get
it? This file type cannot be opened with OpenOffice.org 2.3. TIA!
2002 Mar 01
1
fft
Hi,
I have problems when calling fft_factor and fft_work directly in my
C-code. Martin Maechler already told me that I should not do this --
anyway, the code works fine if the length of the vector is a multiple
of 2,3,5.
If the length of the vector has different form I get, in some cases, a
segmentation fault when work and iwork are freed (I use C's malloc to
allocate memory for work and
2009 Mar 25
2
Listing of LAPACK error codes
Professor Ripley commented on LAPACK error codes:
https://stat.ethz.ch/pipermail/r-help/2007-March/127702.html and says
"Internal LAPACK errors are usually problems with arithmetic accuracy,
and as such are compiler- and CPU-specific."
Is there a listing for the error codes from Lapack routine 'dsyevr'?
Especially I am interested about the meaning and handling of error codes 1
2005 May 09
2
use "integrate" for functions defined in C, not R
Dear all,
I am trying to use the C code for "integrate" function ( that calls
Rdqagi and Rdqags) so that I can integrate a function defined in C,
instead of passing from R.
Is there a way for doing this?
My unsuccessful attempt:
I looked into the files (including integrate.c, Applic.h) and
1. modified the definition of
"integr_fn" by droping the environment
2003 Oct 09
1
R-OpenOffice.org Calc
I have been very satisfied with R-Excel interface (DCOM). Few months ago
I have changed my OS to Linux-Mandrake, and now I am using
OpenOffice.org Calc as spreadsheet. I would like to know does exist some
R-OpenOffice.org interface or how is possible to use R-functions in
OpenOffice.org Calc?
Thanks a lot!
2009 Nov 03
1
OpenOffice Calc ODBC equivalent
Hi R users:
I am using RODBC to create some new ".xls" files each with
several sheets (about 100) with sqlSave() from a data.frame
inside R without any problem, but on windows XP platform.
I would like to know if it is posible to make a similar
solution on linux with openoffice?
RODBC work only (for the moment) with ".xls" on windows,
via the ODBC driver.
Is it posible to
2008 Jun 17
1
Reading OpenOffice Calc spreadsheet into R
I am in awe of the project you developed but wish to do something simpler.
I have recently decided to give up on Microsoft Office and wish to use
OpenOffice exclusively. In the past I have used the RODBC package to
read data from excel files. Do you know how to read data directly from
OpenOffice calc files into R?
Farrel Buchinsky
2010 Aug 11
1
OpenOffice.org 3.1.1 Calc autofill does not work
Hi all,
Has anyone upgraded OpenOffice.org 3.1.1 on Centos 5.3?
Everything seemed fine but I have found 1 problem on Calc. The autofill
does not work. Example, when I type "Jan" in cell A5 and drag the handle
to cell D5, the Fill Settings dialog box pops up instead of the Feb,
Mar, Apr filling in the cell automatically.
When OpenOffice.org 3.1.1 from Sun is installed, it works.
2007 Dec 14
1
RJDBC to OpenOffice Calc as RODBC to MS Excel
Under Windows, I have used RODBC to connect to Excel spreadsheets as per
the example below:
library(RODBC);
connect = odbcConnectExcel("testdata.xls");
query = "SELECT [data$.ethn], [data$.sex], [data$.age],
[data$.height], [data$.weight],
[label$.label]
FROM [data$], [label$]
WHERE [data$.ethn] = [label$.ethn];"
data =
2010 Jan 24
1
iPod Touch/iPhone VPNs with CentOS.
I am looking at options for VPN connections from iPhones and iPod
Touches to CentOS systems. We use OpenVPN for connections with
Windows, Mac OS X, and other Linux systems, but there don't
appear to be any OpenVPN clients for iPhones (presumably because
there are no tun/tap interfaces available yet).
My experiences getting IPsec running on CentOS systems with OpenVPN
have not been pretty.
2010 Mar 20
2
Ignore files gone missing.
Is there a way to have rsync not treat files that have gone
missing (e.g. Maildir messages that have been removed) as errors
while indicating I/O errors and such?
Bill
--
INTERNET: bill at celestial.com Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way
Voice: (206) 236-1676 Mercer Island, WA 98040-0820
Fax: (206) 232-9186
2012 Sep 28
1
centos 5.8 libvirt disk options
I am attempting to use libvirtd/kvm on CentOS 5.latest to migrate a SCO
OpenServer 5.0.6a VM from the old VMware server.
I have converted the multiple vmdk disk files to a single file, then used
qemu-img convert to create files for libvirtd, both qcow2 and raw formats.
After many attempts to get this working I'm up against what appears to be a
brick wall.
+ The VMware VMs are using
2009 Aug 06
5
Serious bug in OpenOffice.org Calc shipped with CentOS
Hi,
Until now I've been a happy user of CentOS. Everything just works(tm),
and I don't care if application versions are slightly outdated.
Next week I have to give a series of classes for a company that recently
made the switch to Linux. On schedule is a one-week course for Writer
and Calc.
And right now I discover that one crucial function of Calc, "fill
series",
2008 Jul 22
2
/etc/hosts missing localhost?
Is there any reason why /etc/hosts would be missing the line,
127.0.0.1 localhost?
I just spent an hour trying to figure out why I could not connect
to postgresql using ``psql -h ...'', finally figuring out that
the /etc/hosts file was the problem.
Bill
--
INTERNET: bill at celestial.com Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer
2010 Sep 13
1
irq 58 nobody cared.
I built a new server about 10 days ago running CentOS 5.latest,
and it's been presenting a message shortly after booting:
irq 58: nobody cared (try booting with the "irqpoll" option)
Call Trace:
<IRQ> [<ffffffff800bb712>] __report_bad_irq+0x30/0x7d
[<ffffffff800bb945>] note_interrupt+0x1e6/0x227
[<ffffffff800bae41>] __do_IRQ+0xbd/0x103
2007 Sep 12
2
Kickstart install surprise
I have to say that I was more that a bit surprised, if not to say dismayed
when I booted a system with CentOS 5 installed to test a kickstart CD in
interactive mode, took it to the custom partitioning screen, then rebooted
without saving anything only to come up with a grub prompt, and the disk's
partition table wiped. The ks.cfg file did say to wipe the disk when
installing, but I would
2010 Jul 09
1
OpenOffice.org 3.1 installation was corrupted-installed again, nothing in Applications/Office menu
I had a corrupted installation of OpenOffice.org 3.1.
When I used "yum remove openoffice.org-core" the response was "package
openoffice.org-core available but not installed", but then, when I
used "yum install openoffice.org-core there was a long list of
Transaction Check Errors. I then removed
openoffice.org3.1-redhat-menus-noarch which was in the errors.
Here's the
2007 Nov 08
0
LD_ASSUME_KERNEL library issues CentOS 5 x86_64
I'm trying to get the Syspro/Encore MRP software running on a new CentOS 5
x86_64 system which uses an ODBC package built with old glibc/errno
libraries.
I have this same software running on a Suse Linux Enterprise 9 SP3 system
using LD_ASSUME_KERNEL=2.4.1, but when I try this on CentOS 5 it results in
many unidentified libraries including libc.so.6, librt... etc.
My guess is that there are