Skip to content

Commit 4883e76

Browse files
authored
Merge pull request #255 from SCasanova/submission
Submission documents and pkgdown update (hopefully fix?)
2 parents 66a0ce6 + 75fbc3f commit 4883e76

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212
name: pkgdown
1313

14+
permissions: read-all
15+
1416
jobs:
1517
pkgdown:
1618
runs-on: ubuntu-latest
@@ -29,7 +31,7 @@ jobs:
2931
- uses: r-lib/actions/setup-r@v2
3032
with:
3133
use-public-rspm: true
32-
34+
3335
- uses: r-lib/actions/setup-r-dependencies@v2
3436
with:
3537
extra-packages: any::pkgdown, local::.

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 1.5.2
2-
Date: 2024-04-15 19:09:33 UTC
3-
SHA: 1c22ee4f65a909e798f5a66d8a2d143771419832
1+
Version: 1.5.3
2+
Date: 2024-05-01 18:20:42 UTC
3+
SHA: 0bdd137bf7d4379fda0743a3ada5d11772400bf2

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: f1dataR
22
Title: Access Formula 1 Data
3-
Version: 1.5.2
3+
Version: 1.5.3
44
Authors@R: c(
55
person("Santiago", "Casanova", , "santiago.casanova@yahoo.com", role = c("aut", "cre", "cph")),
66
person("Philip", "Bulsink", , "bulsinkp@gmail.com", role = "aut",

0 commit comments

Comments
 (0)