Here is a patch against
https://svn.r-project.org/R/trunk/src/library/grDevices/man/pdf.Rd
to make description of defaults more consistent.
Stephen
--- pdf.Rd~ 2011-06-30 15:24:30.0 +0100
+++ pdf.Rd 2011-06-30 15:35:18.0 +0100
@@ -64,7 +64,7 @@
points. Defaults to
Hi, a small suggestion - could data.frame.Rd mention 'subset'?
Stephen
*** /tmp/ediff26669jwQ 2010-08-11 12:41:49.0 +0100
--- r-devel/R/src/library/base/man/data.frame.Rd2010-08-11
12:17:27.0 +0100
***
*** 123,129
\code{\link{plot.data.frame}},
\
files.Rd has the following typo, line 57:
LIBK points to an actual file ...
should be LINK
Stephen
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
The documentation for the OutDec option says that it should be a
'one-character string'; yet, if I try a unicode character, it doesn't seem
to work. Are unicode chars not counted as one-character?
This is within the mac GUI, but I also see this on linux boxes.
> x <- '\u00B7'
> nchar(x)
[1] 1
>
Hi,
R-lang.texi line 2020/1 currently says:
This allows, e.g., a
local variable in a function to have the same name AS a global object.
The word "AS" is missing in that sentence.
(Line number according to
https://svn.r-project.org/R/trunk/doc/manual/R-lang.texi)
Stephen
__
Hi,
https://svn.r-project.org/R/trunk/src/library/utils/R/debugger.R
currently has the arg list of dump.frames as:
dump.frames <- function(dumpto = "last.dump", to.file = FALSE)
would it be sensible to change the default for to.file to be
to.file = !interactive()
So that last.dump.rda woul
> If you are going to impose the cost on the developers of a bug report on
> typos, please at least do as we _do_ ask and check the current version, in
> your case at
>
> https://svn.r-project.org/R/trunk/src/library/tcltk/man/TclInterface.Rd
>
> You will I believe want to update your b
> You didn't tell us the *platform* you run R on
> (and BATCH does depend on the platform),
> but I know that it's a version of unix, Linux I suppose?
Thanks Martin. Yes, linux - scientific linux 3 here.
__
R-devel@r-project.org mailing list
https
If the last line of an R script does not have a trailing newline, a
small errror is produced at the end of the script.
Small example. If file eg.r contains one line:
getwd()
and there is no newline after the closing paren
$ R CMD BATCH eg.r
produces an error:
$ cat eg.r.Rout
R : Copyright 20