-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·35 lines (35 loc) · 1.33 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
Package: iscoCrosswalks
Title: Crosswalks Between Classifications of Occupations
Version: 1.0.0
Authors@R: c(
person("Alexandros", "Kouretsis", email = "[email protected]", role = c("aut", "cre")),
person("Andreas", "Bampouris", email = "[email protected]", role = "aut")
)
Description: Allows the user to perform approximate
matching between the occupational classifications using concordances provided by
the Institute for Structural Research and Faculty of Economics, University of
Warsaw, <doi:10.1111/ecot.12145>. The crosswalks offer a complete
step-by-step mapping of Standard Occupational Classification (2010) data to the
International Standard Classification of Occupations (2008). We propose a
mapping method based on the aforementioned research that converts measurements
to the smallest possible unit of the target taxonomy, and then performs an
aggregation/estimate to the requested degree Occupational Hierarchical level.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
URL: https://github.com/eworx-org/iscoCrosswalks
BugReports: https://github.com/eworx-org/iscoCrosswalks/issues
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends: R (>= 3.1.0)
Imports:
data.table,
labourR,
Rdpack
RdMacros: Rdpack
Config/testthat/edition: 3