Displaying 2 results from an estimated 2 matches for "_005fr_005fcheck_005fbashisms_005f".
2025 Feb 13
1
install.packages and package dependencies
...o succeed even when the required class is not first. This was discussed in 2019 in https://blog.r-project.org/2019/11/09/when-you-think-class.-think-again/index.html
3) The first lines of configure and cleanup were #! /bin/bash - see https://cran.r-project.org/doc/manuals/r-devel/R-ints.html#index-_005fR_005fCHECK_005fBASHISMS_005f for why this isn't robust (for example macOS doesn't use bash as its default shell, and maybe might not work correctly.
I would think that CRAN approached the maintainer multiple times over a period of many months to clear these inconsistencies. You assert elsewhere that if it worked befor...
2025 Feb 13
1
install.packages and package dependencies
...even when the required class is not first. This was discussed in 2019 in https://blog.r-project.org/2019/11/09/when-you-think-class.-think-again/index.html
>
> 3) The first lines of configure and cleanup were #! /bin/bash - see https://cran.r-project.org/doc/manuals/r-devel/R-ints.html#index-_005fR_005fCHECK_005fBASHISMS_005f for why this isn't robust (for example macOS doesn't use bash as its default shell, and maybe might not work correctly.
>
> I would think that CRAN approached the maintainer multiple times over a period of many months to clear these inconsistencies. You assert elsewhere that if it wor...