2022-09-22 14:22:35 +02:00
|
|
|
<!-- badges: start -->
|
2023-01-26 09:20:36 +01:00
|
|
|
[![GitHub R package version](https://img.shields.io/github/r-package/v/agdamsbo/stRoke)](https://github.com/agdamsbo/stRoke)
|
2023-01-26 10:55:44 +01:00
|
|
|
[![CRAN/METACRAN](https://img.shields.io/cran/v/stRoke)](https://CRAN.R-project.org/package=stRoke)
|
2023-01-26 09:20:36 +01:00
|
|
|
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7572023.svg)](https://doi.org/10.5281/zenodo.7572023)
|
2023-01-04 14:33:48 +01:00
|
|
|
[![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)
|
2023-04-13 13:55:10 +02:00
|
|
|
[![Codecov test coverage](https://codecov.io/gh/agdamsbo/stRoke/branch/main/graph/badge.svg)](https://app.codecov.io/gh/agdamsbo/stRoke?branch=main)
|
2023-01-26 10:55:44 +01:00
|
|
|
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/stRoke)](https://cran.r-project.org/package=stRoke)
|
2022-09-22 14:22:35 +02:00
|
|
|
<!-- badges: end -->
|
|
|
|
|
2022-09-22 15:22:09 +02:00
|
|
|
# stRoke package <img src="man/figures/hexlogo.png" align="right" />
|
2022-09-22 10:02:39 +02:00
|
|
|
|
2023-01-03 14:20:24 +01:00
|
|
|
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.
|
2022-09-23 19:20:15 +02:00
|
|
|
|
2023-01-12 13:44:29 +01:00
|
|
|
## Contribute
|
2022-09-23 19:20:15 +02:00
|
|
|
|
2022-11-28 10:01:14 +01:00
|
|
|
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
|
|
|
|
|
2023-01-26 09:20:36 +01:00
|
|
|
The package can be installed directly from CRAN:
|
|
|
|
|
|
|
|
```
|
|
|
|
install.packages("stRoke")
|
|
|
|
```
|
|
|
|
|
|
|
|
The latest version in development can be installed from GitHub:
|
2022-11-28 10:01:14 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
remotes::install_github("agdamsbo/stRoke")
|
|
|
|
```
|