Skip to content

Commit

Permalink
Fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-justeau committed May 21, 2024
1 parent 43fcb69 commit 00bb49b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
java-version: ${{ matrix.config.java }}

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Depends:
jsonlite
Imports: checkmate, utils
SystemRequirements: Java (>= 8)
RoxygenNote: 7.2.2
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, landscapemetrics
VignetteBuilder: knitr
URL: https://dimitri-justeau.github.io/rflsgen/, https://dimitri-justeau.github.io/rflsgen/
Expand Down
16 changes: 8 additions & 8 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
citHeader("To cite the rflsgen package in publications, use:")

citEntry(
entry = "Article",
author = personList(person(c("D"), "Justeau-Allaire"),
person(c("G"), "Blanchard"),
person(c("T"), "Ibanez"),
person(c("X"), "Lorca"),
person(c("G"), "Vieilledent"),
person(c("P"), "Birnbaum")),
bibentry(
bibtype = "Article",
author = c(person(c("D"), "Justeau-Allaire"),
person(c("G"), "Blanchard"),
person(c("T"), "Ibanez"),
person(c("X"), "Lorca"),
person(c("G"), "Vieilledent"),
person(c("P"), "Birnbaum")),
title = "Fragmented landscape generator (flsgen): A neutral landscape generator with control of landscape structure and fragmentation indices",
journal = "Methods in Ecology and Evolution",
year = 2022,
Expand Down

0 comments on commit 00bb49b

Please sign in to comment.