diff --git a/.github/workflows/R-CMD-check-macos.yaml b/.github/workflows/R-CMD-check-macos.yaml index 6b5fa35..99e92a4 100644 --- a/.github/workflows/R-CMD-check-macos.yaml +++ b/.github/workflows/R-CMD-check-macos.yaml @@ -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 }} diff --git a/.github/workflows/R-CMD-check-ubuntu.yaml b/.github/workflows/R-CMD-check-ubuntu.yaml index ff9707e..0395897 100644 --- a/.github/workflows/R-CMD-check-ubuntu.yaml +++ b/.github/workflows/R-CMD-check-ubuntu.yaml @@ -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 }} diff --git a/.github/workflows/R-CMD-check-windows.yaml b/.github/workflows/R-CMD-check-windows.yaml index 6cd30b2..d5d57a9 100644 --- a/.github/workflows/R-CMD-check-windows.yaml +++ b/.github/workflows/R-CMD-check-windows.yaml @@ -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 }} diff --git a/DESCRIPTION b/DESCRIPTION index b3ddaa1..a58c9f2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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/ diff --git a/inst/CITATION b/inst/CITATION index 3fd1695..4fb63ef 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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,