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 (10.5%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: TimTaylor
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://timtaylor.github.io/ympes/
- Size: 2.45 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 4
Created about 2 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://CRAN.R-project.org/package=ympes)
[](https://github.com/TimTaylor/ympes/actions/workflows/R-CMD-check.yaml)
# ympes
ympes provides a collection of lightweight helper functions (imps) both for
interactive use and for inclusion within other packages. These include functions
for visualising colour palettes, quoting user input, searching rows of a data
frame and a set of minimal assertion functions.
```{r, fig.alt = "Illustration of an imp looking at a hand of playing cards. Published on page 193 of Le grand Etteilla, ou, l'art de tirer les cartes.", out.width="100%", echo=FALSE}
knitr::include_graphics("man/figures/750px-Imp_with_cards_-_illustration_from_Le_grand_Etteilla.jpg")
```
You can install the released version of ympes from [CRAN](https://cran.r-project.org/) with:
```{r, eval = FALSE}
install.packages("ympes")
```
------------------------------------------------------------------------
Image from [Le grand Etteilla, ou, l’art de tirer les
cartes](https://archive.org/details/b29321220/page/192/mode/2up). Author
Simon Blocquel (1780–1863, under the pseudonym Julia Orsini). B+W
version (and details) obtained from
[wikipedia](https://commons.wikimedia.org/wiki/File:Imp_with_cards_-_illustration_from_Le_grand_Etteilla.jpg).
Owner
- Name: Tim Taylor
- Login: TimTaylor
- Kind: user
- Repositories: 6
- Profile: https://github.com/TimTaylor
GitHub Events
Total
- Push event: 13
Last Year
- Push event: 13
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 13
- Total pull requests: 0
- Average time to close issues: 5 months
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.92
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- TimTaylor (13)
Pull Request Authors
Top Labels
Issue Labels
enhancement (4)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 817 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 16
- Total maintainers: 1
cran.r-project.org: ympes
Collection of Helper Functions
- Homepage: https://timtaylor.github.io/ympes/
- Documentation: http://cran.r-project.org/web/packages/ympes/ympes.pdf
- License: GPL-3
-
Latest release: 1.9.0
published about 1 year ago
Rankings
Forks count: 21.9%
Stargazers count: 28.5%
Dependent packages count: 29.8%
Average: 31.9%
Dependent repos count: 35.5%
Downloads: 43.7%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- methods * imports
- utils * imports
- clipr * suggests
- tinytest * suggests