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
- Host: GitHub
- Owner: signaturescience
- License: other
- Language: TeX
- Default Branch: main
- Homepage: https://signaturescience.github.io/skater/
- Size: 2.57 MB
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
[](https://CRAN.R-project.org/package=skater)
[](https://www.biorxiv.org/content/10.1101/2021.07.21.453083v1)
[](https://zenodo.org/badge/latestdoi/339462170)
[](https://github.com/signaturescience/skater/actions)
[](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
- Website: http://www.signaturescience.com/
- Repositories: 21
- Profile: https://github.com/signaturescience
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | 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
- Homepage: https://github.com/signaturescience/skater
- Documentation: http://cran.r-project.org/web/packages/skater/skater.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.2
published over 3 years ago
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