Skip to content

Commit 14326a4

Browse files
GHA: cleanup
1 parent 07dbe09 commit 14326a4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- {os: ubuntu-latest, r: 'release' , plan: multicore, label: 'w/ multicore' }
3232
- {os: ubuntu-latest, r: 'release' , plan: multisession, label: 'w/ multisession' }
3333
- {os: ubuntu-latest, r: 'release', future_version: develop, label: 'w/ future-develop' }
34-
- {os: ubuntu-latest, r: 'release', future_version: feature/evalFuture-3, label: 'w/ future-feature/evalFuture-3' }
3534

3635
env:
3736
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

R/001.bquote.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#' @importFrom utils globalVariables
22
globalVariables(c(".", ".."))
33

4-
## bquote_compile() and bquote_apply() are available in future (>= 1.22.0)
54
bquote_compile <- import_future("bquote_compile")
65
bquote_apply <- import_future("bquote_apply")
76

0 commit comments

Comments
 (0)