Hi, Richard. I was putting some piece of code in a wrong section
(description). After correcting that, I have no more errors.
Many tanks for your help,
Leandro.
2015-01-16 1:59 GMT-03:00 Richard M. Heiberger :
> You didn't show your code, so this is a guess.
>
> My guess is that the \dontrun{}
You didn't show your code, so this is a guess.
My guess is that the \dontrun{} is outside the \examples{} section.
It must be inside the \examples{} section.
This is right
\examples{
abc <- 123
\dontrun{
def <- 456
}
ghi <- 789
}
This is my guess as to what you did.
\examples{
abc <- 123
ghi <-
2 matches
Mail list logo