stRoke/DESCRIPTION
2023-01-12 14:05:09 +01:00

46 lines
1.3 KiB
Plaintext

Package: stRoke
Title: Clinical Stroke Research Toolbox
Version: 23.1.5
Authors@R:
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7559-1154"))
Description: 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.
Versioning follows months and year. See NEWS.md for release notes.
URL: https://agdamsbo.github.io/stRoke/, https://github.com/agdamsbo/stRoke, https://agdamsbo.github.io/neuRo-group/
BugReports: https://github.com/agdamsbo/stRoke/issues
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LazyData: true
Suggests:
knitr,
REDCapRITS (>= 0.2.2.1),
remotes,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Language: en-US
Config/testthat/edition: 3
Imports:
cli,
dplyr,
ggplot2,
gt,
gtsummary,
magick,
MASS,
rankinPlot,
REDCapR,
stats,
tidyr,
utils
Depends:
R (>= 2.10)
Remotes:
agdamsbo/REDCapRITS
VignetteBuilder: knitr