Skip to content

Commit ba7dd7c

Browse files
committed
[composition] First commit
0 parents  commit ba7dd7c

File tree

4 files changed

+1449
-0
lines changed

4 files changed

+1449
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## files
2+
.DS_Store
3+
.Rhistory
4+
._.DS_Store
5+
.tramp_history
6+
*.pdf
7+
*.html
8+
*.md
9+
10+
## directories
11+
lib/
12+
out/
13+
cache/
14+
stage/
15+
figCache/
16+
data/

.project

Whitespace-only changes.

code/weave.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
library(rmarkdown)
2+
3+
render("../md/supplementary.Rmd",
4+
output_dir = "../out/html",
5+
intermediates_dir = "../tmp")

0 commit comments

Comments
 (0)