Skip to content

Commit db52bd1

Browse files
author
alex-omophub
committed
Fixing URLs in README and improving the checks
1 parent 986072f commit db52bd1

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,16 @@ jobs:
4040

4141
- uses: r-lib/actions/setup-r-dependencies@v2
4242
with:
43-
extra-packages: any::rcmdcheck
43+
extra-packages: any::rcmdcheck, any::urlchecker
4444
needs: check
4545

46+
- name: Check URLs
47+
run: |
48+
urlchecker::url_check()
49+
shell: Rscript {0}
50+
4651
- uses: r-lib/actions/check-r-package@v2
4752
with:
4853
upload-snapshots: true
4954
build_args: 'c("--no-manual", "--compact-vignettes=gs+qpdf")'
55+
args: 'c("--as-cran")'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ devtools::check()
272272
## Support
273273

274274
- [GitHub Issues](https://github.com/omopHub/omophub-R/issues)
275-
- [GitHub Discussions](https://github.com/omopHub/omophub-R/discussions)
275+
- [GitHub Discussions](https://github.com/omopHub/discussions)
276276
- Email: support@omophub.com
277277
- Website: [omophub.com](https://omophub.com)
278278

0 commit comments

Comments
 (0)