similar to: interrupting Sys.sleep (PR#1063)

Displaying 20 results from an estimated 700 matches similar to: "interrupting Sys.sleep (PR#1063)"

2007 Mar 02
1
Rsyncing to arbitary locations using modules
Hi, I have been experimenting with the various rsync options and so far have had no luck, so I thought I would ask the experts out there. We have remote devices out in the field and communicate with them via GPRS. I am writing an app that will push new audio files out to remote devices using rsync. The app also periodically uses rsync to grab log files. So here is my scenario: The Remote
2001 Oct 12
2
adding text to persp
Any ideas on adding text to persp plots? The perspp function from S-plus is not implemented. I'm using R1.3.0 on Win2000. Thanks, Sundar -- Sundar Dorai-Raj, Ph.D. Assistant Professor Discrete & Statistical Sciences Office: (334) 844-3647 231 Allison Lab Fax: (334) 844-3611 Auburn University Email: dorairaj at dms.auburn.edu Auburn AL 36849-5307
2001 Aug 19
2
system.file("",package) (PR#1062)
system.file("",package") is documented to return the root of the package (as it did in the past). It actually returns "" (Win98, R1.3.0), breaking the SJava package Omitting the first argument does work correctly and so is a workaround if the argument is explicitly "" but not if it is the value of a variable. -thomas
2001 Oct 08
2
Rcmd
Hola! I have problems running Rcmd check (windows 98, R1.3.0) It ckoks on an example running a function which calla bringToTop(). This makes an error because Rcmd check runs the examples with the postscript device, and bringToTop does not make sense with that device. Howevere, my function is for interactive use, and needs bringToTop. How can this be used in examples and still have the
2001 Jul 06
1
read.spss, R 1.3.0, win2k
read.spss() is giving "Rgui.exe has generated errors and will be closed..." on all the files I have tried (the same happens with Rterm as well). This is R1.3.0 and the current `foreign',under Win2k. The problem doesn't happen under Linux on a different machine and didn't happen with an earlier version of R and foreign under NT4 on a different machine. As I updated to a new
2002 Feb 02
1
chron problem: extracting days and years
Hello r-help, I'm trying to split a character vector of dates of the form "dd-mmm-yy" into component days, months and years. But > library(chron) > testdate<-as.POSIXlt(strptime("17-Sep-98","%d-%b-%y")) > testdate [1] "1998-09-17" > months(testdate) [1] "September" # which is fine, but for days and years I get >
2002 Jul 07
1
Error in tree package
Hi. I'm using the tree package to fit one tree from a training set. I'm using the command: hm.tr <-tree(X1~.,teste2, mindev = 0, minsize = 2) and i get the error: Error in "row.names<-.data.frame"(*tmp*, value = fit$node[1:n]) : duplicate row.names are not allowed the frameset, has 180 columns and 16000 rows. The
2006 Apr 01
1
Sys.sleep() burns up CPU on Solaris 8
I noticed that R was burning up 100% of a CPU when a call to Sys.sleep() was made. Upon investigation, I discovered that R_checkActivityEx() in src/unix/sys-std.c was putting the entire timeout (in usec) into the struct timeval tv_usec member, leaving tv_sec set to 0. I don't know about other unix variants, but Solaris requires that the timeout value be normalized (i.e. 0 <= tv_usec
2001 Aug 28
1
Error: vector memory exhausted (limit reached?)
While runing R1.3.0 on a Win95 machine, a process has produced the following error: Error: vector memory exhausted (limit reached?) In addition: Warning message: Reached total allocation of 47Mb: see help(memory.size) Lost warning messages Now I cannot save the work (not too bad, I had used save.image() just prior to launch the process), but cannot quit the program: > save.image() Error:
2001 Sep 07
2
biplot
I have started using biplot() (with R1.3.0 on Windows) and have become very frustrated. As far as I can see, I follow the directions but either it doesn't do what I want it to do, it gives fairly arcane error messages or both. All I want to do is plot two separate data sets to see how different they are from each other with respect to two metrics that are represented by the two axes. My
2001 Aug 30
1
GLMMGibbs crashes on seeds data
Hi all I know GLMMGibbs is still in beta but has anyone experienced (and solved ;-) this problem? I decided to look at the seeds example but I get a core dump on two intel linux boxes and also a sun workstation. All are running R1.3.0 but different hardware/OS's so I think I've done something wrong > library(GLMMGibbs) > data(seeds) > seeds$plate <- as.factor(1:21) >
1997 Apr 28
3
R-alpha: R-0.49: 2 problems
I found the following 2 problems (no debugging, sorry). * qt(0.975, 3) never returns. Can someone please check that? Happens for me on Debian GNU/Linux/ix86 compiled with CFLAGS="-O2 -g". * Yet another stupid way to cause a segfault: R> x Error: Object "x" not found R> debug(t.test) R> t.test(rnorm(10)) debug: choices <- c("two.sided",
2001 Aug 21
2
Problem using GLM in a loop
Hello, I am try to perform a modeling which is relevant in a strongly heteroscedastic context. So I perform a dual modeling (modeling of both mean and variance of a response) in using the following loop: jointmod <- function(formula, data, itercrit=10,devcrit=0.0001) { # # Init step # init <- glm(formula=formula,family=gaussian, data=data) response <-
2001 Oct 22
3
round() doesnt (PR#1138)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
2001 Sep 21
2
new versions of grid and lattice
Hi There are new versions of the grid and lattice packages on CRAN: grid 0.2 and lattice 0.3-0 These packages are still _under development_ (they are in CRAN/src/contrib/Devel) There have been some bug fixes and, especially in lattice, there are lots of new features. Descriptions of the changes are included below. If you have any grid code, it may break under the new version because of a
2001 Sep 21
2
new versions of grid and lattice
Hi There are new versions of the grid and lattice packages on CRAN: grid 0.2 and lattice 0.3-0 These packages are still _under development_ (they are in CRAN/src/contrib/Devel) There have been some bug fixes and, especially in lattice, there are lots of new features. Descriptions of the changes are included below. If you have any grid code, it may break under the new version because of a
2016 Apr 20
1
[Bug 1063] New: sizes for ipv6 priority and flow label are incorrect.
https://bugzilla.netfilter.org/show_bug.cgi?id=1063 Bug ID: 1063 Summary: sizes for ipv6 priority and flow label are incorrect. Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org
2005 Jul 27
2
[Bug 1063] Checking for zlib version 1.2.3
http://bugzilla.mindrot.org/show_bug.cgi?id=1063 Summary: Checking for zlib version 1.2.3 Product: Portable OpenSSH Version: -current Platform: All URL: http://www.zlib.net/ OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at
2007 Nov 29
0
CESA-2007:1063 Important CentOS 3 ia64 pcre - security update
CentOS Errata and Security Advisory 2007:1063 https://rhn.redhat.com/errata/RHSA-2007-1063.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/pcre-3.9-10.4.ia64.rpm updates/ia64/RPMS/pcre-devel-3.9-10.4.ia64.rpm -- Pasi Pirhonen - upi@iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored -------------- next part
2007 Nov 29
0
CESA-2007:1063 Important CentOS 3 s390(x) pcre - security update
CentOS Errata and Security Advisory 2007:1063 https://rhn.redhat.com/errata/RHSA-2007-1063.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/pcre-3.9-10.4.s390.rpm updates/s390/RPMS/pcre-devel-3.9-10.4.s390.rpm s390x: updates/s390x/RPMS/pcre-3.9-10.4.s390x.rpm updates/s390x/RPMS/pcre-devel-3.9-10.4.s390x.rpm -- Pasi