Skip to content

Commit 117c5f7

Browse files
Merge pull request #2 from ukhsa-collaboration/cran-staging
Cran staging - tweaks and updates for cran prep
2 parents adb5346 + d2660c2 commit 117c5f7

20 files changed

+1487
-662
lines changed

DESCRIPTION

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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")),
@@ -12,7 +12,7 @@ Authors@R:
1212
person(given="Jordan", family="Worth", email="jordan.worth@ukhsa.gov.uk", role = c("aut")),
1313
person(given="James", family="Duke", email="james.duke@ukhsa.gov.uk", role = c("aut")),
1414
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.
15+
Description: The 'epiviz' package provides a set of functions to produce frequently used static and interactive graphs in epidemiological data science products.
1616
License: MIT + file LICENSE
1717
Encoding: UTF-8
1818
Roxygen: list(markdown = TRUE)
@@ -25,6 +25,7 @@ Suggests:
2525
yarrr
2626
Config/testthat/edition: 3
2727
Imports:
28+
grDevices,
2829
assertthat,
2930
classInt,
3031
dplyr,
@@ -46,6 +47,4 @@ Imports:
4647
jsonlite,
4748
lifecycle
4849
Depends:
49-
R (>= 3.5.0)
50-
Remotes:
51-
tidyverse/elmer
50+
R (>= 4.1.0)

0 commit comments

Comments
 (0)