Tags: r-lib/lintr
Tags
3.2.0 as submitted to CRAN (#2726) * Create a second r-devel devcontainer, set it as default * Need repos set on this image * DESCRIPTION version * Copy-edit to NEWS * empty entry for backports:4.4.0 * Fix up backport_linter for oldrel stuff * ignore references to removed linter * to-be-deleted: massive GHA for all versions * Revert "to-be-deleted: massive GHA for all versions" This reverts commit b7a34d1. * Fix up exclusions of large files
Use rprojroot rather than built in functions to find the rproj (if th… …ere is one) We were running into catastrophic performance taking 20+ minutes on CRAN's check machines with the previous code, likely because when searching for Rprojects a parent directory containing thousands of files was being searched. I believe using rprojroot should avoid this.
PreviousNext