Tags: r-lib/lintr
Tags
Squashed commit of the following: commit d66d4c5 Author: Michael Chirico <[email protected]> Date: Wed Nov 26 15:36:53 2025 +0000 3.3.0-1 -- downgrade to warning commit c03d466 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 20:25:12 2025 +0000 Rearranging after consulting friendly neighborhood LLM commit d73c532 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 20:14:19 2025 +0000 LLM-assisted copy edit commit 87f820c Author: Michael Chirico <[email protected]> Date: Tue Nov 25 20:07:47 2025 +0000 Revert "re-generate docs from roxygen2" This reverts commit a9ab406. commit 796d489 Merge: 7dd6901 564bd57 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 20:06:23 2025 +0000 Merge branch 'main' into rc-3.3.0 commit 7dd6901 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 19:46:33 2025 +0000 A pass at fine-tuning the NEWS commit 89e6d34 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 19:26:06 2025 +0000 Rearrange NEWS items under deprecations commit a9ab406 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 16:37:12 2025 +0000 re-generate docs from roxygen2 commit 1bac028 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 16:16:26 2025 +0000 Ignore new style of testthat _problems commit 04b004a Author: Michael Chirico <[email protected]> Date: Tue Nov 25 16:15:14 2025 +0000 remove cran-comments commit b1a5e33 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 15:18:08 2025 +0000 NEWS version commit 15022a8 Author: Michael Chirico <[email protected]> Date: Tue Nov 25 15:16:40 2025 +0000 bump DESCRIPTION version
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