Skip to content
Prev 4216 / 12125 Next

[R-pkg-devel] Needing rgeos from sf

On 25/07/2019 3:21 p.m., Roy Mendelssohn - NOAA Federal via
R-package-devel wrote:
A simple workaround would be to add a function that calls something from 
rgeos just to satisfy the check, e.g.

# Just to satisfy the checks...
dummy <- function() rgeos::getScale()

I don't think there are warnings if dummy is never used or exported, but 
if there are, I think that's a pretty harmless call to make.

Duncan Murdoch