Skip to content

Commit

Permalink
hopefully fixed deploy-pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruder committed Nov 24, 2023
1 parent cb4c8a2 commit eaff632
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2

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

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

- name: Query dependencies
run: |
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@ https://doi.org/10.1002/sim.8291

## Installation

Install the latest CRAN release via
Install the latest version directly from [GitHub](https://github.com/) with:

```r
install.packages("adoptr")
```

and the development version directly from [GitHub](https://github.com/) with:

```r
devtools::install_github("kkmann/adoptr")
devtools::install_github("imbi-heidelberg/adoptr")
```


Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ coverage:
default:
target: auto
threshold: 1%
informational: true
patch:
default:
target: auto
threshold: 1%
informational: true

0 comments on commit eaff632

Please sign in to comment.