Skip to content

Commit

Permalink
Merge pull request #12 from SussexPsychMethods/patch
Browse files Browse the repository at this point in the history
updated tutorial 7
  • Loading branch information
ljcolling authored Nov 9, 2020
2 parents 05c8c72 + f103641 commit ad7493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tutorials/07_organizing_data/07_organizing_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library(tidyr)
library(readr)
library(gradethis)
knitr::opts_chunk$set(exercise.checker = gradethis::grade_learnr, exercise.warn_invisible = FALSE)
knitr::opts_chunk$set(exercise.checker = gradethis::grade_learnr, exercise.warn_invisible = FALSE, echo=FALSE)
# make some fake stroop data that will be added to package
stroop_wide <- tibble(
Expand Down

0 comments on commit ad7493b

Please sign in to comment.