Skip to content

Commit

Permalink
Update with multisite guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbowers committed Jun 2, 2022
1 parent dd86265 commit c6019be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ all: adaptive/adaptive.html \
meta-analysis/meta-analysis.html \
missing_data/missing_data.html \
multiple-comparisons/multiple-comparisons.html \
multisite/multisite.html \
null/null_results.html \
pap/pap.html \
pilots/10_things_to_know_about_pilots.html \
Expand Down Expand Up @@ -106,6 +107,9 @@ missing_data/missing_data.html: missing_data/missing_data.Rmd
multiple-comparisons/multiple-comparisons.html: multiple-comparisons/multiple-comparisons.Rmd
Rscript -e "rmarkdown::render('./multiple-comparisons/multiple-comparisons.Rmd')"

multisite/multisite.html: multisite/multisite.Rmd
Rscript -e "rmarkdown::render('./multisite/multisite.Rmd')"

null/null_results.html: null/null_results.Rmd
Rscript -e "rmarkdown::render('./null/null_results.Rmd')"

Expand Down

0 comments on commit c6019be

Please sign in to comment.