The R Project SVN R

Rev

Rev 59039 | Rev 75093 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61156
Line 57... Line 57...
57
\examples{
57
\examples{
58
\donttest{help.start()}
58
\donttest{help.start()}
59
\dontrun{
59
\dontrun{
60
#ifdef unix
60
#ifdef unix
61
## the 'remote' arg can be tested by
61
## the 'remote' arg can be tested by
62
help.start(remote=paste("file://", R.home(), sep=""))
62
help.start(remote = paste0("file://", R.home()))
63
#endif
63
#endif
64
}}
64
}}
65
\keyword{documentation}
65
\keyword{documentation}