search for: dependssplus

Displaying 1 result from an estimated 1 matches for "dependssplus".

2008 Nov 12
0
Splus-specific entries in pkg/DESCRIPTION files
...'XyzSplus:' then S+'s read.dcf() function will ignore the 'Xyz:' entry and output the 'XyzSplus:' entry as the 'Xyz:' entry. E.g., the Depends: example above would be handled by putting the following 2 lines in DESCRIPTION Depends: R (>= 2.8.0), lattice DependsSplus: Splus (>= 8.1), trellis When R's read.dcf() reads that DESCRIPTION file the Depends component of its output would be "R (>= 2.8.0), lattice" and when S+'s read.dcf() reads it the Depends component would be "Splus (>= 8.1), trellis". R's read.dcf() would a...