Displaying 20 results from an estimated 1000 matches similar to: "plot crashes (PR#2121)"
2002 Dec 12
2
Problem with dyn.load in R1.6.1
I've been successfully using a dll via dyn.load() with R1.6.0 for
Windows, but when I try it under R1.6.1 it manages to crash the program
completely. Has there been a change in how R1.6.1 handles dynamic
loading? I couldn't spot any such changes in the documentation. This
problem occurred on two different machines, and both run the code under
R1.6.0 without a problem.
Rob Hyndman
2002 Dec 19
1
disabling NA token as na.string in read.table
Dear R-Users,
I have a csv file that has NA tokens and these tokens are perfectly good
values that need not to be converted to NA by read.table(). I tried to
prevent the conversion by specifying the na.strings arg., but this seems to
only add to the list of NA strings, not substitute.
> system("cat foo")
system("cat foo")
1 foo
2 NA
> read.table("foo",
2002 Sep 23
3
Rgui.exe crashes on startup (PR#2057)
Full_Name: Zhen Liu
Version: 1.5.1
OS: Window XP Home/Window NT 4.0
Submission from: (NULL) (205.142.0.75)
I have installed R-1.5.1 using SetupR.exe on both my home laptop (Sony Vaio
running Window XP Home) and in office (Compaq AP550 running Window NT 4.0), but
they shared the same problem. Both worked for a while, but then Rgui.exe crashed
on the startup, complains:
The exception
2004 Oct 19
1
Fatal error: invalid home drive
Dear R-helpers,
I have just installed R2.0.0 onto my machine which already had R1.9.1
present.
I then tried to add to R2.0.0 a library called GLMM written by James McBroom
for R1.6.0. Unfortunately, R2.0.0 does not recognise the library, even
though
R1.9.1 does. This is not because I have used the wrong case in the call to
the
library:
> library('GLMM')
> "Error in
2020 Jul 08
2
[PATCH] Add syscall wrappers required by libkeyutils
libkeyutils is used by the keyctl command which is required for loading
keys into the kernel (e.g. for mounting an authenticated UBIFS as root
file system).
libkeyutils usually invokes syscall() directly. As syscall() is not
provided by klibc, libkeyutils has to be slightly modified for using the
klibc wrappers.
Signed-off-by: Christian Eggers <ceggers at arri.de>
---
2020 Jul 28
2
[PATCH] Add syscall wrappers required by libkeyutils
On Mon, 2020-07-27 at 05:46 -0700, hpa at zytor.com wrote:
> On July 27, 2020 2:43:36 AM PDT, Christian Eggers <ceggers at arri.de> wrote:
> > On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote:
> > > On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote:
> > > > ...
> > > > libkeyutils usually invokes syscall() directly. As syscall()
2020 Jul 27
3
[PATCH] Add syscall wrappers required by libkeyutils
On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote:
> On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote:
> > ...
> > libkeyutils usually invokes syscall() directly. As syscall() is not
> > provided by klibc, libkeyutils has to be slightly modified for using the
> > klibc wrappers.
>
> Wouldn't it be more useful for klibc to implement
2002 Oct 24
4
plot slow?
Hi,
I just installed R and am comparing it to other packages (such as Igor).
So, you'll have to excuse me if this is a stupid question. I run the
simple command:
plot(1:1000000)
And it seems SO slow! Igor blasts through this.
My theory is that R is redrawing the screen for every point that's being
graphed. Is it possible to control how often R redraws a plot as its
building it -
2008 Aug 06
1
bug submitting bug? [Fwd: Undelivered Mail Returned to Sender]
(A) I received the following bounced message when I tried to submit a
bug from http://bugs.r-project.org/cgi-bin/R
(B) The bug report itself is at the bottom.
Thanks,
Chris
(A)
-------- Original Message --------
Subject: Undelivered Mail Returned to Sender
Date: Wed, 6 Aug 2008 17:08:02 +0200 (CEST)
From: MAILER-DAEMON at pubhealth.ku.dk (Mail Delivery System)
To: candrews at buffalo.edu
2002 Oct 18
4
code to turn T into TRUE
Does anyone have code that will methodically process R sourcecode, turning
T's into TRUE and F's into FALSE? I got bored doing this by hand, after the
first 30-odd functions-- there are hundreds left to do. I don't want to
simply deparse everything, because that would destroy my beautiful
formatting.
The reason it's not trivial, is that comment lines, quotes, and split lines
need
2002 Oct 17
2
Installing R1.6.0 on SGI
I am currently trying to install R 1.6.0 on an SGI Octane running:
> uname -aR
IRIX64 hcu091 6.5 6.5.9m 07201608 IP30
and I am receiving a fatal error during the make step. Any help in this matter would be greatly appreciated.
Here is the final output from "./configure"...
----------
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory:
2006 Mar 02
5
Deparsing '...'
Hi,
The following function works, but is there a neater way to write it?
f = function(x,...)
{
# return a character vector of the arguments passed in after 'x'
gsub("
","",unlist(strsplit(deparse(substitute(list(...))),"[(,)]")))[-1]
}
> f(x,a,b,c*d)
[1] "a" "b" "c*d"
>
Thanks.
[[alternative HTML
2006 Oct 06
1
Relative constraint using constrOptim?
I am trying to optimize a likelihood function using constrOptim. I
know from prior research that, e.g. x1>x2. Is there a way to include
that constraint into the optimization routine, i.e. the ci
constraint? The examples I found only use absolute numeric values for
the constraint and not relative values. My attempts to include it
into ci failed: e.g. ci=c(1, x[1]).
Am I using the
2008 Dec 14
2
Help required to install package from a website
Hi,
I am new to R and I'm looking to perform some method comparison
analysis and would be grateful for some help regarding package
installation.
There is a package 'MethComp' that I want to use
(http://staff.pubhealth.ku.dk/~bxc/MethComp/Courses/Sthm.2007/.)
Unfortunately I am unable to install it. I have tried numerous
approaches but to no avail. this is the first time I have tried to
2005 May 19
1
Do Both! :) Re: Telecom SIP termination vs. DS3
Message: 16
Date: Thu, 19 May 2005 00:16:34 -0600
Michael,
Do both!
As for Sip Termination:
-----------------------
Contact Kristi Eggers @ Txlink.net for month to month
Originating/Termination VoIP Toll Free or Local USA
DID #s. Yes they do both Sip and IAX. You must have
seperate accounts for either Sip or IAX and fund your
account with a minimum of $100. This is what I did.
Once I get
2006 Oct 30
3
Problem setting TMPDIR on the fly
Hi folks,
I'm having a spot of bother with tempdir(). If I set the environment
variable TMPDIR in my shell prior to invoking R it works as expected:
> Sys.getenv("TMPDIR")
TMPDIR
"/eurotempest/tmp/R"
> tempdir()
[1] "/eurotempest/tmp/R/Rtmp0xY4XD"
However if I don't set it prior to entry, but attempt to set it from
within
2005 Dec 09
3
[R] data.frame() size
Hi,
Please see below for post on r-help regarding data.frame() and the
possibility of dropping rownames, for space and time reasons.
I've made some changes, attached, and it seems to be working well. I see the
expected space (90% saved) and time (10 times faster) savings. There are no
doubt some bugs, and needs more work and testing, but I thought I would post
first at this stage.
Could some
2008 Jun 25
2
R 2.7.1 und WinEdt (PR#11806)
Hi,
under the new version R 2.7.1 I can't use WinEdt. It seems that there is
a bug in that version. To use older versions of the package RWinEdt
doens't bring success. The Use of R 2.7.0 doesn't cause that Problem.
Regards,
Hans-J?rgen Auinger
--
----------------------------------------------
Hans-J?rgen Auinger
Lehrstuhl f?r Pflanzenz?chtung
Wissenschaftszentrum Weihenstephan
2008 Jun 17
2
Deming Regression
Hi all. Has anyone ever done a Deming Regression in R? I'm wondering if
there's a simple way to do it.
Thanks for all your help!
-Ed
--
View this message in context: http://www.nabble.com/Deming-Regression-tp17949318p17949318.html
Sent from the R help mailing list archive at Nabble.com.
2005 Jul 14
2
Calculate of data frame
Hello,
I have a dataframe which I read from a file:
df <- readtable(myFile);
The dataframe has 4 columns: "model", "count", "value" and "date" where
"model" and "date" are made of charactors and "count" and "value" are
numbers. An example is like:
model count value date
A 4 20.8