Skip to content
Prev 7176 / 21312 Next

[Bioc-devel] Linking to Rsamtools does not work on latest R-devel

On 03/20/2015 04:50 AM, Ulrich Bodenhofer wrote:
I think on most Linux (well, on mine!) .Platform[["r_arch"]] == "", whereas I 
guess for you it is "x86_64" (via configure and the environment variable 
r_arch). system.file() seems to be robust to adding .Platform[["r_arch"]] when 
it is "", so your change above seems appropriate...

Martin