Skip to content

mattansb/cheatR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6309dc6 · Apr 13, 2022

History

58 Commits
Apr 29, 2020
Apr 10, 2022
Mar 21, 2022
May 4, 2020
May 4, 2020
Mar 21, 2022
Apr 25, 2020
Apr 25, 2020
Jul 25, 2018
Apr 30, 2019
Apr 11, 2022
Apr 25, 2020
Apr 25, 2020
Apr 11, 2022
Apr 11, 2022
Mar 21, 2022
Apr 25, 2020
Jul 25, 2018

Repository files navigation

cheatR: Catch ’em baddies

This is a mini package to help you find cheaters by comparing hand-ins!
(Read more about the circumstances that brought about the development of this package.)

Download and Install

CRAN downloads

You can install cheatR with:

install.packages("cheatR")

Or get the dev version from github:

# install.packages("remotes")
remotes::install_github("mattansb/cheatR")

See the using cheatR vignette, or use the accompanying Shiny app that can either be run locally

cheatR::catch_em_app()

Or can be found on shinyapps.io!

Limitations?

  • As far as we can tell, this should work on any language; we tried both English and Hebrew, with and without setting Sys.setlocale("LC_ALL", "Hebrew").
  • Best performance was achieved on R version > 3.5.0.

Authors

  • Mattan S. Ben-Shachar [aut, cre].
  • Almog Simchon [aut, cre].