Skip to content

Commit

Permalink
Merge pull request #299 from icetianli/main
Browse files Browse the repository at this point in the history
Add calving data
  • Loading branch information
mnky9800n authored May 23, 2024
2 parents 2f2814f + d9f578e commit f9c82ff
Show file tree
Hide file tree
Showing 4 changed files with 560 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: pkgdown

jobs:
pkgdown:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Imports:
future,
leafem,
sfheaders,
mapview
mapview,
tidyverse
Suggests:
bookdown,
knitr,
Expand Down
Loading

0 comments on commit f9c82ff

Please sign in to comment.