Skip to content

Commit

Permalink
add custom remote dep in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Feb 8, 2023
1 parent 39b04ff commit adccc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck github::cran/ReorderCluster
needs: check

- name: install modules package (https://github.com/r-lib/actions/issues/534)
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ SystemRequirements: arpack
Imports:
@@@
Remotes:
klmr/modules@master,
cran/ReorderCluster
klmr/modules@master
License: Apache License (== 2.0) | file LICENSE
LazyData: true
Encoding: UTF-8
Expand Down

0 comments on commit adccc1c

Please sign in to comment.