-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.28 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
Package: cpass
Type: Package
Title: PMDD and MRMD Diagnoses Following The Carolina Premenstrual Assessment Scoring System (C-PASS)
Version: 0.1.0
Authors@R: c(
person("Laura", "Symul", email = "[email protected]",role = c("aut", "cre","ccp")),
person("Tory", "Eisenlohr-Moul", email = "[email protected]", role = c("aut","ccp"))
)
Maintainer: Laura Symul <[email protected]>
Description: This package is an implementation of the C-PASS (Carolina Premenstrual Assessment Scoring System) procedure for the diagnosis of PMDD (Pre-Menstrual Dysphoric Disorder) and MRMD (Menstrually Related Mood Disorder). For a full description of this procedure, refer to Tory A. Eisenlohr-Moul et al., 2017, American Journal of Psychiatry.
In addition to the implementation of the procedure, this package also provides multiple options for the visualization of the reported symptoms and diagnoses.
License: CC BY 4.0
URL: https://lasy.github.io/cpass/
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
magrittr,
ggplot2,
dplyr,
ggthemes,
cowplot,
purrr,
tidyr,
stringr,
ggpubr
Remotes:
lasy/HiddenSemiMarkov
Depends:
R (>= 2.10)
Suggests:
knitr,
markdown,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3