Package: gptzeror
Title: Identify Text Written by Large Language Models using 'GPTZero'
Version: 0.0.2
Authors@R: 
        person(given = "Christopher T.",
           family = "Kenny",
           role = c("aut", "cre"),
           email = "ctkenny@proton.me",
           comment = c(ORCID = "0000-0002-9386-6860"))
Description: An R interface to the 'GPTZero' API (<https://gptzero.me/docs>). Allows 
    users to classify text into human and computer written with probabilities. Formats
    the data into data frames where each sentence is an observation. Paragraph-level
    and document-level predictions are organized to align with the sentences.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/christopherkenny/gptzeror,
        https://christophertkenny.com/gptzeror/
BugReports: https://github.com/christopherkenny/gptzeror/issues
Imports: cli, curl, dplyr, httr2, lifecycle, tidyr
Suggests: httptest2, testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
NeedsCompilation: no
Packaged: 2025-09-05 13:46:07 UTC; chris
Author: Christopher T. Kenny [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9386-6860>)
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Repository: CRAN
Date/Publication: 2025-09-05 22:10:02 UTC
Built: R 4.4.3; ; 2025-10-21 14:39:31 UTC; windows
