File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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")'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments