Skip to content

Commit

Permalink
Fix DESCRIPTION indent + repo https
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Feb 15, 2024
1 parent a283dae commit 3a94c17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
extra-repositories: "http://cran.uni-muenster.de/pebesma"
extra-repositories: "https://cran.uni-muenster.de/pebesma"

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
extra-repositories: "http://cran.uni-muenster.de/pebesma"
extra-repositories: "https://cran.uni-muenster.de/pebesma"

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Suggests:
OpenStreetMap,
PCICt,
RNetCDF (>= 1.8-2),
clue,
clue,
covr,
cubble (>= 0.3.0),
cubelyr,
cubble (>= 0.3.0),
cubelyr,
digest,
dplyr (>= 0.7-0),
exactextractr,
Expand All @@ -70,7 +70,7 @@ Suggests:
ncmeta (>= 0.0.3),
pbapply,
plm,
randomForest,
randomForest,
raster,
rmarkdown,
sp,
Expand Down

0 comments on commit 3a94c17

Please sign in to comment.