-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1.08 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
Type: Package
Package: LAMP
Title: API Client for LAMP Platform
Version: 1.0.1
Authors@R: c(person("Phil",
"Henson",
role = c("aut", "cre"),
email = "[email protected]"),
person("Aditya",
"Vaidyam",
role = c("aut")),
person("Division of Digital Psychiatry at Beth Israel Deaconess Medical Center",
role = c("cph")))
Description: A convenient interface for connecting with the LAMP Platform API.
The LAMP Platform is a measurement-based care platform for clinicians and
researchers <https://www.digitalpsych.org/lamp.html>. Use of the platform
has been previously published on <https://doi.org/10.1007/s41347-019-00095-w>.
URL: https://github.com/BIDMCDigitalPsychiatry/LAMP-r
BugReports: https://github.com/BIDMCDigitalPsychiatry/LAMP-r/issues
Depends: R (>= 3.3)
Encoding: UTF-8
License: BSD_3_clause + file LICENSE
LazyData: true
Suggests: testthat
Imports: jsonlite, httr, R6, caTools
RoxygenNote: 7.1.0