[Rd] Minor documentation problem for library (PR#3866)
ross at biostat.ucsf.edu
ross at biostat.ucsf.edu
Thu Aug 21 02:09:50 MEST 2003
In my 1.7.1 R (on Debian) the help for "library" includes the line
`as.environment(match("package:name"), search())' will return the
There is a misplaced parenthesis. I think you mean
`as.environment(match("package:name", search()))' will return the
This might be a duplicate submission. I tried to send one from within
an ESS session, but the session disappeared (which might be a separate
bug!).
More information about the R-devel
mailing list