Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
a package of handy, useful functions
Basic Info
Statistics
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 3
- Releases: 3
Created almost 15 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output:
md_document:
variant: markdown_github
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[](https://travis-ci.org/jaredlander/useful)
[](https://codecov.io/github/jaredlander/useful?branch=master)
[](https://cran.r-project.org/package=useful)
[](https://cran.r-project.org/package=useful)
[](https://github.com/jaredlander/useful/actions/workflows/R-CMD-check.yaml)
`Useful` is a collection of handy functions that I have collected over the years but do not have a place in an particular package. More are added as I build.
Since `useful` is so varried I will, over time, add example use cases to this README.
Owner
- Name: Jared Lander
- Login: jaredlander
- Kind: user
- Location: New York
- Company: Lander Analytics
- Website: http://www.jaredlander.com
- Twitter: jaredlander
- Repositories: 34
- Profile: https://github.com/jaredlander
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jared Lander | i****o@j****m | 193 |
| Oswoll | n****o@g****m | 15 |
| Daniel Chen | M****k@y****m | 2 |
| jkraut | j****t@g****m | 2 |
| Jared Lander | j****d@j****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 5
- Total pull requests: 3
- Average time to close issues: about 1 hour
- Average time to close pull requests: almost 2 years
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 0.8
- Average comments per pull request: 2.33
- Merged pull requests: 3
- 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
- jaredlander (2)
- hhroig (1)
- dpseidel (1)
- Oswoll (1)
Pull Request Authors
- chendaniely (1)
- jkraut (1)
- Oswoll (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 1,895 last-month
- Total docker downloads: 235,207
-
Total dependent packages: 8
(may contain duplicates) -
Total dependent repositories: 19
(may contain duplicates) - Total versions: 18
- Total maintainers: 1
cran.r-project.org: useful
A Collection of Handy, Useful Functions
- Homepage: https://github.com/jaredlander/useful
- Documentation: http://cran.r-project.org/web/packages/useful/useful.pdf
- License: BSD_3_clause + file LICENSE
-
Latest release: 1.2.6
published almost 8 years ago
Rankings
Downloads: 5.6%
Dependent packages count: 6.1%
Dependent repos count: 6.5%
Forks count: 10.8%
Average: 12.3%
Stargazers count: 21.9%
Docker downloads count: 23.1%
Maintainers (1)
Last synced:
12 months ago
conda-forge.org: r-useful
- Homepage: https://github.com/jaredlander/useful
- License: BSD-3-Clause
-
Latest release: 1.2.6
published over 5 years ago
Rankings
Dependent repos count: 34.0%
Average: 46.9%
Forks count: 47.7%
Dependent packages count: 51.2%
Stargazers count: 54.5%
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- ggplot2 * depends
- Matrix * imports
- assertthat * imports
- dplyr >= 0.5.0 imports
- magrittr * imports
- plyr * imports
- purrr >= 0.1.0 imports
- scales * imports
- stats * imports
- utils * imports
- covr * suggests
- testthat * suggests
- tibble * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 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