-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 932 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
Package: babynamesIL
Title: Israel Baby Names 1948-2023
Version: 0.0.3
Authors@R:
person("Aviezer", "Lifshitz", , "[email protected]", role = c("aut", "cre"))
Description: Israeli baby names provided by Israel's Central Bureau of Statistics. The package contains only names used for at least 5 children in at least one gender and sector ("Jewish", "Muslim", "Christian", "Druze" and "Other"). Data was downloaded from: <https://www.cbs.gov.il/he/publications/LochutTlushim/2020/%D7%A9%D7%9E%D7%95%D7%AA-%D7%A4%D7%A8%D7%98%D7%99%D7%99%D7%9D.xlsx>.
License: CC0
URL: https://github.com/aviezerl/babynamesIL, https://aviezerl.github.io/babynamesIL/
Imports:
tibble
Suggests:
testthat (>= 3.0.0),
dplyr,
knitr,
rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)