Skip to content

Build without warning RSvgDevice

3 messages · Matthieu Decorde, Duncan Murdoch

#
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 ?

Thanks for your help,
Matthieu Decorde
#
On 12-11-16 5:14 AM, Matthieu Decorde wrote:
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
#
Thanks for the quick reply.
Sorry the attached file was not sent.

But you were right, it was a BOM, now the package compiles without 
warning :-)

Matthieu Decorde
On 16/11/2012 13:32, Duncan Murdoch wrote: