Package: openscoring
Title: 'Open Scoring' API Client
Version: 1.0.6
Authors@R: c(
    person(
        "Jakub", "Jędrusiak",
        email = "jakub.jedrusiak2@uwr.edu.pl",
        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(
      "Pier-Luc", "de Chantal",
      role = "ctb",
      comment = c(
        ORCID = "0000-0002-6974-6172",
        affiliation = "Université du Québec à Montréal"
      )
    ),
    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.3.2
URL: https://github.com/jakub-jedrusiak/openscoring
BugReports: https://github.com/jakub-jedrusiak/openscoring/issues
Imports: cli, curl, dplyr, glue, httr, jsonlite, lifecycle, purrr,
        rlang, stringr
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-02-09 10:26:46 UTC; jakub
Author: Jakub Jędrusiak [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-6481-8210>, affiliation: University of
    Wroclaw),
  Peter Organisciak [ctb] (ORCID:
    <https://orcid.org/0000-0002-9058-2280>, affiliation: University of
    Denver),
  Selcuk Acar [ctb] (ORCID: <https://orcid.org/0000-0003-4044-985X>,
    affiliation: University of North Texas),
  Denis Dumas [ctb] (ORCID: <https://orcid.org/0000-0002-8446-4720>,
    affiliation: University of Georgia),
  Pier-Luc de Chantal [ctb] (ORCID:
    <https://orcid.org/0000-0002-6974-6172>, affiliation: Université du
    Québec à Montréal),
  Kelly Berthiaume [ctb] (ORCID: <https://orcid.org/0000-0002-5285-0512>,
    affiliation: University of North Texas)
Maintainer: Jakub Jędrusiak <jakub.jedrusiak2@uwr.edu.pl>
Depends: R (>= 4.1.0)
Repository: CRAN
Date/Publication: 2026-02-11 11:30:02 UTC
Built: R 4.6.0; ; 2026-02-19 04:29:46 UTC; windows
