-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Type: Package
Package: mySurvival
Title: Survival Module of ClinicoPath for jamovi
Version: 0.0.2.06
Date: 2022-10-05
Authors@R:
person(given = "Serdar",
family = "Balci",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7852-3851"))
Maintainer: Serdar Balci <[email protected]>
Description: Analysis for Clinicopathological Research Survival Module of
ClinicoPath for jamovi ClinicoPath help researchers to generate
natural language summaries of their dataset, generate cross tables
with statistical tests, and survival analysis with survival tables,
survival plots, and natural language summaries.
License: GPL-3
URL: https://github.com/sbalci/ClinicoPathJamoviModule/,
https://github.com/sbalci/jsurvival/,
https://sbalci.github.io/ClinicoPathJamoviModule/
BugReports: https://github.com/sbalci/ClinicoPathJamoviModule/issues/
Depends:
R (>= 4.0.0)
Imports:
dplyr,
finalfit,
ggplot2,
glue,
janitor,
jmvcore,
KMunicate,
knitr,
lubridate,
purrr,
R6,
scales,
survival,
survminer,
tibble,
tidyr,
magrittr,
checkmate,
pammtools,
xml2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1