Skip to content

Commit 3ac5c54

Browse files
committed
Attempt to fix GHA errors on ubuntu
1 parent f40818d commit 3ac5c54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1
2525
with:
2626
minimum-r-version: "3.5.0"
27+
ubuntu: "ubuntu-20.04"

tests/testthat/test-normalize-3.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ test_that("normalize terra", {
4444

4545
### points ----------------------------------------------------------------
4646
ptsdata <- vect(breweries91)
47+
crs(ptsdata) <- "+proj=longlat +datum=WGS84"
4748

4849
(p1 <- leaflet() %>% addTiles() %>% addCircleMarkers(data = ptsdata))
4950
(p2 <- leaflet() %>% addTiles() %>% addCircleMarkers(data = breweries91))

0 commit comments

Comments
 (0)