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
- Host: GitHub
- Owner: mattansb
- Language: R
- Default Branch: main
- Homepage: https://mattansb.github.io/cheatR/
- Size: 1.07 MB
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
[](https://cran.r-project.org/package=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
- Website: home.msbstats.info
- Twitter: mattansb
- Repositories: 9
- Profile: https://github.com/mattansb
Statistical consultant and lecturer
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | 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
- Homepage: https://mattansb.github.io/cheatR/
- Documentation: http://cran.r-project.org/web/packages/cheatR/cheatR.pdf
- License: GPL-3
- Status: removed
-
Latest release: 1.2.1
published about 6 years ago
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