Skip to content

Commit e967b5d

Browse files
Merge pull request #5 from ukhsa-collaboration/auto_viz
Auto viz
2 parents adb5346 + a296be3 commit e967b5d

File tree

104 files changed

+16539
-3084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+16539
-3084
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.DS_Store
66
.quarto
77
dev/
8+
.Renviron

DESCRIPTION

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
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
44
Authors@R:
55
c(person(given="Harshana", family="Liyanage", email="harshana.liyanage@ukhsa.gov.uk", role = c("aut","cre"),
66
comment = c(ORCID = "0000-0001-9738-6349")),
77
person(given="Alex", family="Bhattacharya", email="alex.bhattacharya@ukhsa.gov.uk", role = c("aut"),
88
comment = c(ORCID = "0000-0003-3000-2771")),
99
person(given="Liam", family="Fitzpatrick", email="liam.fitzpatrick@ukhsa.gov.uk", role = c("aut")),
1010
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")),
1211
person(given="Jordan", family="Worth", email="jordan.worth@ukhsa.gov.uk", role = c("aut")),
1312
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.
1623
License: MIT + file LICENSE
1724
Encoding: UTF-8
1825
Roxygen: list(markdown = TRUE)
@@ -25,6 +32,7 @@ Suggests:
2532
yarrr
2633
Config/testthat/edition: 3
2734
Imports:
35+
grDevices,
2836
assertthat,
2937
classInt,
3038
dplyr,
@@ -46,6 +54,4 @@ Imports:
4654
jsonlite,
4755
lifecycle
4856
Depends:
49-
R (>= 3.5.0)
50-
Remotes:
51-
tidyverse/elmer
57+
R (>= 4.1.0)

NAMESPACE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(adorn_dates)
34
export(age_sex_pyramid)
5+
export(base_plotly)
46
export(col_chart)
57
export(epi_curve)
68
export(epi_map)
79
export(line_chart)
810
export(llm_interpret)
11+
export(palette_gen)
12+
export(param_rename)
13+
export(plotly_legend_pos)
914
export(point_chart)
1015
import(ISOweek)
1116
import(RColorBrewer)
@@ -32,4 +37,5 @@ importFrom(graphics,box)
3237
importFrom(jsonlite,toJSON)
3338
importFrom(lifecycle,badge)
3439
importFrom(lifecycle,signal_stage)
40+
importFrom(rlang,"%||%")
3541
importFrom(rlang,.data)

0 commit comments

Comments
 (0)