I guess you forgot to import the relevant S4 functionality into your
namespace.
Best,
Uwe
On 28.09.2010 02:33, Mike Lawrence wrote:
Hi folks,
I'm not sure if this is a bug or not so I thought I'd check here
first. I came across it while working on an update to my package where
I try to get
Duncan Murdoch-2 wrote:
>
> On 27/09/2010 10:44 AM, elgorgonzola wrote:
>
> Read about the "inst" directory in Writing R Extensions. You can put
> your logo there, it will be installed when your package is installed,
> and your Sweave document can find it using system.file("path within
>
Ah, "forgot" is a bit too generous. Seems I failed to get that far in
the Extensions manual because I never dealt with S4 classes until now.
Thanks for the pointer.
Mike
--
Mike Lawrence
Graduate Student
Department of Psychology
Dalhousie University
Looking to arrange a meeting? Check my public
Hello,
My problem is that I have an extension in C++ that can be quite
time-consuming. I'd like to make it interruptible.
The problem is that if I use the recommended R_CheckUserInterrupt() method I
have no possibility to cleanup (e.g. free the memory).
I've seen an old thread about this, but I w
Hello all,
After help form Barry Rowlingson I am reporting my first bug to R-devel.
Please be kind if I did something wrong in the reporting - and many thanks
for anyone who is reading this e-mail.
Example of the bug:
tt <- expression(paste("test
loo
Karl,
On Sep 28, 2010, at 12:52 PM, Karl Forner wrote:
> My problem is that I have an extension in C++ that can be quite
> time-consuming. I'd like to make it interruptible.
> The problem is that if I use the recommended R_CheckUserInterrupt() method I
> have no possibility to cleanup (e.g. fre
I am connecting from a PC to a Linux system running CentOS
release 5.5 (Final) and it is extremely slow to render plots
to the X11 device.
This is not R's fault but I wonder if anyone can offer
guidance so I can help the system administrators address
the problem.
I can connect to the Linux se
On Tue, 28 Sep 2010, Weigand, Stephen D. wrote:
I am connecting from a PC to a Linux system running CentOS
release 5.5 (Final) and it is extremely slow to render plots
to the X11 device.
The Linux timings are just awful, particularly using
X-Win32. Cairo vs. Xlib doesn't seem to matter much.
For whatever it is worth, a long time ago I had this problem when "ssh
-X" connecting to a server and doing simple plots such as plot(1:10).
It was painfully slow and I could see how each data points was
plotted. After using X11.options(type="Xlib") in R things was back to
normal (fast) again. I
Hi,
Cosmetic. Starting R with e.g. --max-ppsize=-10 produces the following
warning:
WARNING: '-max-ppsize' value is negative: ignored
The name of the option displayed in the warning is incorrect.
Could that be fixed? See src/main/CommandLineArgs.c (there are 3 places
in that file where the
Hi,
The code below (found in src/gnuwin32/system.c) is almost
guaranteed to do the wrong thing if 2 Rterm processes are
started at the same time (or less than 1 second apart, the
resolution of time() being 1 second):
/* tmpfile() seems not to work on Vista: it tries to write in c:/
ifp = tmp
11 matches
Mail list logo