Skip to content

Commit

Permalink
updated tutorial 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcolling committed Nov 9, 2020
1 parent 05c8c72 commit f103641
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 f103641

Please sign in to comment.