This is the source repostory for the Transparent Statistics in HCI Guidelines. You can read the current in-development version of the guidelines here.
The master branch contains the source for the current in-development version of the guidelines. After our first release, the source for the most recent released version of the guidelines will be on the release branch.
We welcome contributions in all forms: comments, suggestions, edits, and proposed topics. To learn how to contribute, read Contributing to the Guidelines on the wiki. Especially, please have a look at the Style Guide and a contributor Code of Conduct.
Required software: R (3.5 or higher), RStudio (for Mac OS X: XQuartz)
-
Open
guidelines.Rproj
. Rstudio won't show necessary tools unless you open the project.- Some exemplars will require additional packages. These are indicated at the beginning of each exemplars.
-
Install/update package dependencies:
source("https://install-github.me/r-lib/remotes") remotes::install_deps(dependencies = TRUE)
-
A
Build
tab should appear in RStudio. If not, restart RStudio after installing dependencies (theBuild
tab requires thebookdown
package), then go toMenu -> View -> Show Build
. -
Click the
Build Book
button. -
The output will be in the
_book
directory.