Skip to content

Commit

Permalink
avoid useless platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Nov 26, 2024
1 parent 0588a2b commit 8f7ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ fetch_raw <- function(game_id,
release_bullets <- function() {
c(
'`devtools::check_mac_release()`',
'`rhub::rhub_check(platforms = rhub::rhub_platforms()$name)`',
'`rhub::rhub_check(platforms = rhub::rhub_platforms()$name[rhub::rhub_platforms()$name != "rchk"])`',
'`pkgdown::check_pkgdown()`',
'`usethis::use_tidy_thanks()`',
NULL
Expand Down

0 comments on commit 8f7ad97

Please sign in to comment.