flr / FLa4a

The repository for the JRC initiative on stock assessment
https://fishreg.jrc.ec.europa.eu/web/a4a
12 stars 6 forks source link

check.executable #13

Closed colinpmillar closed 10 years ago

colinpmillar commented 10 years ago

try instead:

grep('executable', system(paste("file", paste(a4a.dir(), "a4a", sep='/')), inter=TRUE))

that would return 1 if 'executable' is found in the output of file, which I read always says so in any architecture and unix shell

Cheers,

Iago