Displaying 10 results from an estimated 10 matches similar to: "simple add error (PR#13699)"
2015 Jan 15
4
Request to speed up save()
Hi,
I am dealing with very large datasets and it takes a long time to save a
workspace image.
The options to save compressed data are: "gzip", "bzip2" or "xz", the
default being gzip. I wonder if it's possible to include the pbzip2
(http://compression.ca/pbzip2/) algorithm as an option when saving.
"PBZIP2 is a parallel implementation of the bzip2
2015 Jan 15
0
Request to speed up save()
In addition to the major points that others made: if you care about speed, don't use compression. With today's fast disks it's an order of magnitude slower to use compression:
> d=lapply(1:10, function(x) as.integer(rnorm(1e7)))
> system.time(saveRDS(d, file="test.rds.gz"))
user system elapsed
17.210 0.148 17.397
> system.time(saveRDS(d,
2011 Jan 05
3
cron jobs fail to run
hey centos
long time no hear! :) I'm having a small issue where the backup jobs
that I set to run in the crontab of the backup user do not appear to
be running. Here's how I set it up (with crontab -e as the backup
user):
run amanda every night (check at 2:45 and backup at 3)
45 2 * * * /usr/sbin/amcheck /var/log/amanda/crontab/amcheck.log
* 3 * * * /usr/sbin/amdump
2008 Jan 13
6
[Bug 14060] New: Server fails to start with randr 1.2 and a NV20
http://bugs.freedesktop.org/show_bug.cgi?id=14060
Summary: Server fails to start with randr 1.2 and a NV20
Product: xorg
Version: 7.3
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2005 Feb 01
5
Cannot save/migrate domains
Hi,
I had a problem trying to migrate domains, in trying to locate it I
noticed that saving domains doesn''t work either, which I believe
explains why the receiving xfrd doesn''t actually receive anything.
So here it goes...
xenone:/tmp# xm list
Name Id Mem(MB) CPU State Time(s) Console
Domain-0 0 123 0 r---- 900.6
sky 9
2007 Nov 14
1
reading tables from url
I'm trying to read some web tables directly into R. These are both
genome sequencing projects (eukaryotes and metagenomes) from NCBI and
look very similar; however, only the first one works.
http://www.ncbi.nlm.nih.gov/genomes/leuks.cgi
http://www.ncbi.nlm.nih.gov/genomes/lenvs.cgi
I added ?dump=selected to the end of the url string to get a tab-
delimited file (which is what happens
2006 Jun 06
0
Tests broken after freeze and upgrade - undefined method
I have a problem where I can''t run tests on a rails app that was written
for rails 1.0.
Sequence of events was this:
Develop Application1 on Rails 1.0 / Ruby 1.8.2
Freeze rails into vendor folder on Application1
Develop Application2 on Rails 1.1 / Ruby 1.8.4
Return to Application1 and run tests, every test fails with the error
"undefined method
2001 Mar 22
0
[Fwd: FW: Biostats text/software]
[This was filtered (looking like spam)
and manually approved by your list maintainer, MM ]
EvolDir wrote:
> Colleagues,
>
> A few days ago I posted a message inquiring what folks were using for
> teaching biostats. I received a stunning 38 replies offering various
> opinions, some quite surprising, along with links to web pages, pointers for
> coverage, commentaries on
2009 Jan 25
0
shared printer won't print
Hi everyone,
I have a properly configured printer (with cups) attached to the
computer running the samba server. It prints when issued within the
command line (lp). When I try to print via samba, the printer doesn't
react. I have configured the smb.conf using the man page of
cupsaddsmb. The samba log files don't report anything at all (tried to
turn the verbose loggin but failed). The
2013 Oct 25
0
Wine release 1.7.5
The Wine development release 1.7.5 is now available.
What's new in this release (see below for details):
- Support for registration-free COM using activation contexts.
- Improved support for simulated bold fonts.
- Unicode data updated to Unicode 6.3.
- Better support for typelib registration on 64-bit.
- Various bug fixes.
The source is available from the following locations: