r-lib / devtools

Tools to make an R developer's life easier
https://devtools.r-lib.org
Other
2.37k stars 755 forks source link

Check checks for bashisms #2496

Closed pachadotdev closed 1 year ago

pachadotdev commented 1 year ago

Hi!

I got a few warnings about possible bashism in my configure file when I run devtools::check().

According to this answer on SO https://stackoverflow.com/a/75391226/3720258, the check could be wrong.

It would be good that an expert gives a look at it.

hadley commented 1 year ago

This is just forwarding the error from R CMD check, so unfortunately there's nothing devtools can do about it.