mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-21 20:40:22 +01:00
.github | ||
data | ||
data-raw | ||
inst | ||
man | ||
pkgdown/favicon | ||
R | ||
tests | ||
vignettes | ||
_pkgdown.yml | ||
.gitignore | ||
.Rbuildignore | ||
codecov.yml | ||
cran-comments.md | ||
CRAN-SUBMISSION | ||
DESCRIPTION | ||
NAMESPACE | ||
NEWS.md | ||
README.md | ||
stRoke.Rproj |
stRoke package
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, 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")