https://github.com/signaturescience/skater
SKATE R Utilities
https://github.com/signaturescience/skater
Last synced: 3 months ago
JSON representation
SKATE R Utilities
- Host: GitHub
- URL: https://github.com/signaturescience/skater
- Owner: signaturescience
- License: other
- Created: 2021-02-16T16:36:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T17:16:06.000Z (almost 2 years ago)
- Last Synced: 2025-12-08T06:02:10.215Z (6 months ago)
- Language: TeX
- Homepage: https://signaturescience.github.io/skater/
- Size: 2.57 MB
- Stars: 10
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
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: .