-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.72 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
Package: chlorpromazineR
Title: Convert Antipsychotic Doses to Chlorpromazine Equivalents
Version: 0.2.0
Authors@R:
c(person("Eric", "Brown",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1575-2606")),
person("Parita", "Shah",
role = "aut",
comment = c(ORCID = "0000-0002-7302-0411")),
person("Julia", "Kim",
role = "aut",
comment = c(ORCID = "0000-0002-0379-1333")),
person("Frederick", "Boehm",
role = "rev",
comment = c(ORCID = "0000-0002-1644-5931")))
Description: As different antipsychotic medications have different potencies,
the doses of different medications cannot be directly compared. Various
strategies are used to convert doses into a common reference so that
comparison is meaningful. Chlorpromazine (CPZ) has historically been used
as a reference medication into which other antipsychotic doses can be
converted, as "chlorpromazine-equivalent doses". Using conversion keys
generated from widely-cited scientific papers, e.g. Gardner et. al 2010
<doi:10.1176/appi.ajp.2009.09060802> and Leucht et al. 2016
<doi:10.1093/schbul/sbv167>, antipsychotic doses are converted
to CPZ (or any specified antipsychotic) equivalents. The use of the package
is described in the included vignette. Not for clinical use.
URL: https://docs.ropensci.org/chlorpromazineR/, https://github.com/ropensci/chlorpromazineR
BugReports: https://github.com/ropensci/chlorpromazineR/issues
Depends: R (>= 3.5)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr