On 12-11-16 5:14 AM, Matthieu Decorde wrote:
Hi,
I'm trying to build a modified version of the package RSvgDevice,
without warnings.
I'm having troubles with the description file. Here's the logs :
* checking Rd files ... WARNING
prepare_Rd: RSvgDevice.Rd:1: All text must be in a section
But the RSvgDevice.Rd file seems OKto me, what am I missing ?
That message indicates that you have some text before the first
section macro (which is normally \name{...}). You didn't show us your
first line, but if it looks okay, I'd guess you have some invisible
characters ahead of the \name macro, for example a byte order mark.
Duncan Murdoch