-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.Rmd
57 lines (36 loc) · 1.56 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# skater
<!-- badges: start -->
[](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)
<!-- badges: end -->
**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: <https://signaturescience.github.io/skater/>.