mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-21 12:30:23 +01:00
34 lines
858 B
Plaintext
34 lines
858 B
Plaintext
Package: stRoke
|
|
Title: Tools for work in clinical stroke research
|
|
Version: 0.22.12.3
|
|
Authors@R:
|
|
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
|
comment = c(ORCID = "0000-0002-7559-1154"))
|
|
Description: R functions for convenient data management and analysis in health research.
|
|
The package is mainly collected for personal use.
|
|
For a start this package migrates functions from the agdamsbo/daDoctoR-package.
|
|
License: GPL-3
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.2.3
|
|
LazyData: true
|
|
Suggests:
|
|
spelling,
|
|
testthat (>= 3.0.0)
|
|
Language: en-US
|
|
Config/testthat/edition: 3
|
|
Imports:
|
|
dplyr,
|
|
ggplot2,
|
|
gtsummary,
|
|
MASS,
|
|
rankinPlot,
|
|
REDCapR,
|
|
REDCapRITS (>= 0.2.2),
|
|
stats,
|
|
tidyr
|
|
Depends:
|
|
R (>= 2.10)
|
|
Remotes:
|
|
agdamsbo/REDCapRITS/R
|