useful

a package of handy, useful functions

https://github.com/jaredlander/useful

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
  • Host: GitHub
  • Owner: jaredlander
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 235 KB
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-"
)
```

[![Travis-CI Build Status](https://travis-ci.org/jaredlander/useful.svg?branch=master)](https://travis-ci.org/jaredlander/useful)
[![Coverage Status](https://img.shields.io/codecov/c/github/jaredlander/useful/master.svg)](https://codecov.io/github/jaredlander/useful?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/useful)](https://cran.r-project.org/package=useful)
[![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/useful)](https://cran.r-project.org/package=useful)
[![R-CMD-check](https://github.com/jaredlander/useful/actions/workflows/R-CMD-check.yaml/badge.svg)](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

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 213
  • Total Committers: 5
  • Avg Commits per committer: 42.6
  • Development Distribution Score (DDS): 0.094
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 17
  • Dependent Packages: 8
  • Dependent Repositories: 19
  • Downloads: 1,895 Last month
  • Docker Downloads: 235,207
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
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
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