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 (). 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 Roxygen: list(markdown = TRUE) 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 Config/Needs/website: christopherkenny/ctktemplate Depends: R (>= 4.1.0) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:10 UTC RemoteUrl: https://github.com/christopherkenny/gptzeror RemoteRef: HEAD RemoteSha: 0c9531b62fb60f617285bdb70e49222cb2e500cf NeedsCompilation: no Packaged: 2026-05-31 06:20:30 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny