Displaying 1 result from an estimated 1 matches for "sciviews_home".
2005 Jun 10
1
Question about .Rd syntax
...e appropriate \alias entries,
and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter 'Writing R documentation files' in manual 'Writing R
Extensions'.
my function is:
"guiStart" <-
function(gui = "\"%SciViews_Home%/bin/RConsole.exe\" -connect") {
....
}
and the way it is defined in \usage:
\usage{
guiStart(gui = "\"%SciViews_Home%/bin/RConsole.exe\" -connect")
}
I am pretty sure it is a stupid error I made regarding \", or something
similar. Could someone tell me...