Skip to content
Back to formatted view

Raw Message

Message-ID: <4AF6FADF.90905@univ-fcomte.fr>
Date: 2009-11-08T17:07:43Z
From: Patrick Giraudoux
Subject: rd doc truncated with R 2.10.0

Hi,

I am routinely compiling a package and since I have moved to R 2.10.0, 
it troncates some section texts in the doc:

With the following section in the rd file:

\details{
 The function calls gpsbabel via the system. The gpsbabel program must 
be present and on the user's PATH for the function to work see 
<http://www.gpsbabel.org/>. The function has been tested on the 
following Garmin GPS devices: Etrex Summit, Etrex Vista Cx and GPSmap 60CSx.
}

...compiling under R 2.9.2 (rcmd build --binary --auto-zip pgirmess) I 
get this

Details:

     The function calls gpsbabel via the system. The gpsbabel program
     must be present and on the user's PATH for the function to work,
     see <http://www.gpsbabel.org/>. The function has been tested on
     the following Garmin GPS devices: Etrex Summit, Etrex Vista Cx and
     GPSmap 60CSx.

and compiling now under R 2.10.0

Details:

     The function has been tested on the following Garmin GPS devices:
     Etrex Summit, Etrex Vista Cx and GPSmap 60CSx. The function calls
     gpsbabel via the system. The gpsbabel program must be presen


Has anyone an explanation and a workaround ?

Best,

Patrick