You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,25 @@
1
1
Package: epiviz
2
-
Title: data visualisation functions for epidemiological data science products
3
-
Version: 0.0.0.9006
2
+
Title: Data Visualisation Functions for Epidemiological Data Science Products
3
+
Version: 0.1.0
4
4
Authors@R:
5
5
c(person(given="Harshana", family="Liyanage", email="harshana.liyanage@ukhsa.gov.uk", role = c("aut","cre"),
6
6
comment = c(ORCID = "0000-0001-9738-6349")),
7
7
person(given="Alex", family="Bhattacharya", email="alex.bhattacharya@ukhsa.gov.uk", role = c("aut"),
8
8
comment = c(ORCID = "0000-0003-3000-2771")),
9
9
person(given="Liam", family="Fitzpatrick", email="liam.fitzpatrick@ukhsa.gov.uk", role = c("aut")),
10
10
person(given="James", family="Leatherland", email="james.leatherland@ukhsa.gov.uk", role = c("aut")),
11
-
person(given="Sudha", family="Aurumugam", email="sudha.arumugam@ukhsa.gov.uk", role = c("aut")),
12
11
person(given="Jordan", family="Worth", email="jordan.worth@ukhsa.gov.uk", role = c("aut")),
13
12
person(given="James", family="Duke", email="james.duke@ukhsa.gov.uk", role = c("aut")),
14
-
person(given="Emma", family="Parker", email="emma.k.parker@ukhsa.gov.uk", role = c("aut")))
15
-
Description: The epiviz package provides a set of functions to produce frequently used static and interactive graphs in epidemiological data science products.
13
+
person(given="Emma", family="Parker", email="emma.k.parker@ukhsa.gov.uk", role = c("aut")),
14
+
person(given="Karen", family="Crawford", email="karen.crawford@ukhsa.gov.uk", role = c("ctb")),
15
+
person(given="Charlie", family="Turner", email="charlie.turner@ukhsa.gov.uk", role = c("ctb")),
16
+
person(given="Frederick", family="Sloots", email="frederick.sloots@ukhsa.gov.uk", role = c("ctb")),
17
+
person(given="Jade", family="Talbot", email="Jade.Talbot@ukhsa.gov.uk", role = c("ctb")),
18
+
person(given="Isaac", family="Florence", email="isaac.florence@ukhsa.gov.uk", role = c("ctb"),
19
+
comment = c(ORCID = "0000-0001-8260-1237")),
20
+
person(given="Sudha", family="Aurumugam", email="sudha.arumugam@ukhsa.gov.uk", role = c("ctb"))
21
+
)
22
+
Description: The 'epiviz' package provides a set of functions to produce frequently used static and interactive graphs in epidemiological data science products.
0 commit comments