Science Score: 23.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
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: biorxiv.org, zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

SKATE R Utilities

Basic Info
Statistics
  • Stars: 9
  • Watchers: 5
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# skater



[![CRAN status](https://www.r-pkg.org/badges/version/skater)](https://CRAN.R-project.org/package=skater)

[![biorXiv](https://img.shields.io/badge/biorXiv-10.1101%2F2021.07.21.453083-red)](https://www.biorxiv.org/content/10.1101/2021.07.21.453083v1)

[![DOI](https://zenodo.org/badge/339462170.svg)](https://zenodo.org/badge/latestdoi/339462170)

[![R-CMD-check-stable](https://github.com/signaturescience/skater/workflows/R-CMD-check-stable/badge.svg)](https://github.com/signaturescience/skater/actions)

[![R-CMD-check-dev](https://github.com/signaturescience/skater/workflows/R-CMD-check-dev/badge.svg)](https://github.com/signaturescience/skater/actions)



**S**NP-based **K**inship **A**nalysis **T**esting and **E**valuation: miscellaneous **R** data analysis utilties.

## Installation

Install stable release from CRAN:

``` r
install.packages("skater")
```

Install development version from GitHub:

``` r
remotes::install_github("signaturescience/skater", build_vignettes=TRUE)
```


## Usage

The ["Basic Usage" vignette](https://signaturescience.github.io/skater/articles/basic_usage.html) steps through the primary functionality of the `skater` package:

``` r
vignette("basic_usage", package = "skater")
```

Full documentation: .

Owner

  • Name: Signature Science
  • Login: signaturescience
  • Kind: organization
  • Location: Austin, TX

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 232
  • Total Committers: 7
  • Avg Commits per committer: 33.143
  • Development Distribution Score (DDS): 0.142
Past Year
  • Commits: 10
  • Committers: 2
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.1
Top Committers
Name Email Commits
Stephen Turner v****n@g****m 199
VP Nagraj p****j@s****m 15
VP Nagraj n****j@n****t 8
Matthew Scholz m****z@s****m 4
Matthew Scholz 6****d 4
Hadley Wickham h****m@g****m 1
DavisVaughan d****s@r****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 28
  • Total pull requests: 30
  • Average time to close issues: 12 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 5
  • Average comments per issue: 2.04
  • Average comments per pull request: 0.93
  • Merged pull requests: 29
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 25 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • stephenturner (21)
  • genignored (6)
  • vpnagraj (1)
Pull Request Authors
  • stephenturner (24)
  • genignored (2)
  • vpnagraj (2)
  • hadley (1)
  • DavisVaughan (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 230 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: skater

Utilities for SNP-Based Kinship Analysis

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 230 Last month
Rankings
Forks count: 11.3%
Stargazers count: 19.8%
Average: 29.1%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 49.3%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0.0 depends
  • corrr * imports
  • dplyr * imports
  • grDevices * imports
  • kinship2 * imports
  • magrittr * imports
  • purrr * imports
  • readr * imports
  • rlang * imports
  • tibble * imports
  • tidyr * imports
  • knitr * suggests
  • markdown * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/check-release.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite