Package: openscoring Title: 'Open Scoring' API Client Version: 1.1.0 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 , leading creativity scoring technology by Organiscak et al. (2023) . With it, you can score your own data directly from an R script. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 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 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://jakub-jedrusiak.r-universe.dev Date/Publication: 2026-03-24 14:39:47 UTC RemoteUrl: https://github.com/jakub-jedrusiak/openscoring RemoteRef: HEAD RemoteSha: a3ed04a165cfe777abe0bf2d6acdb29e0d8142ef NeedsCompilation: no Packaged: 2026-06-22 10:08:28 UTC; root Author: Jakub Jędrusiak [aut, cre, cph] (ORCID: , affiliation: University of Wroclaw), Peter Organisciak [ctb] (ORCID: , affiliation: University of Denver), Selcuk Acar [ctb] (ORCID: , affiliation: University of North Texas), Denis Dumas [ctb] (ORCID: , affiliation: University of Georgia), Pier-Luc de Chantal [ctb] (ORCID: , affiliation: Université du Québec à Montréal), Kelly Berthiaume [ctb] (ORCID: , affiliation: University of North Texas) Maintainer: Jakub Jędrusiak Depends: R (>= 4.1.0)