2022-09-22 14:20:46 +02:00
|
|
|
Package: stRoke
|
2023-01-19 14:41:29 +01:00
|
|
|
Title: Clinical Stroke Research
|
2024-10-10 14:13:16 +02:00
|
|
|
Version: 24.10.1
|
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.
|
2023-01-19 14:41:29 +01:00
|
|
|
This package has migrated functions from 'agdamsbo/daDoctoR', and new functions has been added.
|
2023-01-20 21:10:35 +01:00
|
|
|
Version follows months and year. See NEWS/Changelog for release notes.
|
|
|
|
This package includes sampled data from the TALOS trial (Kraglund et al (2018) <doi:10.1161/STROKEAHA.117.020067>).
|
2023-01-23 11:27:22 +01:00
|
|
|
The win_prob() function is based on work by Zou et al (2022) <doi:10.1161/STROKEAHA.121.037744>.
|
|
|
|
The age_calc() function is based on work by Becker (2020) <doi:10.18637/jss.v093.i02>.
|
2023-01-19 14:41:29 +01:00
|
|
|
URL: https://agdamsbo.github.io/stRoke/, https://github.com/agdamsbo/stRoke
|
2022-12-22 15:07:20 +01:00
|
|
|
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)
|
2024-10-10 14:13:16 +02:00
|
|
|
RoxygenNote: 7.3.2
|
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,
|
|
|
|
rmarkdown,
|
2024-02-07 20:57:26 +01:00
|
|
|
testthat,
|
|
|
|
git2r,
|
2024-02-09 09:45:48 +01:00
|
|
|
here,
|
2024-10-10 14:13:16 +02:00
|
|
|
spelling,
|
|
|
|
usethis,
|
|
|
|
pak,
|
|
|
|
roxygen2,
|
|
|
|
devtools
|
2022-09-22 14:20:46 +02:00
|
|
|
Config/testthat/edition: 3
|
2022-09-23 09:14:47 +02:00
|
|
|
Imports:
|
2023-01-25 19:51:18 +01:00
|
|
|
calendar,
|
2022-11-25 14:30:57 +01:00
|
|
|
dplyr,
|
2022-09-23 12:05:32 +02:00
|
|
|
ggplot2,
|
2024-02-07 20:57:26 +01:00
|
|
|
glue,
|
2023-04-12 13:59:26 +02:00
|
|
|
grDevices,
|
2022-09-30 12:57:23 +02:00
|
|
|
gtsummary,
|
2023-01-25 19:51:18 +01:00
|
|
|
lubridate,
|
2022-09-23 12:05:32 +02:00
|
|
|
MASS,
|
2022-09-30 12:57:23 +02:00
|
|
|
rankinPlot,
|
2022-11-25 14:30:57 +01:00
|
|
|
stats,
|
2023-01-11 12:54:08 +01:00
|
|
|
tidyr,
|
2024-02-07 20:57:26 +01:00
|
|
|
utils,
|
|
|
|
tibble,
|
|
|
|
tidyselect
|
2022-11-25 14:30:57 +01:00
|
|
|
Depends:
|
|
|
|
R (>= 2.10)
|
2023-01-04 14:33:48 +01:00
|
|
|
VignetteBuilder: knitr
|
2024-02-08 11:52:31 +01:00
|
|
|
Language: en-US
|