similar to: Bug in R0.90.0? (PR#374)

Displaying 20 results from an estimated 200 matches similar to: "Bug in R0.90.0? (PR#374)"

1999 Nov 29
1
rbind crash (PR#351)
Well here is my (first) segmentation fault for this version (R0.90.0) on Intel RH5.2: x <- matrix(0,nrow=1,ncol=3) y <- c(0.1,10,0.01) rbind(x,y) Jim -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2003 Sep 22
1
(no subject)
Hi, I have a problem to understand the use of subsets of data while running a regression model. In particular, I am using sm.regression with these commands plot(lndip96,gdip,col=1,type= "n") sm.regression(add=T,lndip96,gdip) and I must run this model for two subsets of the data; in particular for lndip<=2.7 and for lndip>2.7. Thank you in advance for your help Roberto Basile
2012 Jun 25
2
setdiff datframes
hi, I have 2 files example 1 and example 2 and would like to know what is in example2 and not in example1 (attached) V1 contain data which could be in duplicated which I am using as identifiers I used setdiff(example2$V1,example1$V1) to find the identifiers which are specific to example2: [1] "rs2276598" "rs17253672" I am looking for a way to get an output with all
2018 Aug 15
5
validspamobject?
Greetings, My R package has been showing warnings of the form: `validspamobject()` is deprecated. Use `validate_spam()` directly None of my code uses the function validspamobject, so it must be a problem in another package I'm calling, possibly spam or spdep. Has this problem occurred with other people? It doesn't have any deleterious effect, but it's annoying. In particular,
2004 Jun 18
2
x-table package
Dear Sirs, I would like to propose a (I believe) simple but useful enhancement to the xtable package. The latest version of the xtable package doesn't accept "H" as a possible table.placement argument. Indeed, the "H" placement would be very useful if one wanted to use the float latex package. I guess that many users would be very happy of having this further
2008 Nov 17
2
assign("FALSE", TRUE)
It was recently pointed out by Wacek Kusnierczyk that although one is prevented from doing FALSE <- TRUE one *can* do assign("FALSE",TRUE) and have an object named ``FALSE'' with value TRUE in one's workspace. This apparently has no deleterious effects; e.g. doing sample(1:7,replace=FALSE) gives a random permutation of 1:7 as expected and desired. I.e. the local
1999 May 25
1
Muliple partial matches with pmatch
I am using R0.64.1 under Windows 95. The help for `pmatch' states that: If `duplicates.ok' is false multiple matches will result in the value of `nomatch' being returned, and if it is true, the index of the first matching value will be returned. The help for pmatch gives the following examples: pmatch("m", c("mean",
1999 Dec 07
1
Bug list summary (automatic post)
================================================= This is an automated summary of the status of the R-bugs repository. Note that this may be neither complete nor perfectly correct at any given instance: Not all bugs are reported, and some reported bugs may have been fixed, but the repository not yet updated. Some bug fixes are difficult to verify because they pertain to specific hardware or
2017 Oct 20
3
Why dup()?
I've been using ssh without it duping stdout and stderr, and had no problems.? I think this change should be made to the master source. WHAT IS THE PROBLEM WITH SSH RIGHT NOW? It duplicates FILENO_STDOUT and FILENO_STDERR, thus there are two descriptors for each of these files.? When the remote program closes its stdout or stderr, the remote sshd sends the appropriate message to the local
2006 Oct 26
2
Newbie: Better way to do compound conditionals in subset?
There must be a better way to select the rows after 22-Apr-2004 and before 01-Sep-2004 with a temperature below 65 than this: > before2sw1 <- subset(energy.data, as.Date(start, format="%d-%b-%y") < as.Date("01-Sep-04", format = "%d-%b-%y")) > before2sw2 <- subset(before2sw1, as.Date(start, format="%d-%b-%y") >=
2003 Oct 27
5
QoS What to do?
Searching the archives there has been some discussion about the need for QOS routing on a mixed voice data broadband like ADSL. Has anyone run * on a production system with voice and data. Can anyone share what has to be done to secure the voice and throttle back the data? If a linux router is need can that run on the * box to reduce cost? All help is gratefully received, so I can plan a
2000 Sep 11
1
R 1.1.1 (and 1.2.0) on Mac (PPC) and "/afm/" bugs (?)
Hy (I hope this is the right list). 1. Mac porting I'm finishing the porting of R for Mac. I hope to finish it for the end of september. Thanks to the porting of R 0.64 by Ross (that he gave me) I succeded in this porting. This is the current state: Both R 1.1.1. and 1.2.0 works with minor modification to the original code. The Macintosh device has been updated to the new version of
2011 Jan 16
1
grid.table with head of two rows
Hi all, I try to print a table with the grid.draw(tableGrob(...)) function applied to an ftable object. The output only give me a table without colnames either rownames, but with edit.grid() I can add only one of them. And this is the problem, I have a table with a two rows head, like this: 45 o mas Entre 25
2001 Mar 11
0
PRO MARTINA - LET'S HELP MARTINA
PRO MARTINA - (English version below) Martina è una bambina di 12 anni affetta da SLERODERMIA che ha assolutamente bisogno di cure molto costose. La malattia, molto rara, condurrà questa bambina alla morte, ma c'è la possibilità di alleviare le sue sofferenze con delle terapie all'avanguardia che si possono effettuare in un centro specializzato nel Connecticut in America. La
2004 May 26
0
Constantin Timoc
Dragi compatrioti, Numele meu este Constantin Timoc. Candidez la postul de presedinte al Romaniei pentru a asigura tuturor cetatenilor locuri de munca cat mai bine platite, pentru a distruge coruptia care paralizeaza intreaga societate si pentru a accelera aderarea tarii noastre la Uniunea Europeana. Fac apel catre toti cetatenii sa aleaga presedinte al Romaniei un candidat care e cinstit,
2006 Feb 07
1
Samba Deleted My Linux Home Directory ?
Hi: I have Samba3.0.14a-Debian installed on a Debian (unstable) system After setting smb.conf to act as a domain logon I connected to the Samba server from a Windows XP client using my personal login and password. Samba was set to export HOMES as a share with this configuration: [homes] comment = User Homes path = /home/%u read only = No create mask = 0754
2005 Nov 07
0
Reducing the deleterious effects of ego related issues onthe list: growing up individually.
This sounds like a necessary sanity check for raising teen-agers. Brian Brunner brian.t.brunner at gai-tronics.com (610)796-5838 Brian Brunner brian.t.brunner at gai-tronics.com (610)796-5838 >>> BillsCentOS at triad.rr.com 11/07/05 04:23PM >>> Folks, If the reward is nothing more than the egotistical satisfaction of telling that SOB where to get off let the damn issue
2005 Nov 08
0
Reducing the deleterious effects of ego relatedissues on the list: growing up individua
Let it slide. Brian Brunner brian.t.brunner at gai-tronics.com (610)796-5838 >>> craigwhite at azapple.com 11/07/05 06:39PM >>> On Mon, 2005-11-07 at 15:03 -0800, Bryan J. Smith wrote: > No sense in responding further. I think I've made my point. ******************************************************************* This email and any files transmitted with it are
2005 Nov 08
1
Reducing the deleterious effects ofego related issues on the list
Bryan... NOBODY CARES how many times Chris is wrong. NOBODY CARES what you prove on this point. Whether Chris is right, wrong or stoopid is NOT proper fodder for this (CENTOS) list. Chris being wrong is *strictly* a "Bryan Fixation". Part of YOU growing up is YOU realizing that whether Chris is or is not wrong is UNIMPORTANT to ANYTHING that you or anybody important to you think is
2005 Nov 08
1
Reducing the deleterious effects ofego related issueson the list
How about DiabloII (Lord of Destruction)? I've heard of it running under Winex/Cedega (which is not Wine nor is it freeware) but not under wine or native... Brian Brunner brian.t.brunner at gai-tronics.com (610)796-5838 >>> peter at farrows.org 11/08/05 10:02AM >>> UT 2004 does run on Linux...... Client and dedicated servers....