Skip to content

Adding missing packages #4

Adding missing packages

Adding missing packages #4

Workflow file for this run

name: Website
on:
push:
jobs:
build:
runs-on: ubuntu-latest
container: rocker/r2u:latest
steps:
- uses: actions/checkout@v4
- name: Install netdiffuseR
uses: actions/checkout@v4
with:
repository: USCCANA/netdiffuseR
path: netdiffuseR
- name: Install netdiffuseR
run: |
install2.r igraph networkDynamic statnet Rcpp MatchIt \
SparseM viridisLite RcppArmadillo
R CMD INSTALL netdiffuseR