Skip to content

Commit

Permalink
Trying something from the interwebs
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed May 8, 2020
1 parent 38eaf00 commit fdfd20c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- {os: windows-latest, r: '4.0'}
- {os: ubuntu-16.04, r: '4.0', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.4', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.3', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
install.packages(c("remotes"))
remotes::install_deps(dependencies = TRUE)
remotes::install_github("jimhester/pkgdown@github-actions-deploy2")
shell: Rscript {0}
- name: Install package
run: |
remotes::install_cran("covr")
shell: Rscript {0}

Expand Down

3 comments on commit fdfd20c

@jordansread
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just had to click on the commit link when I see Trying something from the interwebs 🥼

@ldecicco-USGS
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the massive spam emails. I've heard this is a slick way to do things....just have to figure out how to install this "ps" package.

@jordansread
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is some twilight zone stuff going on here
image

Please sign in to comment.