Displaying 20 results from an estimated 20000 matches similar to: "documentation problems in str.Rd (PR#899)"
2001 Sep 27
2
Getting your stuff organized in R
I'm attaching an small text file
on "Getting your stuff organized in R".
(Sorry if sending an attachment is not considered
a correct etiquette in r-help, but this is
only 7911 bytes, plain ascii text and I cannot
post it in a web page at the moment).
Probably all the information in this document is scattered
in one or more
R introduction guides, but I think that it is useful to have
2005 Nov 09
0
R CMD Rdconv file.Rd --type=Ssgm \code{x} should use <code> (PR#8290)
I'm trying:
R CMD Rdconv file.Rd --type=Ssgm
If file.Rd contains
\code{x}
then this is currently translated as
<s-expression>x</s-expression>
I suggest instead translating to
<code>x</code>
(provided that R CMD Sd2Rd is changed to support the <code>
tag; I just submitted that bug separately).
Note that this is an enhancement, not a bug.
This change would
2008 Apr 16
0
package.skeleton() creates corrupted Rd file (PR#11191)
Calling package.skeleton() results in corrupted Rd-file stub on my
system. It (the file) is contaminated with mass question marks.
This happens only for package Rd file, Rd stubs for *package
functions* are generated nicely.
An example of bad Rd file created by package.skeleton():
\name{cmrutils-package}
\alias{cmrutils-package}
\alias{cmrutils}
\docType{package}
\title{
What the package does
2000 May 12
1
Typo in documentation for order() (PR#541)
The documentation for 'order()' has the following sentence:
`sort.list' is the same, using only one argument put
allowing
partial sorting.
Should "put" be "but" or possibly "'partial'"?
--
Art Salwin
salwin@mitretek.org
(202) 863-2985
(202) 863-2988 (fax)
--please do not edit the information below--
Version:
platform = Windows
arch =
2009 Nov 22
1
Dead link in Nile help documentation (PR#14079)
When doing ?Nile, the url for the data source is dead. It says http://www.=
ssfpack.com/dkbook/ but this has changed to=20
http://www.ssfpack.com/DKbook.html
Version:
platform =3D i386-redhat-linux-gnu
arch =3D i386
os =3D linux-gnu
system =3D i386, linux-gnu
status =3D
major =3D 2
minor =3D 10.0
year =3D 2009
month =3D 10
day =3D 26
svn rev =3D 50208
language =3D R
version.string
2008 Oct 06
1
Bug with message if there is no documentation; R2.8alpha Win32 (PR#13131)
In the latest R 2.8 alpha for Win32, if either of the commands are typed:
> help("erfc")
.. or ..
> ?erfc
the result is:
No documentation for 'erfc' in specified packages and libraries:
you could try '??erfc'
This should be: 'help.search("erfc")', as shown in R 2.7.2
Apologies if this has already been submitted/fixed.
-Mike
--please do not edit
2006 Feb 23
1
Tiny documentation error for ?options (PR#8633)
Hi, people. The output produced by "?options" contains:
'expressions': sets a limit on the number of nested expressions
that will be evaluated. Valid values are 25...500000 with
default 1000. [...]
and a bit further down:
The 'factory-fresh' default settings of some of these options are
[...]
'expressions'
2000 Sep 29
2
all.equal.list() sometimes fails with unnamed and named components (PR#674)
examples:
1) Fails to report that components 2 and 3 differ
all.equal(list(1,2,3,zap=1),list(1,3,4,zap=2))
[1] "Component zap: Mean relative difference: 1
2) Incorrectly asserts all are equal when components 2 and 3 differ
> all.equal(list(1,2,3,zap=1),list(1,3,4,zap=1))
[1] TRUE
3) Removing named component reveals differences:
> all.equal(list(1,2,3,1),list(1,3,4,1))
[1]
2000 May 12
2
Documentation of par(gamma) (PR#540)
The on-line documentation for par() refers to a 'gamma'
argument.
However, if 'par()' is invoked, there is no gamma argument.
--
Art Salwin
salwin@mitretek.org
(202) 863-2985
(202) 863-2988 (fax)
--please do not edit the information below--
Version:
platform = Windows
arch = x86
os = Win32
system = x86, Win32
status =
major = 1
minor = 0.0
year = 2000
month = February
2000 May 12
2
Documentation of par(ann) (PR#539)
The on-line documentation for the 'ann' argument under
par(), states "If set to 'FALSE'...". However, this
parameter shows up as a numeric on my machine, not as a
logical.
--
Art Salwin
salwin@mitretek.org
(202) 863-2985
(202) 863-2988 (fax)
--please do not edit the information below--
Version:
platform = Windows
arch = x86
os = Win32
system = x86, Win32
2002 Oct 16
1
Documentation for .Renviron (PR#2175)
Hi everyone,
Two minor points about ?.Renviron.
1) If R_ENVIRON is not set then R defaults to `${R_HOME}/etc/Renviron',
not `${R_HOME}/etc/Renviron.site' as stated.
2) In the details, there is a missing "way" in "`value' is processed
in a similar to a Unix shell."
Cheers, Jonathan.
--please do not edit the information below--
Version:
platform =
2002 Apr 30
1
Undefined symbols in loading tcltk (PR#1499)
Non of these errors occured in earliers versions of R.
> library(tcltk)
/usr/lib/dld.sl: Unresolved symbol: Tcl_GetVar2Ex (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl
/usr/lib/dld.sl: Unresolved symbol: Tcl_GetString (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl
/usr/lib/dld.sl: Unresolved symbol: Tcl_SetVar2Ex (code) from
1999 Dec 18
1
strsplit does not conform to documentation (PR#379)
Description:
Split the Strings in `x' into substrings according to
the presence of substring `split' within them.
--------------------
> strsplit("acbdefgSPLIThigkilmnSpPqrst","SPLIT")
[[1]]
[1] "acbdefg" "higkilmn" "p" "qrst"
--------------------
Apparently, it will
Split the Strings in `x' into
2001 Dec 10
1
Documentation of .Last.lib in library() (PR#1209)
help(library) says: "`.Last.lib' is called when a package is loaded." Probably
should be "...is detached."
-- David Brahm (brahm@alum.mit.edu)
--please do not edit the information below--
Version:
platform = sparc-sun-solaris2.6
arch = sparc
os = solaris2.6
system = sparc, solaris2.6
status =
major = 1
minor = 3.1
year = 2001
2007 Dec 13
1
Minor documentation bug in R-exts (PR#10515)
This is a minor documentation bug. In the document: Writing R
Extensions (R-exts) section 1.6.5 (Summary -- converting an existing
package) the 3rd bullet is missing the end of the sentence.
Thanks,
--please do not edit the information below--
Version:
platform =3D i386-pc-mingw32
arch =3D i386
os =3D mingw32
system =3D i386, mingw32
status =3D=20
major =3D 2
minor =3D 6.1
year =3D
2008 Mar 18
0
ambiguous example in as.Date() documentation (PR#10990)
<<insert bug report here>>
The note in the as.Date() documentation is ambiguous (is it referring
to February 3rd, 2001, or March 2nd, 2001?) While it is certainly true
that one could peruse the ISO 8601 standard to determine which ordering
is correct, changing the example day to one where the day value is >12
would resolve the ambiguity.
Current Note:
The default formats
2008 Sep 17
0
documentation improvement request: add search (PR#12905)
# R for Windows will not send your bug report automatically.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs at r-project.org
#
######################################################
> help.search("normal probability plot")
No help files found with alias or concept or title matching 'normal
probability plot'
2004 Mar 16
0
VS: Documentation on how to put classes and methods in packages with namespace?
> -----Oprindelig meddelelse-----
> Fra: Jens Henrik Badsberg
> Sendt: 16. marts 2004 11:37
> Til: 'r-help@stat.math.ethz.ch'
> Emne: Documentation on how to put classes and methods in packages with namespace?
>
>
> Documentation on how to put classes and methods in packages with namespace?
>
> How should I define my classes and methods in
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
Hi,
This is (presumably?) a bug in R 1.7.0 under Windows. I have not tested it
on other systems. Attachment of packages is case sensitive but not
library(), resulting in multiple loadings of the same package if the library
name is spelled differently. The following example loads the `tools'
package, once as `tools' and once as `Tools'. This behavior is the same with
all packages and
2002 May 30
1
Documentation Bugs (PR#1618)
Just a few documentation "bugs" that I've noticed recently.
1. In the help for (dpqr)weibull(), the formula given for the
variance of a Weibull is wrong. The correct formula is
b^2 * sqrt(gamma(1 + 2/a) - (gamma(1 + 1/a))^2))
Note that I've also changed Gamma to gamma, which I think is
preferable since this is actually the name of the gamma() function