This package that creates empty R Markdown Files that study participants will fill in to assess minCombinR
devtools::install_github("amcrisan/minCombinREvalEmpty")
First, create a new project in a new directory
Next, look for the 'Empty R Markdown Templates for User Study' template
Finally, provide the additional information necessary to create the project. I recommend opening the project in a new session. After that, you're all ready to go!
Once the new project is open, this is what you should see
Note: Right now, there is a hardcoded line in R/getting_started.R that assume all projects will land in the following path: ~/Dropbox/UserStudy/minCombinR. I will change that later, but if you happen to fork this package structure to make your own templates be aware of this.
Three files will show up:
-
Instructions.md
-
00_minCombinR_Tutorial.Rmd
-
01_minCombinR_Assessment.Rmd
The R Markdown documents are empty templates that will be filled in by the user. The study participant will go through the tutorial first and then the assessment. Following the completion of these tasks, study participants are asked to fill out an online survey.