Skip to content

Commit

Permalink
Update DESCRIPTION file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthunder committed Jul 13, 2020
1 parent 37b3b7d commit 28c8136
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 40 deletions.
17 changes: 8 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,21 @@ Authors@R: c(
person("Nikos", "Vaslamatzis", email = "nfv@eworx.gr", role = "ctb"),
person("Eworx S.A", role = "cph")
)
Description: A suite of methods and data sets to assist statistical analysis and processing of data
related to the labour market. The package allows researchers to map multilingual
free-text of occupations to a broad range of standardized classifications. String distance method
used for fuzzy matching is detailed in M.P.J. van der Loo (2014) <doi:10.32614/RJ-2014-011>.
Publications relevant to the theoretical principles followed can be found in Arthur Turrell,
Bradley J. Speigner, Jyldyz Djumalieva, David Copple, James Thurgood (2019)
<https://www.nber.org/papers/w25837> and Gweon, H., Schonlau, M., Kaczmirek, L.,
Blohm, M., & Steiner, S. (2017) <doi:10.1515/jos-2017-0006>.
Description: Allows the user to map multilingual free-text of occupations to a broad range
of standardized classifications. The package facilitates automatic occupation coding (see
Gweon et al. (2017) <doi:10.1515/jos-2017-0006> and Turrell et al. (2019)
<doi:10.3386/w25837>), where the ISCO to ESCO mapping is exploited to extend the
occupations hierarchy (see Le Vrang et al. (2014) <doi:10.1109/mc.2014.283>).
Document vectorization is performed using a corpus derived from ESCO and a method based on
the nearest neighbors algorithm is used to suggest an ISCO occupation for the input free-text.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/AleKoure/labourR
BugReports: https://github.com/AleKoure/labourR/issues
Suggests:
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
Expand Down
38 changes: 19 additions & 19 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/labourR_blogpost.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
2 changes: 1 addition & 1 deletion docs/articles/occupations_retrieval.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
15 changes: 7 additions & 8 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pandoc: 2.7.3
pandoc: '2.10'
pkgdown: 1.5.1
pkgdown_sha: ~
articles:
labourR_blogpost: labourR_blogpost.html
occupations_retrieval: occupations_retrieval.html
last_built: 2020-07-13T09:53Z
last_built: 2020-07-13T12:58Z

0 comments on commit 28c8136

Please sign in to comment.