Package: gpttools Title: Extensions and Tools for gptstudio Version: 0.0.8.9016 Authors@R: person("James", "Wade", , "github@jameshwade.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9740-1905")) Description: gpttools is an R package that provides extensions to gptstudio to provide devtools-like functionality using the latest natural language processing (NLP) models. It is designed to make package development easier by providing a range of tools and functions that can be used to improve the quality of your package's documentation, testing, and maybe even functionality. License: MIT + file LICENSE URL: https://github.com/JamesHWade/gpttools BugReports: https://github.com/JamesHWade/gpttools/issues Depends: R (>= 4.1) Imports: arrow, cli, dplyr, glue, gptstudio (>= 0.3.1), httr2, jsonlite, lsa, purrr (>= 1.0.0), readr, rlang (>= 0.4.11), rstudioapi (>= 0.12), rvest, shiny, stringr, tibble, tidyr, tokenizers, tools, urltools, xml2, yaml Suggests: AzureRMR, bsicons, bslib, covr, furrr, future, htmltools, httr, knitr, later, mockr, pak, pdftools, precommit, reprex, reticulate, rmarkdown, roxygen2, shinyjs, shinytest2, skimr, spelling, testthat (>= 3.0.0), tidymodels, tidyverse, tuneR, uuid, waiter, withr VignetteBuilder: knitr Remotes: michelnivard/gptstudio, rstudio/rstudioapi Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://jameshwade.r-universe.dev Date/Publication: 2024-08-21 00:40:28 UTC RemoteUrl: https://github.com/JamesHWade/gpttools RemoteRef: main RemoteSha: 508a179a62f424215e610528b66c902d3a3bb2ed NeedsCompilation: no Packaged: 2026-07-04 06:29:29 UTC; root Author: James Wade [aut, cre] (ORCID: ) Maintainer: James Wade