mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-22 04:50:23 +01:00
34 lines
1.7 KiB
Markdown
34 lines
1.7 KiB
Markdown
<!-- badges: start -->
|
|
[![GitHub R package version](https://img.shields.io/github/r-package/v/agdamsbo/stRoke)](https://github.com/agdamsbo/stRoke)
|
|
[![CRAN/METACRAN](https://img.shields.io/cran/v/stRoke)](https://CRAN.R-project.org/package=stRoke)
|
|
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7572023.svg)](https://doi.org/10.5281/zenodo.7572023)
|
|
[![Github Actions](https://github.com/agdamsbo/stRoke/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/agdamsbo/stRoke/actions/workflows/R-CMD-check.yaml)
|
|
[![Page deployed](https://github.com/agdamsbo/stRoke/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/agdamsbo/stRoke/actions/workflows/pages/pages-build-deployment)
|
|
[![codecov](https://codecov.io/github/agdamsbo/stRoke/branch/main/graph/badge.svg?token=U0RBZYSKG5)](https://codecov.io/github/agdamsbo/stRoke)
|
|
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/stRoke)](https://cran.r-project.org/package=stRoke)
|
|
<!-- badges: end -->
|
|
|
|
# stRoke package <img src="man/figures/hexlogo.png" align="right" />
|
|
|
|
This is an R-toolbox of custom functions for convenient data management and analysis in clinical health research and teaching.
|
|
The package is mainly collected for personal use, but any use beyond that is encouraged.
|
|
This package has migrated functions from the agdamsbo/daDoctoR-package, and new functions has been added.
|
|
|
|
## Contribute
|
|
|
|
This package is [shared on GitHub](https://github.com/agdamsbo/stRoke), and you are very welcome to contribute by opening an issue or a pull request.
|
|
|
|
# Installation
|
|
|
|
The package can be installed directly from CRAN:
|
|
|
|
```
|
|
install.packages("stRoke")
|
|
```
|
|
|
|
The latest version in development can be installed from GitHub:
|
|
|
|
```
|
|
remotes::install_github("agdamsbo/stRoke")
|
|
```
|