-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 937 Bytes
/
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
Package: jpcovid19
Type: Package
Title: Utilities to Assist in the Analysis and Visualize of 'COVID-19' in Japan
Version: 0.1.0
Authors@R:
c(person(given = "Shinya",
family = "Uryu",
role = c("aut", "cre"),
email = "suika1127@gmail.com",
comment = c(ORCID = "0000-0002-0493-6186")))
Maintainer: Shinya Uryu <suika1127@gmail.com>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: CC BY-SA 4.0
Imports:
dplyr (>= 0.8.5),
jsonlite (>= 1.6.1),
lubridate (>= 1.7.0),
magrittr (>= 1.5),
purrr (>= 0.3.3),
readxl (>= 1.3.0),
rlang (>= 0.4.5),
stringr (>= 1.3.1),
tibble (>= 2.1.3),
tidyr (>= 1.0.0),
tidyselect (>= 1.0.0),
lifecycle (>= 0.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
RdMacros: lifecycle