Package: air Type: Package Title: AI Assistant to Write and Understand R Code Version: 0.2.3 Authors@R: c( person("Davis", "Vaughan", , "davis@posit.co", role = c("aut", "cre")), person("Soumya", "Ray", , "soumya.ray@gmail.com", role = c("aut")) ) Description: An R console utility that lets you ask R related questions to the 'OpenAI' large language model. It can answer how-to questions by providing code, and what-is questions by explaining what given code does. You must provision your own key for the 'OpenAI' API . Depends: R (>= 4.1.0) License: MIT + file LICENSE Encoding: UTF-8 Imports: httr, keyring, result, rjson Suggests: testthat (>= 3.0.0), vcr (>= 0.6.0) Config/testthat/edition: 3 RoxygenNote: 7.3.2 URL: https://github.com/soumyaray/air BugReports: https://github.com/soumyaray/air/issues Config/pak/sysreqs: libsecret-1-dev libssl-dev Repository: https://soumyaray.r-universe.dev Date/Publication: 2025-07-27 08:16:47 UTC RemoteUrl: https://github.com/soumyaray/air RemoteRef: HEAD RemoteSha: 59e32355a58821eac6451a4633f71bb3c1765255 NeedsCompilation: no Packaged: 2026-06-22 08:53:21 UTC; root Author: Davis Vaughan [aut, cre], Soumya Ray [aut] Maintainer: Davis Vaughan