Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 29, 2023
1 parent 71c8ab1 commit bdb7f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check-strict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
_R_CHECK_CRAN_INCOMING_REMOTE_: true
_R_CHECK_CRAN_INCOMING_: true

steps:
- uses: actions/checkout@v4
Expand All @@ -48,7 +50,6 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
pak-version: devel
needs: check
extra-packages: |
Expand Down
2 changes: 1 addition & 1 deletion R/ggpiestats_ggbarstats_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ onesample_data <- function(data, x, y, k = 2L, ...) {
method = "Chi-squared test for given probabilities"
)
} else {
as_tibble(insight::standardize_names(result, style = "broom"))
insight::standardize_names(result, style = "broom") %>% as_tibble()
}
}

Expand Down

0 comments on commit bdb7f49

Please sign in to comment.