Thank you, Ivan,

I've updated the source now,
Martin

> On line 105, "&\\hellip;" should probably be "…":
> Index: Rd2HTML.R
> ===================================================================
> --- Rd2HTML.R   (revision 79833)
> +++ Rd2HTML.R   (working copy)
> 
> 
> -        x <- psub("\\\\(dots|ldots)", "&\\hellip;", x)
> +        x <- psub("\\\\(dots|ldots)", "&hellip;", x)
> 
> 
> The backslash is ignored by gsub(), so no actual bug happens as a
> result of this.
> 
> [............]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to