Skip to content

Commit

Permalink
Edit to R-CMD check for correct installation of url-check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning committed Aug 19, 2024
1 parent 6b3a2b4 commit 28d0b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
extra-packages: any::rcmdcheck

- name: Install urlchecker
run: Rscript -e 'install.packages("urlchecker")'
run: Rscript -e 'install.packages("urlchecker", repos = "https://cloud.r-project.org")'

- name: Check URLs
run: Rscript -e 'urlchecker::url_check(".")'
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ Imports:
methods,
png,
Seurat,
SoupX
Suggests:
SoupX,
knitr,
rmarkdown
VignetteBuilder: knitr
Expand Down

0 comments on commit 28d0b8e

Please sign in to comment.