Skip to content

Commit

Permalink
Update R-CMD-check-occasional.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Aug 21, 2024
1 parent d66e12b commit ec2068d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/R-CMD-check-occasional.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: '17 13 21 * *' # 21st of month at 13:17 UTC
- cron: '17 13 22 * *' # 22nd of month at 13:17 UTC

# A more complete suite of checks to run monthly; each PR/merge need not pass all these, but they should pass before CRAN release
name: R-CMD-check-occasional
Expand Down Expand Up @@ -93,15 +93,6 @@ jobs:
install.packages("remotes")
remotes::install_deps(dependencies=TRUE, force=TRUE)
# we define this in data.table namespace, but it appears to be exec
if (!exists("isFALSE", "package:base")) { # R>=3.5.0
if (!exists("isFALSE", asNamespace("data.table"))) {
message("isFALSE not found in base, but data.table did not define it either!\n")
}
# attempt defining it here as a workaround...
isFALSE = function(x) is.logical(x) && length(x) == 1L && !is.na(x) && !x
}
other_deps_expr = parse('inst/tests/other.Rraw', n=1L)
eval(other_deps_expr)
other_pkgs = get(as.character(other_deps_expr[[1L]][[2L]]))
Expand Down

0 comments on commit ec2068d

Please sign in to comment.