Go to file
Andreas Gammelgaard Damsbo 23d0da14e3
Merge pull request #2 from agdamsbo/dev
Merge pull request #1 from agdamsbo/main
2023-05-17 14:10:08 +02:00
.github Create static.yaml 2023-05-17 14:08:23 +02:00
data see NEWS.md 2023-04-12 13:59:26 +02:00
data-raw see NEWS.md 2023-01-12 13:44:29 +01:00
docs include covr in build 2023-04-13 13:55:10 +02:00
inst include covr in build 2023-04-13 13:55:10 +02:00
man trying to eliminate build notes 2023-04-13 07:57:37 +02:00
R trying to eliminate build notes 2023-04-13 07:57:37 +02:00
tests gp 2023-04-12 19:55:40 +02:00
vignettes include covr in build 2023-04-13 13:55:10 +02:00
_pkgdown.yml site 2022-09-22 14:23:49 +02:00
.gitignore see NEWS.md. redcap_read_tables() is out for now. 2023-01-19 14:41:29 +01:00
.Rbuildignore include covr in build 2023-04-13 13:55:10 +02:00
codecov.yml include covr in build 2023-04-13 13:55:10 +02:00
cran-comments.md include covr in build 2023-04-13 13:55:10 +02:00
CRAN-SUBMISSION see NEWS.md 2023-04-12 13:59:26 +02:00
DESCRIPTION include covr in build 2023-04-13 13:55:10 +02:00
NAMESPACE see NEWS.md 2023-04-12 13:59:26 +02:00
NEWS.md see NEWS.md 2023-04-12 13:59:26 +02:00
README.md include covr in build 2023-04-13 13:55:10 +02:00
stRoke.Rproj cpr_tools 2022-09-22 14:20:46 +02:00

GitHub R package version CRAN/METACRAN DOI Github Actions Page deployed Codecov test coverage CRAN downloads

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")