Skip to content

Commit 14215b4

Browse files
authored
Update test environment (#129)
* add_phylopic_tree() * Fail gracefully if tip label missing * Add add_phylopic_tree to pkgdown.yml * Support vectorized input * Leave plotting the tree to the user * Check that a graphics device is open But leave it to the user to make sure it's the right one! * Fail test correctly * Update add_phylopic_tree.Rd * rm unneeded comments * Default `tip` to vector name * Emphasize base R * @inheritParams add_phylopic_*base* * Update add_phylopic_tree.Rd * import dev.cur from grDevices * Check graphics device is off Passing locally but not on CI * padding & relPadding * Update ubuntu, checkout
1 parent a85c69f commit 14215b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
config:
2323
- {os: macos-latest, r: 'release'}
2424
- {os: windows-latest, r: 'release'}
25-
- {os: ubuntu-22.04, r: 'devel', http-user-agent: 'release'}
26-
- {os: ubuntu-22.04, r: 'release'}
25+
- {os: ubuntu-24.04, r: 'devel', http-user-agent: 'release'}
26+
- {os: ubuntu-24.04, r: 'release'}
2727
- {os: ubuntu-22.04, r: 'oldrel-1'}
2828

2929
env:
@@ -32,7 +32,7 @@ jobs:
3232
R_BIOC_VERSION: 3.22
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636

3737
- uses: r-lib/actions/setup-pandoc@v2
3838

0 commit comments

Comments
 (0)