Package: openscoring
Title: 'Open Scoring' API Client
Version: 1.0.4
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(
      "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, dplyr, glue, httr, jsonlite, lifecycle, purrr, rlang,
        stringr
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-08-23 22:08:49 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),
  Pier-Luc de Chantal [ctb] (<https://orcid.org/0000-0002-6974-6172>,
    Université du Québec à Montréal),
  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-08-24 07:30:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:24:43 UTC; unix
