Kurt.Hornik@ci.tuwien.ac.at
2001-Apr-07  21:56 UTC
[Rd] documentation problems in str.Rd (PR#899)
File `src/library/base/man/str.Rd' shows the usage
  ls.str(name, pattern, mode = "any", max.level = 1, give.attr =
FALSE)
whereas the code for ls.str() really has
  function (..., mode = "any", max.level = 1, give.attr = FALSE)
where the `...' is passed to ls().
The usage indicates `pattern' as a positional argument, which it is not.
Hence, e.g.
  ls.str("package:base", "^a")
will not work as documented.
I think one needs to document the `...' structure and say that the ...
args are passed on to ls().
Also, currently arguments `name', `pattern' and `mode' to ls.str()
and
argument `...' to lsf.str() and the str* functions are not documented.
--please do not edit the information below--
Version:
 platform = i686-pc-linux-gnu
 arch = i686
 os = linux-gnu
 system = i686, linux-gnu
 status = Patched
 major = 1
 minor = 2.2
 year = 2001
 month = 04
 day = 07
 language = R
Search Path:
 .GlobalEnv, package:kh, Autoloads, package:base
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To:
r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
