Skip to content

Commit

Permalink
use install_github
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jan 26, 2021
1 parent a160789 commit aafc4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Install aqp off GitHub
if: matrix.config.r == 'devel'
run: remotes::install_packages("ncss-tech/aqp", dependencies = FALSE, build = FALSE)
run: remotes::install_github("ncss-tech/aqp", dependencies = FALSE, build = FALSE)
shell: Rscript {0}

- name: Check
Expand Down

0 comments on commit aafc4d0

Please sign in to comment.