diff --git a/.github/workflows/deploy-pkgdown.yaml b/.github/workflows/deploy-pkgdown.yaml index b4c90661..8da4cafa 100644 --- a/.github/workflows/deploy-pkgdown.yaml +++ b/.github/workflows/deploy-pkgdown.yaml @@ -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: | diff --git a/README.md b/README.md index 46377d59..054ee3a7 100644 --- a/README.md +++ b/README.md @@ -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") ``` diff --git a/codecov.yml b/codecov.yml index 8f36b6cc..04c55859 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,7 +6,9 @@ coverage: default: target: auto threshold: 1% + informational: true patch: default: target: auto threshold: 1% + informational: true