2022-09-22 14:20:46 +02:00
|
|
|
Package: stRoke
|
2023-01-11 12:54:08 +01:00
|
|
|
Title: Clinical Stroke Research Toolbox
|
2023-01-16 09:22:21 +01:00
|
|
|
Version: 23.1.6
|
2022-09-22 14:20:46 +02:00
|
|
|
Authors@R:
|
|
|
|
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
|
|
|
comment = c(ORCID = "0000-0002-7559-1154"))
|
2022-12-22 15:07:20 +01:00
|
|
|
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.
|
2023-01-12 14:05:09 +01:00
|
|
|
Versioning follows months and year. See NEWS.md for release notes.
|
2022-12-22 15:07:20 +01:00
|
|
|
URL: https://agdamsbo.github.io/stRoke/, https://github.com/agdamsbo/stRoke, https://agdamsbo.github.io/neuRo-group/
|
|
|
|
BugReports: https://github.com/agdamsbo/stRoke/issues
|
2022-09-22 14:20:46 +02:00
|
|
|
License: GPL-3
|
|
|
|
Encoding: UTF-8
|
|
|
|
Roxygen: list(markdown = TRUE)
|
2022-12-20 20:28:31 +01:00
|
|
|
RoxygenNote: 7.2.3
|
2022-09-26 13:59:05 +02:00
|
|
|
LazyData: true
|
2022-09-22 14:20:46 +02:00
|
|
|
Suggests:
|
2023-01-04 14:33:48 +01:00
|
|
|
knitr,
|
2022-12-21 08:06:05 +01:00
|
|
|
REDCapRITS (>= 0.2.2.1),
|
|
|
|
remotes,
|
2023-01-04 14:33:48 +01:00
|
|
|
rmarkdown,
|
2022-09-22 14:20:46 +02:00
|
|
|
spelling,
|
2023-01-12 14:32:27 +01:00
|
|
|
testthat (>= 3.0.0),
|
|
|
|
webshot2
|
2022-09-22 14:20:46 +02:00
|
|
|
Language: en-US
|
|
|
|
Config/testthat/edition: 3
|
2022-09-23 09:14:47 +02:00
|
|
|
Imports:
|
2022-12-21 08:06:05 +01:00
|
|
|
cli,
|
2022-11-25 14:30:57 +01:00
|
|
|
dplyr,
|
2022-09-23 12:05:32 +02:00
|
|
|
ggplot2,
|
2022-09-30 12:57:23 +02:00
|
|
|
gtsummary,
|
2022-09-23 12:05:32 +02:00
|
|
|
MASS,
|
2022-09-30 12:57:23 +02:00
|
|
|
rankinPlot,
|
2022-12-20 20:28:31 +01:00
|
|
|
REDCapR,
|
2022-11-25 14:30:57 +01:00
|
|
|
stats,
|
2023-01-11 12:54:08 +01:00
|
|
|
tidyr,
|
|
|
|
utils
|
2022-11-25 14:30:57 +01:00
|
|
|
Depends:
|
|
|
|
R (>= 2.10)
|
2023-01-04 14:33:48 +01:00
|
|
|
Remotes:
|
2022-12-21 08:36:18 +01:00
|
|
|
agdamsbo/REDCapRITS
|
2023-01-04 14:33:48 +01:00
|
|
|
VignetteBuilder: knitr
|