Skip to content
Prev 5877 / 12125 Next

[R-pkg-devel] WARNING: A complete check needs the 'checkbashisms' script.

Hi Brian,

The checkbashisms script is invoked by the R checks automatically:

https://github.com/wch/r-source/blob/trunk/src/library/tools/R/check.R#L1216-L1267

Thus there shouldn't be any need for you to invoke it manually in your 
configure script, even less so to worry about its presence. You can 
still install it locally so the R checks can proceed without the warning 
(or set _R_CHECK_BASHISMS_ to FALSE to skip that particular check, again 
locally), but that shouldn't be a problem in CRAN, as it should be 
installed there already.

Cheers,

Rodrigo
On 11/8/20 10:54 am, brian knaus wrote: