Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN RC 0.12.2 #900

Merged
merged 39 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
00ce4b6
change indentation for function signature
IndrajeetPatil Dec 2, 2023
e0df440
don't use devel roxygen2
IndrajeetPatil Dec 2, 2023
fd7966c
update tests for change in starwars data in dplyr
IndrajeetPatil Dec 2, 2023
d57e938
update citation
IndrajeetPatil Dec 2, 2023
964bba6
Update pkgdown.yaml
IndrajeetPatil Dec 4, 2023
32e47c9
needed for tests
IndrajeetPatil Dec 4, 2023
7eaca14
clean newer lints
IndrajeetPatil Dec 4, 2023
c29de08
don't use starwars dataset which receives updates
IndrajeetPatil Dec 4, 2023
206c32d
better naming instead of reusing base object names
IndrajeetPatil Dec 4, 2023
d40b42a
remove unnecessary keyword args in testthat calls
IndrajeetPatil Dec 4, 2023
4af37bb
don't nest pipe
IndrajeetPatil Dec 4, 2023
3e0ac77
Update R-CMD-check.yaml
IndrajeetPatil Dec 4, 2023
94e27ed
try easystats trick
IndrajeetPatil Dec 4, 2023
b4109d9
Revert "try easystats trick"
IndrajeetPatil Dec 4, 2023
ae4483f
Update R-CMD-check.yaml
IndrajeetPatil Dec 4, 2023
24b74ac
Update test-ggdotplotstats.R
IndrajeetPatil Dec 6, 2023
65cba17
update lintr
IndrajeetPatil Dec 10, 2023
a8deecf
follow kebab-case for file naming
IndrajeetPatil Dec 10, 2023
24ef65f
Apply automatic changes
IndrajeetPatil Dec 10, 2023
cd976f2
use latest lme4 for Matrix updates
IndrajeetPatil Dec 10, 2023
19f127f
correct way to remove violin plot
IndrajeetPatil Dec 10, 2023
37cfec2
bump Pandoc
IndrajeetPatil Dec 13, 2023
ea76cae
regenerate snapshots
IndrajeetPatil Dec 15, 2023
7220dea
Apply automatic changes
IndrajeetPatil Dec 15, 2023
32f3e63
Revert "regenerate snapshots"
IndrajeetPatil Dec 15, 2023
892ffaa
Merge branch 'upkeep-dec-23' of https://github.com/IndrajeetPatil/ggs…
IndrajeetPatil Dec 15, 2023
7599dbc
Apply automatic changes
IndrajeetPatil Dec 15, 2023
611bc4e
generate snaps for new file names
IndrajeetPatil Dec 15, 2023
020c702
Merge branch 'upkeep-dec-23' of https://github.com/IndrajeetPatil/ggs…
IndrajeetPatil Dec 15, 2023
cb464ca
run workflows on r-release; bump Pandoc
IndrajeetPatil Dec 16, 2023
d598e75
update metadata
IndrajeetPatil Dec 16, 2023
f9ac60d
simplify extractors
IndrajeetPatil Dec 21, 2023
a860d64
bump roxygen2 version
IndrajeetPatil Jan 13, 2024
f32bfd9
use latest statsExpressions
IndrajeetPatil Jan 13, 2024
65ba77c
bump patchwork
IndrajeetPatil Jan 13, 2024
e1e2f0a
run on r-devel
IndrajeetPatil Jan 14, 2024
987a8bc
run two more workflows on r-devel
IndrajeetPatil Jan 14, 2024
24e8c42
bump version
IndrajeetPatil Jan 14, 2024
e375d36
Update R-CMD-check.yaml
IndrajeetPatil Jan 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.ls-lint.yml
^.*\.Rproj$
^.dev$
^.gitlab-ci\.yml$
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-hard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-strict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:

#- { os: windows-latest, r: "devel" }
- { os: windows-latest, r: "release" }
- { os: windows-latest, r: "oldrel-1" }
#- { os: windows-latest, r: "oldrel-1" }

#- { os: ubuntu-latest, r: "devel" }
- { os: ubuntu-latest, r: "release" }
- { os: ubuntu-latest, r: "oldrel-1" }
#- { os: ubuntu-latest, r: "release" }
#- { os: ubuntu-latest, r: "oldrel-1" }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -42,7 +42,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-link-rot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-random-test-order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: check-random-test-order

jobs:
check-random-test-order:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -18,7 +18,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: "release"
#r-version: "devel"
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-vignette-warnings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown-no-suggests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.9"
pandoc-version: "3.1.11"

- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: docs
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
architecture: "x64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/styler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
local::.
r-lib/pkgapi
r-lib/styler
r-lib/roxygen2
any::roxygen2
anthonynorth/roxyglobals
needs: |
styler
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: test-coverage

jobs:
test-coverage:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -19,6 +19,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
#r-version: "devel"
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
6 changes: 2 additions & 4 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
linters: linters_with_defaults(
linters: all_linters(
absolute_path_linter = NULL,
assignment_linter = NULL,
commented_code_linter = NULL,
cyclocomp_linter(25L),
extraction_operator_linter = NULL,
if_not_else_linter(exceptions = character(0L)),
implicit_integer_linter = NULL,
library_call_linter = NULL,
Expand All @@ -19,6 +18,5 @@ linters: linters_with_defaults(
undesirable_function_linter = NULL,
undesirable_operator_linter = NULL,
unnecessary_concatenation_linter(allow_single_expression = FALSE),
unused_import_linter = NULL,
defaults = linters_with_tags(tags = NULL)
unused_import_linter = NULL
)
2 changes: 2 additions & 0 deletions .ls-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ls:
.R: kebab-case
Loading