-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.03 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
Package: jpstat
Type: Package
Title: Tools for Easy Use of 'e-Stat', 'RESAS' API, Etc
Version: 0.4.0
Authors@R: person("Mizuki", "Uchida", email = "[email protected]", role = c("aut", "cre"))
Description: Provides tools to use API such as 'e-Stat' (<https://www.e-stat.go.jp/>),
the portal site for Japanese government statistics, and
'RESAS' (Regional Economy and Society Analyzing System, <https://resas.go.jp>).
License: MIT + file LICENSE
URL: https://github.com/UchidaMizuki/jpstat,
https://uchidamizuki.github.io/jpstat/
BugReports: https://github.com/UchidaMizuki/jpstat/issues
Encoding: UTF-8
LazyData: true
Suggests:
keyring (>= 1.2.0),
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr (>= 0.8.0),
pillar,
purrr (>= 1.0.0),
rlang (>= 0.3.0),
stringr (>= 1.3.0),
tibble (>= 1.3.1),
tidyr (>= 1.0.0),
vctrs,
navigatr (>= 0.2.0),
lifecycle,
stickyr,
httr2
Depends:
R (>= 4.1.0)