-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 909 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
Package: il.cbs.muni
Title: Utility functions to Work with Israeli Central Bureau of Statistics Municipal Data
Version: 0.0.0.9000
Authors@R:
person("Matan", "Hakim", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-9372-8975"))
Description: Analyst oriented utility functions to handle the different quirks of
the Israeli CBS municipal data, harmonize id's and bring together data points
from different years.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
janitor,
purrr,
rlang,
stringr,
tidyr
Suggests:
httr2,
readxl,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/matanhakim/il.cbs.muni,
https://matanhakim.github.io/il.cbs.muni/
BugReports: https://github.com/matanhakim/il.cbs.muni/issues
Depends:
R (>= 2.10)