Skip to content

Commit

Permalink
Merge pull request #266 from James-S-Santangelo/lec14_fix
Browse files Browse the repository at this point in the history
Lec14 fix
  • Loading branch information
mbonsma committed Dec 13, 2018
2 parents 3d1a85f + de85589 commit a582f56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Imports:
psych,
multcomp,
qgraph,
MuMIn
MuMIn,
webshot
Remotes:
rstudio/rmarkdown
7 changes: 7 additions & 0 deletions lec14-datasets.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Scientific method, team dynamics, and project datasets"
author: "Luke Johnston"
output: pdf_document
---

## Lesson preamble:
Expand All @@ -24,6 +25,12 @@ author: "Luke Johnston"
-----

```{r message=FALSE, warning=FALSE, include=FALSE}
# install.packages("webshot")
webshot::install_phantomjs()
```


## Scientific method

<!-- What is the scientific method? -->
Expand Down

0 comments on commit a582f56

Please sign in to comment.