Displaying 20 results from an estimated 1100 matches similar to: "Bus Error crash (PR#551)"
2000 Jun 24
1
Garbage Collecting
Dear all,
Me and the Garbage Collector doesn't understand each other...
I'm on R-1.0.1 (I have requested an upgrade to the right local people), an
osf1 system with an alphaev6 CPU. I have fair amounts of memory to use,
but it seems to be used up pretty fast nevertheless.
I'm now trying to see what the garbage collector does, I have inserted a
gc(v=T)
call at a spot in my code.
I
2000 May 07
1
Problem with match.arg() (PR#536)
Full_Name: Kjetil Kjernsmo
Version: Version 1.0.0
OS: osf1
Submission from: (NULL) (129.240.28.227)
Hello again!
This is a follow-up to my message on R-help about a problem with match.arg()
I have a little more on the topic, but not much really.
First, it was not entirely true what I wrote in r-help that I call match.arg()
in my ramp(), because ramp() just calls qamp() with runif() as
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 23
1
Random number generation problem (PR#554)
Full_Name: Kjetil Kjernsmo
Version: 1.0.1
OS: osf1
Submission from: (NULL) (129.240.28.227)
Hello!
I'm getting strange numbers from a random number generation
function again. I was wondering if it could be the same problem
as I reported in (PR#439).
I'm using the functions (some comments deleted for brevity):
qamp <- function(p, type=c("point", "nolens"))
{
1999 Apr 06
1
seg fault with strsplit (PR#158)
Try the following with R 63.3:
test <- function(z){
ch1 <- deparse(z,width=500)
ch <- NULL
for(i in 1:length(ch1))ch <- paste(ch,ch1[i],collapse=" ")
a <- gsub("(\\[(0|1|2|3|4|5|6|7|8|9|:|,)+\\])|([][+*/^():!<>%&|~,{}\"\\\=-])|( [0-9]+)|(^[0-9]+)"," ",ch)
print("here")
strsplit(a," ")
}
test(glm)
Jim
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
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
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 Apr 30
2
rpois hangs (PR#530)
Full_Name: Kjetil Kjernsmo
Version: Version 1.0.0
OS: osf1
Submission from: (NULL) (129.240.28.227)
Dear all,
I have come across another really strange bug in rpois.
If I do
> rpois(1, 1000000 * rpois(1, 10000))
sometimes it hangs, and hangs...
On my XP1000 alphaev6 workstation, it seems to happen more
frequently than on other machines. I started a session on an older
computer, and from
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
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.
2010 Jan 04
1
NV_PFIFO_INTR_DMA_PUSHER
Hello,
Could someone briefly describe (or point me to the documentation) what
can be a reason for getting NV_PFIFO_INTR_DMA_PUSHER status
(nouveau_fifo_irq_handler).
This started happening immediately after I set the nouveau_vram_pushbuf
flag to TRUE ,it's 100% repetitive and causes fences not to be signaled.
Below is the debug log from moment of creation of fifo 1 to some point
in time
2007 Sep 03
4
Fixes and workarounds for regressions and issues in the randr-1.2 branch
Hi,
Please find attached the patches which I currently use on my desktop
machine for dual head with the randr branch to fix the issues which I found.
They may help others as well but may e.g. also disable the Xv blitter
which might be working for some (but didn't on my card) - more information
is found in the text comments in the patches.
I have to hurry so this is short, will be back.