[Rd] missing parentheses in FAQ (PR#13343)
Kurt Hornik
Kurt.Hornik at wu-wien.ac.at
Sat Nov 29 11:10:30 CET 2008
>>>>> spluque writes:
> Hi,
> A couple of missing parenthesis in R-devel's FAQ:
Thanks, fixed.
-k
> ---<---------------cut here---------------start-------------->---
> Index: doc/manual/R-FAQ.texi
> ===================================================================
> --- doc/manual/R-FAQ.texi (revision 47025)
> +++ doc/manual/R-FAQ.texi (working copy)
> @@ -7962,7 +7962,7 @@
> @example
> eval(substitute(lm(y ~ x + variable),
> - list(variable = as.name(varname[1]))
> + list(variable = as.name(varname[1]))))
> @end example
> @noindent
> ---<---------------cut here---------------end---------------->---
> Cheers,
> --
> Seb
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
More information about the R-devel
mailing list