Skip to content

Commit

Permalink
Merge pull request #348 from weecology/edit_docs
Browse files Browse the repository at this point in the history
Edit docs
  • Loading branch information
juniperlsimonis committed May 12, 2023
2 parents 5260fcd + e384279 commit 6a07bf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/r-cmd-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ jobs:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true


- name: Install system dependencies on MacOS
if: runner.os == 'macOS'
run: |
Expand All @@ -56,6 +50,12 @@ jobs:
C:\JAGS-latest.exe /S
shell: cmd

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Version numbers follow [Semantic Versioning](https://semver.org/).
* A simple "can you run `library(portalcasting)`" to start, can use this entry point to expand the testing suite on the image in the future


# [portalcasting 0.56.0](https://github.com/weecology/portalcasting/releases/tag/v0.56.0)
# portalcasting 0.56.0
*5-5-2023*

## Tidying the app.R script
Expand Down

0 comments on commit 6a07bf8

Please sign in to comment.