Skip to content

Commit 1652b32

Browse files
committed
replaced old-rel runner with devel
1 parent e866c2f commit 1652b32

3 files changed

Lines changed: 7 additions & 18 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
config:
23-
- {os: macos-latest, r: 'release'}
24-
- {os: windows-latest, r: 'release'}
25-
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
23+
- {os: macos-latest, r: 'release'}
24+
- {os: windows-latest, r: 'release'}
2625
- {os: ubuntu-latest, r: 'release'}
27-
- {os: ubuntu-latest, r: 'oldrel-1'}
26+
27+
- {os: ubuntu-latest, r: 'devel'}
28+
- {os: windows-latest, r: 'devel'}
29+
- {os: macos-latest, r: 'devel'}
2830

2931
env:
3032
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

CITATION.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@
1515
```
1616

1717

18-
## gghalves
19-
20-
```
21-
@Manual{,
22-
title = {gghalves: Compose Half-Half Plots Using Your Favourite Geoms},
23-
author = {Frederik Tiedemann},
24-
year = {2022},
25-
note = {R package version 0.1.4},
26-
url = {https://CRAN.R-project.org/package=gghalves},
27-
}
28-
```
29-
30-
3118
## ggpubr
3219

3320
```

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Depends:
3636
Imports:
3737
ape,
3838
ggpubr,
39-
ggrepel (>= 0.9.6),
39+
ggrepel,
4040
ggplot2,
4141
jsonlite,
4242
jsonvalidate,

0 commit comments

Comments
 (0)