Displaying 2 results from an estimated 2 matches for "gdal_setinstallation".
2015 Oct 04
2
Conditional importFrom (roxygen?)
...nizes it to the NAMESPACE.
I suspect this is because this particular function is Windows-only, but I'm
a bit confused how I should "properly" importFrom a function like this so
it doesn't cause a build failure, but I don't get a note in my R CMD CHECK
if I DON'T have it:
gdal_setInstallation : correctPath: no visible global function
definition for 'shortPathName'
gdalinfo: no visible global function definition for 'glob2rx'
gdallocationinfo: no visible global function definition for
'write.table'
gdaltransform: no visible global function definition for '...
2015 Oct 04
0
Conditional importFrom (roxygen?)
...t; I suspect this is because this particular function is Windows-only, but I'm
> a bit confused how I should "properly" importFrom a function like this so
> it doesn't cause a build failure, but I don't get a note in my R CMD CHECK
> if I DON'T have it:
>
> gdal_setInstallation : correctPath: no visible global function
> definition for 'shortPathName'
> gdalinfo: no visible global function definition for 'glob2rx'
> gdallocationinfo: no visible global function definition for
> 'write.table'
> gdaltransform: no visible global func...