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,
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,
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
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
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 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
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
In reading ?is.R, I noticed what appears to be a typo.
The "diff -u" output based on R-devel downloaded today
vs. a possible change is below.
Thank you,
Stephen
--- ./src/library/base/man/isR.Rd Tue Jul 20 11:46:24 2004
+++ /tmp/isR.Rd Mon Nov 14 16:13:27 2005
@@ -12,7 +12,7 @@
The fun
While reading ?as.POSIXlt a possible typo caught my eye.
The "diff -u" output based on R-devel downloaded today
vs. a suggested change is below.
Thank you,
Stephen
--- as.POSIXlt.Rd Mon Oct 17 10:50:06 2005
+++ /tmp/as.POSIXlt.Rd Mon Nov 14 09:48:48 2005
@@ -30,7 +30,7 @@
\details{
In reading ?read.table I noticed what appears to be
a typo in the Details section. Below is a "patch"
which changes an "is" to an "if".
--- read.table.Rd Thu Aug 25 10:48:06 2005
+++ read.table2.Rd Sun Oct 30 16:42:01 2005
@@ -165,7 +165,7 @@
}
\details{
A field or line is \sQuot
I just downloaded the file
ftp://ftp.stat.math.ethz.ch/Software/R/R-devel.tar.gz
and within proc.time.Rd, the second paragraph of the \value
section contains a typo:
The resolution of the times will be system-specific; it is common for
them to be recorded to of the order of 1/100 second, and e
The Details section of the help for .Library / .libPaths
has:
"the library search path is set to the
existing files in 'unique(new, .Library)'
and this is returned."
I think 'unique(new, .Library)' should be be changed
to 'unique(c(new, .Library))'.
Thank you,
Stephen
platform sparc-s
12 matches
Mail list logo