Displaying 20 results from an estimated 10000 matches similar to: "seg fault with strsplit (PR#158)"
1999 Apr 07
2
offsets again (PR#159)
1. Try the following in 63.3
y <- rnorm(20)
y1 <- y[2:20]
y2 <- y[1:19]
summary(glm(y1~offset(y2)))
summary(glm(y1-y2~1))
Both are the same model, but the first gives the wrong s.e.
I don't believe this was a problem in 63.2
2. Besides the strsplit buffer, there appear to be other memory
problems causing seg faults. With vsize 12M in batch, I accumulated 9
glm objects in memory,
2000 Jan 25
1
core dump involving function closure (PR#402)
A user has crashed R90.1 on MS Windows by succesive calls to two of my
formula/function interpretors in an order that I had not foreseen. I
have checked and this also occurs with Intel RH5.2. I have distilled
the problem down to its bare bones as the following set of
instructions:
func <- function(.mu){
.ch1 <- deparse(.mu,width=500)[-1]
.fn <-
2000 Feb 08
1
strsplit (PR#424)
In R.99, when you strsplit with a space (split=" ") as separator and
the string contains two consecutive spaces, "" is returned.
strsplit(" "," ")
returns
[[1]]
[1] "" ""
whereas it used to return character(0)
Is this really useful like this?? It certainly messes all my code up. Jim
2011 Apr 12
2
split string into individual valus while reading in R
Dear R experts
Sorry for posting:
I have text file that I need to read into R (this is out from different
program). A portion of data look like:
;example data
1_1 ch1 0.0
HAAAHHAAAHHAAAAAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAHAAAAAHHHHHHAHHHHHAHHHH
1_2 ch1 0.1
2009 Apr 08
2
factor, as.factor and levels
Dear All,
to my surprise as.factor does not accept a levels argument. Maybe I
did not read the documentation well enough. See the example below. I
wanted to use ch1 as factor in the newdata argument of survfit, so I
assumed that I could write as.factor(ch1, levels=ch1), since the
order should be kept.
But as.factor(ch1, levels=ch1) results in the error:
Error in as.factor(ch1, levels = ch1)
2003 Mar 10
2
WINS servers and browsing
Well, I've asked a couple times already but I will ask one more, since I still havent' managed to get any further.
We have several sites. Each site has it's own network and domain.
We are connected via a WAN.
Is the best practice to have one WINS server for each site?
Or is a single WINS server for the WAN the way to go?
Right now I have a single WINS server for the WAN.
I CAN NOT
2000 May 22
1
Bus Error crash (PR#551)
Full_Name: Kjetil Kjernsmo
Version: 1.0.1
OS: osf1
Submission from: (NULL) (129.240.28.227)
Ouch, another obscure bug...
I just had a bus error crash, with a core dump, a small one this time.
Usual <URL:http://www.astro.uio.no/~kjetikj/tmp/core>.
I had done a few simulations, and done a chisq.test() on them.
These simulations also write about 190MB's to file, but
I have no idea whether
2013 Jan 09
1
problem adding curve/abline
Hey,
I'm stuck on something I already did before (just a different kind of
database), and whatever I try, it doesn't work anymore. So thanks for your
help.
Here's how my data approximately looks like:
year season replicate size freq weight
2000 summer ch1 6 1 45
2000 summer ch1
2011 Aug 08
1
read in cel file by ReadAffy and read.celfile
Hi there,
I got a problem when trying to read in a .cel file using ReadAffy().
R codes:
require(affy)
ReadAffy(filenames="CH1.CEL")
It failed and I got the error,
Error in read.celfile.header(as.character(filenames[[1]])) :
Is CH1.CEL really a CEL file? tried reading as text, gzipped text, binary,
gzipped binary, command console and gzipped command console formats
Also, I tried
1999 Apr 07
2
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
2009 Dec 30
1
seg-fault... but on what
I got the following after running succesfully through this loop 28 million
times... the loop opens text files in a directory and inserts line by line
into a database...
*** caught segfault ***
address 0xc0000010, cause 'memory not mapped'
Traceback:
1: .getGeneric(f, where, package)
2: getGeneric("coerce", where = where)
3: as(obj, "integer")
4:
2007 Jan 25
2
Do I need a CH1 licence for Cisco Phones ?
I've got a question regarding Cisco IP Phones and licencing.
When using a third party PBX like asterisk is a licence required for the
Cisco phones ? Has anyone got anything in writing from Cisco to clarify this
?
Eg can I just use CP-7961G or do I need CP-7961G-CH1 even though I'm not
using Cisco Callmanager ?
HYPERLINK
2010 Jul 07
2
how to define method for "+" function in a new class
Dear R developers,
I have a new class, which I called "Molecule", and have tried to define =
a "+" operation for 2 objects of this class.
This is what I have written so far, although the method is not complete =
(I'm trying to look at it at intermediate stages):
setMethod(
f=3D"+",
signature(x=3D"Molecule",y=3D"Molecule"),
2017 Mar 11
2
Replication with a self-signed certificate
On Sat, 2017-03-11 at 13:39 +1300, Andrew Bartlett via samba wrote:
> On Fri, 2017-03-10 at 16:17 -0600, Mircea Husz via samba wrote:
> >
> > Hello,
> >
> > I just configured a three-site DCs setup with Samba 4.6.0, and
> > replication worked great.
> > But then I added a custom cert to one of the DCs to authenticate
> > various apps against it. I
2006 Sep 06
1
How to get multiple partial matches?
Hi,
I'm very new to R, and am not at all a software
programmer of any sort. I appreciate any help you
may have. I have figured out how to get my data into
a dataframe and order it alphabetically according to a
particular column. Now, I would like to seperate out
certain rows based on partial character matches. Here
is an (extremely) abreviated example of my data set
Probe Ch1
2007 Nov 25
2
Install repeated library
Hello -
I cannot get to
www.alpha.luc.ac.be/~jlindsey/rcode.html<http://www.alpha.luc.ac.be/%7Ejlindsey/rcode.html>to
obtain and install the repeated library for use of glmm(). Is the web
page not active? Can you give me an alternative location to obtain the
repeated library?
Thank you,
Becky Parker
[[alternative HTML version deleted]]
2017 Mar 06
1
DC site replication issue ?
All,
I'm migrating a samba3 domain to a new samba4 AD version 4.5.5. Did a fair amount of testing on isolated vlans including two sites and replication between two domain controllers.
I'm now rolling out DCs intended to become production shortly. One is in Chicago, the other in NY, and each is configured in its own timezone with NTP synching up.
I am looking at a potential replication
2017 Mar 06
2
DC site replication issue ?
--------------------------------------------
On Mon, 3/6/17, lingpanda101 via samba <samba at lists.samba.org> wrote:
Subject: Re: [Samba] DC site replication issue ?
To: samba at lists.samba.org
Date: Monday, March 6, 2017, 9:20 AM
On 3/6/2017 9:56 AM,
Mircea Husz via samba wrote:
> All,
>
> I'm migrating a
samba3 domain to a new samba4 AD version 4.5.5. Did a fair
2005 Dec 13
2
scsi tape device support
I'm trying to get a scsi tape device (Sony SDX-D500V) working on my dell
2450 running centos 4.2. I can see the device (ch1, id2) using the dell bois
raid utility, but once booted into linux I can't see any mention of it in
the logs or dmesg.
Do you know if the generic kernel (2.6.9-22.0.1.ELsmp) supports this tape
device? Can anyone give me any pointers in getting this device working.
2000 Mar 23
4
dna library
I have just placed version 0.2 alpha of my library, dna, on my web
page at
www.luc.ac.be/~jlindsey/rcode.html
The R functions in this library cover most of the basic methods of
dna and protein sequence analysis. The library includes ports of
CLUSTAL W for multiple sequence alignment and flip for finding open
reading frames in a dna sequence.
There are an enormous number of interesting and