cheatR

Catch 'em cheaters!

https://github.com/mattansb/cheatr

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary

Keywords from Contributors

standardization report
Last synced: 10 months ago · JSON representation

Repository

Catch 'em cheaters!

Basic Info
Statistics
  • Stars: 22
  • Watchers: 2
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Created almost 8 years ago · Last pushed about 4 years ago
Metadata Files
Readme

README.Rmd

---
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(
  echo = TRUE
  , fig.path = "/man/figures/"
)
options(knitr.kable.NA = '', digits = 3)
library(ggplot2)
theme_set(theme_void())
```



# cheatR: Catch 'em baddies 

This is a mini package to help you find cheaters by comparing hand-ins!  
([Read more](https://shouldbewriting.netlify.app/posts/2018-07-29-cheatr/) about the circumstances that brought about the development of this package.)

## Download and Install

[![CRAN](http://www.r-pkg.org/badges/version/cheatR)](https://cran.r-project.org/package=cheatR)
[![downloads](http://cranlogs.r-pkg.org/badges/cheatR)](https://cran.r-project.org/package=cheatR)

You can install `cheatR` with:

```{r, eval=FALSE}
install.packages("cheatR")
```

Or get the dev version from [github](https://github.com/mattansb/cheatR):

```{r, eval=FALSE}
# install.packages("remotes")
remotes::install_github("mattansb/cheatR")
```

See the [*using `cheatR`*](https://mattansb.github.io/cheatR/articles/using-cheatR.html) vignette, or use the accompanying `Shiny` app that can either be run locally 

```{r, eval=FALSE}
cheatR::catch_em_app()
```

Or can be found on [shinyapps.io](https://almogsi.shinyapps.io/cheatR/)!



## 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].

Owner

  • Name: Mattan S. Ben-Shachar
  • Login: mattansb
  • Kind: user
  • Location: Israel

Statistical consultant and lecturer

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 56
  • Total Committers: 2
  • Avg Commits per committer: 28.0
  • Development Distribution Score (DDS): 0.107
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
mattansb 3****b 50
Mattan S. Ben-Shachar m****m@p****l 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
cran.r-project.org: cheatR

Catch Cheaters

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 0
Rankings
Stargazers count: 12.2%
Forks count: 12.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 36.0%
Downloads: 89.7%
Last synced: over 1 year ago

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • R.utils * imports
  • ngram * imports
  • purrr * imports
  • textreadr * imports
  • utils * imports
  • DT * suggests
  • devtools * suggests
  • ggplot2 * suggests
  • ggraph * suggests
  • grid * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • shiny * suggests
  • testthat * suggests
  • tidygraph * suggests