Skip to content

Commit b4d2c1a

Browse files
Merge branch 'master' into test-date-posixct
2 parents aa1ca46 + a08c1bc commit b4d2c1a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# GHA does run these jobs concurrently but even so reducing the load seems like a good idea.
2828
- {os: windows-latest, r: 'devel'}
2929
# - {os: macOS-latest, r: 'release'} # test-coverage.yaml uses macOS
30-
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
31-
# - {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.1.0 (ubuntu-20.04) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
30+
- {os: ubuntu-24.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
31+
# - {os: ubuntu-24.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.1.0 (ubuntu-24.04) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
3232
# GLCI covers R-devel; no need to delay contributors in dev due to changes in R-devel in recent days
3333

3434
env:
@@ -64,7 +64,7 @@ jobs:
6464
while read -r cmd
6565
do
6666
eval sudo $cmd
67-
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
67+
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "24.04"))')
6868
6969
- name: Install dependencies
7070
run: |

_pkgdown.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ url: https://rdatatable.gitlab.io/data.table
22

33
template:
44
bootstrap: 5
5+
light-switch: true
56

67
development:
78
version_tooltip: "Development version"
@@ -18,7 +19,7 @@ home:
1819
navbar:
1920
structure:
2021
left: [home, introduction, articles, news, benchmarks, presentations, communityarticles, reference]
21-
right: [github]
22+
right: [search, github, lightswitch]
2223
components:
2324
home:
2425
icon: fas fa-home fa-lg

0 commit comments

Comments
 (0)