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
Many, many thanks for the effort Russ. I'm not clear on next steps
but think I need to look at CentOS vs. others in terms of X.
-Original Message-
From: R P Herrold [mailto:herr...@owlriver.com]
Sent: Wednesday, September 29, 2010 8:40 AM
On Tue, 28 Sep 2010, R P Herrold wrote:
>> I am
I love the new tiff(), jpeg(), and png() in R 2.7.0 but found
an issue that I didn't see reported.
When specifying 'units = "in"' but forgetting to change the
default height and width (so the figure is unintentionally
going to be 480 inches by 480 inches) I run into problems.
Here's the reproduc
Hello,
In May 2018 there was some R-devel discussion about a bug in
foreign:::writeForeignSAS. See here:
https://stat.ethz.ch/pipermail/r-devel/2018-May/076220.html
and it resulted in a patch. See:
https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17256
And I see the changes in Subversi
Hi,
Thank you to R-core since this issue is solved.
Both CRAN and R-devel_2019-12-03_r77513.tar.gz
have version 0.8-72 of the foreign package which includes
the improvements to foreign:::writeForeignSAS.
Thank you again,
Stephen
-Original Message-
Sent: Tuesday, June 04, 2019 8:27 AM
H
Hi,
Apropos of a recent Inf question, I've previously wondered if dnorm "does the
right thing" with
dnorm(0, 0, -Inf)
which gives zero. Should that be zero or NaN (or NA)?
The help says "'sd < 0' is an error and returns 'NaN'" and since -Inf < 0 is
TRUE, then... is this a bug?
Thank you,
S
Hi,
For what it's worth, I would like to second this. I have a small Sweave driver
(https://r-forge.r-project.org/R/?group_id=1857) that uses:
RtangleRtf <- function(){
list(setup = RtangleSetup,
runcode = utils:::RtangleRuncode, # <---
writedoc = RtangleWritedoc,