-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
Package: pocr
Version: 1.2.1
Date: 2015-8-27
Title: POC Data and Analysis Package
Authors@R: c(person("Gregor", "Thomas", role = c("aut", "cre"),
email = "gregorp@uw.edu"),
person("Erik", "Oien", role = "ctb",
email = "oieeri26@uw.edu"),
person("Brian", "Waismeyer", role = "ctb",
email = "bwaismeyer@gmail.com"),
person("Joe", "Mienko", role = "ctb",
email = "mienkoja@uw.edu"),
person("Mark", "Bennett", role = "ctb",
email = "mbennett718@gmail.com")
)
Description: This package collects a variety of functions and variables
constructed for use by POC staff work with POC data. It includes official POC
and portal colors, POC themes, functions for efficiently querying POC databases,
and more.
Depends:
R (>= 3.2.0),
ggplot2 (>= 1.0.0),
stringr,
knitr,
dplyr
Imports:
RODBC,
scales,
lubridate,
RColorBrewer,
gridExtra,
extrafont,
grid,
readxl,
reshape2,
tidyr,
jsonlite
LazyData: true
License: GPL-2
URL: https://github.com/pocdata/pocr
BugReports: https://github.com/pocdata/pocr/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1