Skip to content

Tags: r-lib/lintr

Tags

v3.3.0-1

Toggle v3.3.0-1's commit message
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

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v3.1.2

Toggle v3.1.2's commit message
re-run roxygenize

v3.1.1

Toggle v3.1.1's commit message
Increment version number to 3.1.1

v3.1.0

Toggle v3.1.0's commit message
Increment version number to 3.1.0

v3.0.2

Toggle v3.0.2's commit message
Don't use rprojroot after all

Just implement a depth restriction, so hopefully we don't recurse into
directories with thousands of files.

v3.0.1

Toggle v3.0.1's commit message
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.

v3.0.0

Toggle v3.0.0's commit message
Update link to point to the github version

As the URL checks are generating a false positive for the local link

v2.0.1

Toggle v2.0.1's commit message
Update test version

v2.0.0

Toggle v2.0.0's commit message
Run globalVariables in a tryCatch

This avoids an error if the package is not installed on the system