Skip to content

Commit

Permalink
Workflow attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Aug 5, 2023
1 parent 3c2c932 commit 1aba599
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 37 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,7 @@ jobs:
with:
r-version: '4.3.1'
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
any::ggplot2
any::rcmdcheck
needs: |
website
coverage
- uses: r-lib/actions/setup-pandoc@v2
- name: Install rmarkdown
run: Rscript -e 'install.packages(c("rmarkdown","bookdown"))'
- name: Set RENV_PATHS_ROOT
shell: bash
run: |
Expand All @@ -41,6 +30,10 @@ jobs:
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
restore-keys: |
${{ runner.os }}-renv-
- name: Install tidycensus system dependency
shell: bash
run: |
sudo apt-get install libudunits2-dev
- name: Restore packages
shell: Rscript {0}
run: |
Expand Down
14 changes: 0 additions & 14 deletions DESCRIPTION

This file was deleted.

19 changes: 7 additions & 12 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2061,17 +2061,12 @@
"renv": {
"Package": "renv",
"Version": "0.17.3",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "rstudio",
"RemoteRepo": "renv",
"RemoteRef": "0.17.3",
"RemoteSha": "f13c47646a298fca7af0fcbfa3a97e485c8ede3b",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "ff201994e417dd8be999691f6f556701"
"Hash": "4543b8cd233ae25c6aba8548be9e747e"
},
"reprex": {
"Package": "reprex",
Expand Down Expand Up @@ -2108,7 +2103,7 @@
},
"rmarkdown": {
"Package": "rmarkdown",
"Version": "2.22",
"Version": "2.23",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -2128,7 +2123,7 @@
"xfun",
"yaml"
],
"Hash": "75a01be060d800ceb14e32c666cacac9"
"Hash": "79f14e53725f28900d936f692bfdd69f"
},
"rnaturalearth": {
"Package": "rnaturalearth",
Expand Down Expand Up @@ -2351,7 +2346,7 @@
},
"sf": {
"Package": "sf",
"Version": "1.0-13",
"Version": "1.0-14",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -2370,7 +2365,7 @@
"units",
"utils"
],
"Hash": "8fb4839843abc03528ff9f86424d6acd"
"Hash": "e2111252a76984ca50bf8d6314348681"
},
"shiny": {
"Package": "shiny",
Expand Down

0 comments on commit 1aba599

Please sign in to comment.