Skip to content

Commit fbca395

Browse files
committed
Trying out container
1 parent 2e0a257 commit fbca395

File tree

124 files changed

+6227
-34009
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+6227
-34009
lines changed

.github/workflows/website.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Website
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
container: rocker/r2u:4.4.0
10+
11+
steps:
12+
- uses: actions/checkout@v4
13+
14+
- name: Install netdiffuseR
15+
run: |
16+
installGithub.r USCCANA/netdiffuseR
17+
install2.r igraph networkDynamic statnet
18+

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*_cache/
22
*_files/
33
.Rproj.user
4+
5+
/.quarto/

classic.Rmd classic.qmd

File renamed without changes.

contents.Rmd contents.qmd

File renamed without changes.

0 commit comments

Comments
 (0)