Skip to content

Commit 66ebabb

Browse files
committed
Different approach for install netdiffuseR
1 parent f15c4cb commit 66ebabb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/website.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
- name: Install netdiffuseR
15+
uses: actions/checkout@v4
16+
with:
17+
repository: USCCANA/netdiffuseR
18+
path: netdiffuseR
19+
1420
- name: Install netdiffuseR
1521
run: |
16-
installGithub.r USCCANA/netdiffuseR
1722
install2.r igraph networkDynamic statnet
23+
R CMD INSTALL netdiffuseR
1824

0 commit comments

Comments
 (0)