Package: text2sdg
Type: Package
Version: 0.1.1
Date: 2021-11-05
Title: Detecting UN Sustainable Development Goals in Text
Description: The United Nations’ Sustainable Development Goals (SDGs) have become an important guideline for organisations to monitor and plan their contributions to social, economic, and environmental transformations. The 'text2sdg' package is an open-source analysis package that identifies SDGs in text using scientifically developed query systems, opening up the opportunity to monitor any type of text-based data, such as scientific output or corporate publications.
Maintainer: Dominik S. Meier <dominikmeier@outlook.com>
Authors@R: c(
    person(c("Dirk","U."), "Wulff", role= "aut",
            email= "dirk.wulff@gmail.com",
    		comment = c(ORCID = "0000-0002-4008-8022")),
    person(c("Dominik","S."), "Meier", role = c("aut", "cre"),
    		email = "dominikmeier@outlook.com",
    		comment = c(ORCID = "0000-0002-3999-1388")),
    person("Rui", "Mata", role = "ctb",
        email= "rui.mata@unibas.ch",
        comment = c(ORCID = "0000-0002-1679-906X"))
    )
URL: https://github.com/dwulff/text2sdg
BugReports: https://github.com/dwulff/text2sdg/issues
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: magrittr, dplyr, corpustools (>= 0.4.2), tidyr, tibble,
        stringr, ggplot2
Suggests: testthat, knitr, rmarkdown
LazyData: TRUE
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-11-05 20:08:38 UTC; meidom02
Author: Dirk U. Wulff [aut] (<https://orcid.org/0000-0002-4008-8022>),
  Dominik S. Meier [aut, cre] (<https://orcid.org/0000-0002-3999-1388>),
  Rui Mata [ctb] (<https://orcid.org/0000-0002-1679-906X>)
Repository: CRAN
Date/Publication: 2021-11-07 17:10:02 UTC
