Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
mantypet committed Dec 2, 2018
1 parent 48b2d04 commit 1473873
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapter5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,7 @@ glimpse(RATS)

`@sct`
```{r}
test_object("RATS", incorrect_msg = "Did you create `RATS`?")
test_function("glimpse", args = "object",incorrect_msg = "Did you glimpse `RATS`?")
test_function("factor", not_called_msg = "Did you use `factor()` to factor `RATS$ID and `RATS$Group`?")
test_error()
success_msg("Success!")
```
Expand Down

0 comments on commit 1473873

Please sign in to comment.