Package: openscoring
Title: Open Scoring API Client
Version: 1.0.0
Authors@R: c(
    person(
        "Jakub", "Jędrusiak",
        email = "kuba23031999@gmail.com",
        role = c("aut", "cre", "cph"),
        comment = c(
            ORCID = "0000-0002-6481-8210",
            affiliation = "University of Wroclaw"
        )
    ),
    person(
        "Peter", "Organisciak",
        email = "peter.organisciak@du.edu",
        role = "ctb",
        comment = c(
            ORCID = "0000-0002-9058-2280",
            affiliation = "University of Denver"
        )
    ),
    person(
        "Selcuk", "Acar",
        role = "ctb",
        comment = c(
            ORCID = "0000-0003-4044-985X",
            affiliation = "University of North Texas"
        )
    ),
    person(
        "Denis", "Dumas",
        role = "ctb",
        comment = c(
            ORCID = "0000-0002-8446-4720",
            affiliation = "University of Georgia"
        )
    ),
    person(
        "Kelly", "Berthiaume",
        role = "ctb",
        comment = c(
            ORCID = "0000-0002-5285-0512",
            affiliation = "University of North Texas"
        )
    )
    )
Description: Creativity research involves the need to score open-ended problems.
  Usually done by humans, automatic scoring using AI becomes more
  and more accurate. This package provides a simple interface to
  the 'Open Scoring' API <https://openscoring.du.edu/docs>, leading creativity scoring technology by
  Organiscak et al. (2023) <doi:10.1016/j.tsc.2023.101356>. With it,
  you can score your own data directly from an R script.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: cli, glue, httr, jsonlite, lifecycle, rlang, stringr
NeedsCompilation: no
Packaged: 2024-01-18 23:46:51 UTC; jakub
Author: Jakub Jędrusiak [aut, cre, cph]
    (<https://orcid.org/0000-0002-6481-8210>, University of Wroclaw),
  Peter Organisciak [ctb] (<https://orcid.org/0000-0002-9058-2280>,
    University of Denver),
  Selcuk Acar [ctb] (<https://orcid.org/0000-0003-4044-985X>, University
    of North Texas),
  Denis Dumas [ctb] (<https://orcid.org/0000-0002-8446-4720>, University
    of Georgia),
  Kelly Berthiaume [ctb] (<https://orcid.org/0000-0002-5285-0512>,
    University of North Texas)
Maintainer: Jakub Jędrusiak <kuba23031999@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-19 11:00:02 UTC
