Commit 12aa24b 1 parent 0aaa9c7 commit 12aa24b Copy full SHA for 12aa24b
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,21 @@ jobs:
19
19
/usr/lib/R/site-library/
20
20
key : ${{ runner.os }}
21
21
22
- - name : Install netdiffuseR
22
+ - name : Download netdiffuseR
23
+ if : steps.cache-r-packages.outputs.cache-hit != 'true'
23
24
uses : actions/checkout@v4
24
25
with :
25
26
repository : USCCANA/netdiffuseR
26
27
path : netdiffuseR
27
28
28
- - name : Install netdiffuseR
29
- if : steps.cache-r-packages.outputs.cache-hit != 'true'
29
+ - name : Install dependencies
30
30
run : |
31
31
install2.r igraph networkDynamic statnet Rcpp MatchIt \
32
32
SparseM viridisLite RcppArmadillo rmarkdown knitr microbenchmark
33
+
34
+ - name : Install netdiffuseR
35
+ if : steps.cache-r-packages.outputs.cache-hit != 'true'
36
+ run : |
33
37
R CMD INSTALL netdiffuseR
34
38
rm -rf netdiffuseR
35
39
You can’t perform that action at this time.
0 commit comments