Skip to content

Commit

Permalink
Use CRAN packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 11, 2023
1 parent 7413f8a commit cf88f67
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Add r-universe to repos
run: |
repos <- c(
shikokuchuo = "https://shikokuchuo.r-universe.dev",
wlandau = "https://wlandau.r-universe.dev"
)
text <- paste(deparse(repos), collapse = "\n")
lines <- sprintf("\noptions(repos = %s)\n", text)
cat(lines, file = "~/.Rprofile", append = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, local::.
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ jobs:
with:
use-public-rspm: true

- name: Add r-universe to repos
run: |
repos <- c(
shikokuchuo = "https://shikokuchuo.r-universe.dev",
wlandau = "https://wlandau.r-universe.dev"
)
text <- paste(deparse(repos), collapse = "\n")
lines <- sprintf("\noptions(repos = %s)\n", text)
cat(lines, file = "~/.Rprofile", append = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ jobs:
- name: system dependencies
run: sudo apt-get install -y libmbedtls-dev

- name: Add r-universe to repos
run: |
repos <- c(
shikokuchuo = "https://shikokuchuo.r-universe.dev",
wlandau = "https://wlandau.r-universe.dev"
)
text <- paste(deparse(repos), collapse = "\n")
lines <- sprintf("\noptions(repos = %s)\n", text)
cat(lines, file = "~/.Rprofile", append = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::lintr
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ jobs:
with:
use-public-rspm: true

- name: Add r-universe to repos
run: |
repos <- c(
shikokuchuo = "https://shikokuchuo.r-universe.dev",
wlandau = "https://wlandau.r-universe.dev"
)
text <- paste(deparse(repos), collapse = "\n")
lines <- sprintf("\noptions(repos = %s)\n", text)
cat(lines, file = "~/.Rprofile", append = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::., any::rsconnect
Expand Down

0 comments on commit cf88f67

Please sign in to comment.