Skip to content
Prev 7723 / 12125 Next

[R-pkg-devel] shapefile .dbf recognised as executable

On 11/02/2022 5:22 p.m., Murray Efford wrote:
It's not easy to run just that test, but you can see it if you look here:

https://github.com/wch/r-source/blob/988077a792e628677bd5884b351fe08b2c17b8c8/src/library/tools/R/check.R#L4866-L4941

The basic idea is that it uses the "file" command.  There are some known 
false positives.

If you are on Linux, try running "file OVforest.dbf" and see what it says.

Duncan Murdoch