Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Play Minesweeper
Basic Info
- Host: GitHub
- Owner: hrryt
- License: other
- Language: R
- Default Branch: master
- Homepage: https://hrryt.github.io/minesweeper/
- Size: 1.09 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
README.md
minesweeper
<!-- badges: end -->
Play minesweeper in R, replay your games and save them to GIF.
Installation
You can install minesweeper with:
r
install.packages("minesweeper")
You can install the development version of minesweeper from GitHub with:
``` r
install.packages("devtools")
devtools::install_github("hrryt/minesweeper") ```
Example
``` r library(minesweeper) x11() # Unix-specific example recording <- playminesweeper() replayminesweeper(recording)
install.packages("gifski")
saveminesweepergif(recording) dev.off() ```

Owner
- Login: hrryt
- Kind: user
- Repositories: 1
- Profile: https://github.com/hrryt
GitHub Events
Total
- Create event: 2
- Release event: 1
- Issues event: 1
- Watch event: 1
- Issue comment event: 1
- Push event: 11
Last Year
- Create event: 2
- Release event: 1
- Issues event: 1
- Watch event: 1
- Issue comment event: 1
- Push event: 11
Packages
- Total packages: 1
-
Total downloads:
- cran 559 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: minesweeper
Play Minesweeper
- Homepage: https://github.com/hrryt/minesweeper
- Documentation: http://cran.r-project.org/web/packages/minesweeper/minesweeper.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.1
published over 1 year ago
Rankings
Dependent packages count: 28.3%
Dependent repos count: 34.9%
Average: 50.0%
Downloads: 86.7%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- grid * imports
- gifski * suggests