Skip to content

Commit

Permalink
deploy and release 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Feb 21, 2021
1 parent b9d1090 commit ec7d386
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/check-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,6 @@ jobs:
run: |
devtools::check(cran = TRUE, vignettes = TRUE)
- name: Install package 🔧
run: R CMD INSTALL .

- name: Check spelling 📖
shell: Rscript {0}
run: |
if (!require("spelling")) install.packages("spelling", repos = "http://cran.rstudio.com")
out <- capture.output(spelling::spell_check_package())
if (!identical(out, "No spelling errors found.")) stop(paste(out, collapse = "\n"))
- name: Test coverage
shell: Rscript {0}
run: |
if (!require("covr")) install.packages("covr", repos = "http://cran.rstudio.com")
covr::codecov()
- name: Build docs 🖨️
shell: Rscript {0}
run: |
if (!require("pkgdown")) install.packages("pkgdown", repos = "http://cran.rstudio.com")
pkgdown::build_site()
check-r-verse-3-6:
runs-on: ubuntu-18.04
container: rocker/verse:3.6.3
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,6 @@ jobs:
run: |
devtools::check(cran = TRUE, vignettes = TRUE)
- name: Install package 🔧
run: R CMD INSTALL .

- name: Check spelling 📖
shell: Rscript {0}
run: |
if (!require("spelling")) install.packages("spelling", repos = "http://cran.rstudio.com")
out <- capture.output(spelling::spell_check_package())
if (!identical(out, "No spelling errors found.")) stop(paste(out, collapse = "\n"))
- name: Test coverage
shell: Rscript {0}
run: |
if (!require("covr")) install.packages("covr", repos = "http://cran.rstudio.com")
covr::codecov()
- name: Build docs 🖨️
shell: Rscript {0}
run: |
if (!require("pkgdown")) install.packages("pkgdown", repos = "http://cran.rstudio.com")
pkgdown::build_site()
check-r-verse-3-6:
runs-on: ubuntu-18.04
container: rocker/verse:3.6.3
Expand Down

0 comments on commit ec7d386

Please sign in to comment.