-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
59 lines (59 loc) · 1.56 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
50
51
52
53
54
55
56
57
58
59
Package: PrAna
Type: Package
Title: Prescription Data Analysis
Version: 1.1.0
Authors@R: c(
person("Kishore Kumar", "Jagadeesan",
email = "jkkishore85@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0916-256X")
),
person("James","Grant",
email = "rjg20@bath.ac.uk",
role = c("ctb")
),
person("Sue", "Griffin" ,
email = "sue.griffin6@nhs.net",
role = c("ctb")
),
person("Ruth", "Barden",
email = "Ruth.Barden@wessexwater.co.uk",
role = c("ctb")
),
person("Barbara", "Kasprzyk-Hordern",
email = "bkh20@bath.ac.uk",
role = c("ctb"),
comment = c(ORCID = "0000-0002-6809-2875")
))
Description: Package with functions to compile and process UK National Health Service Digital prescribing data
for the period 2015 to 2018, to facilitate the calculation of the consumption data and long-term time, seasonal and
location based trends to create an interactive data visualisation tool for a wider use.
Imports: shiny,
dbplyr,
data.table,
plyr,
magrittr,
reshape,
reshape2,
readxl,
lubridate,
chron,
stringi,
stringr,
tidyverse,
utils,
rgdal,
dplyr,
readr,
sf,
sp,
ggplot2
Encoding: UTF-8
Suggests:
knitr (>= 0.1.0),
rmarkdown
RoxygenNote: 7.1.1
URL: https://github.com/PrAnaViz/PrAna
BugReports: https://github.com/PrAnaViz/PrAna/issues
VignetteBuilder: knitr
License: MIT + file LICENSE