Go to file
2024-02-07 20:56:34 +01:00
.github Delete _static.yaml 2023-06-30 11:54:37 +02:00
data new function pase_calc() with sample data and a version bump 2023-06-30 11:50:50 +02:00
data-raw see NEWS.md 2023-01-12 13:44:29 +01:00
inst New description and changes 2023-09-05 10:08:52 -07:00
man function moved from REDCapCAST. create icals from data set with package::calendar 2024-02-07 20:56:34 +01:00
pkgdown/favicon formatted icon and favicons, rerender 2023-06-05 11:22:03 +02:00
R function moved from REDCapCAST. create icals from data set with package::calendar 2024-02-07 20:56:34 +01:00
renv set up renv 2024-02-07 20:55:45 +01:00
tests New eamples and tests using add_padding() 2023-09-05 14:11:00 -07:00
vignettes started checklist for easy new projects 2024-02-07 20:55:29 +01:00
_pkgdown.yml use pkgdown action for page publication 2023-06-30 10:01:24 +02:00
.gitignore use pkgdown action for page publication 2023-06-30 10:01:24 +02:00
.Rbuildignore include covr in build 2023-04-13 13:55:10 +02:00
codecov.yml updated threshold 2023-09-05 14:15:37 -07:00
cran-comments.md comments for new release 2023-09-07 09:15:07 -07:00
DESCRIPTION New description and changes 2023-09-05 10:08:52 -07:00
NAMESPACE New documentation and updated changes 2023-09-05 14:11:14 -07:00
NEWS.md New documentation and updated changes 2023-09-05 14:11:14 -07:00
README.md Badge removed 2023-09-05 14:13:24 -07:00
renv.lock set up renv 2024-02-07 20:55:45 +01: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")