{
  "_id": "6a10aee9acfb0bcc41cc1aca",
  "Package": "PacketLLM",
  "Title": "Interactive 'OpenAI' Model Integration in 'RStudio'",
  "Version": "0.1.1",
  "Authors@R": "person(\"Antoni\", \"Czolgowski\", email = \"antoni.czolgowski@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Offers an interactive 'RStudio' gadget interface for\ncommunicating with 'OpenAI' large language models (e.g.,\n'gpt-5', 'gpt-5-mini', 'gpt-5-nano')\n(<https://platform.openai.com/docs/api-reference>). Enables\nusers to conduct multiple chat conversations simultaneously in\nseparate tabs. Supports uploading local files (R, PDF, DOCX) to\nprovide context for the models. Allows per-conversation\nconfiguration of system messages (where supported by the\nmodel). API interactions via the 'httr' package are performed\nasynchronously using 'promises' and 'future' to avoid blocking\nthe R console. Useful for tasks like code generation, text\nsummarization, and document analysis directly within the\n'RStudio' environment. Requires an 'OpenAI' API key set as an\nenvironment variable.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/AntoniCzolgowski/PacketLLM",
  "BugReports": "https://github.com/AntoniCzolgowski/PacketLLM/issues",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "Config/pak/sysreqs": "cmake make libicu-dev libjpeg-dev libuv1-dev\nlibxml2-dev libssl-dev libpoppler-cpp-dev poppler-data\nzlib1g-dev",
  "Repository": "https://antoniczolgowski.r-universe.dev",
  "Date/Publication": "2025-08-23 14:55:52 UTC",
  "RemoteUrl": "https://github.com/antoniczolgowski/packetllm",
  "RemoteRef": "HEAD",
  "RemoteSha": "d5542631282fcb75ef6d19a64034f796097e5c89",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 18:53:53 UTC",
    "User": "root"
  },
  "Author": "Antoni Czolgowski [aut, cre]",
  "Maintainer": "Antoni Czolgowski <antoni.czolgowski@gmail.com>",
  "MD5sum": "42f818a5f3a69a471fda4092134005ea",
  "_user": "antoniczolgowski",
  "_type": "src",
  "_file": "PacketLLM_0.1.1.tar.gz",
  "_fileid": "5b79416e30489f4632a768f9a8874483d466757264c5024faa2c42f55d118ee7",
  "_filesize": 159663,
  "_sha256": "5b79416e30489f4632a768f9a8874483d466757264c5024faa2c42f55d118ee7",
  "_created": "2026-05-22T18:53:53.000Z",
  "_published": "2026-05-22T19:30:49.837Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77443574841,
      "time": 162,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168234998"
    },
    {
      "job": 77443574852,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168232172"
    },
    {
      "job": 77443574844,
      "time": 163,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168685907"
    },
    {
      "job": 77443574845,
      "time": 146,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168727186"
    },
    {
      "job": 77442964939,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168106729"
    },
    {
      "job": 77443574853,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168223462"
    },
    {
      "job": 77443574843,
      "time": 100,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168216521"
    },
    {
      "job": 77443574850,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168214992"
    },
    {
      "job": 77443574858,
      "time": 85,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168213668"
    }
  ],
  "_buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/antoniczolgowski/packetllm",
  "_commit": {
    "id": "d5542631282fcb75ef6d19a64034f796097e5c89",
    "author": "Antoni Czolgowski <antoni.czolgowski@gmail.com>",
    "committer": "Antoni Czolgowski <antoni.czolgowski@gmail.com>",
    "message": "nice\n",
    "time": 1755960952
  },
  "_maintainer": {
    "name": "Antoni Czolgowski",
    "email": "antoni.czolgowski@gmail.com",
    "login": "antoniczolgowski",
    "description": "Data Science Student at Cu Boulder |\nJILA Database Developer |\nTech Enthusiast:)",
    "uuid": 163541897
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "pdftools",
      "role": "Imports"
    },
    {
      "package": "promises",
      "role": "Imports"
    },
    {
      "package": "readtext",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "shinyjs",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "antoniczolgowski",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-34",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "antoniczolgowski",
      "count": 21,
      "uuid": 163541897
    }
  ],
  "_userbio": {
    "uuid": 163541897,
    "type": "user",
    "name": "Antoni Czolgowski",
    "description": "Data Science Student at Cu Boulder |\r\nJILA Database Developer |\r\nTech Enthusiast:)"
  },
  "_downloads": {
    "count": 555,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/PacketLLM"
  },
  "_devurl": "https://github.com/antoniczolgowski/packetllm",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/PacketLLM.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/antoniczolgowski/packetllm",
  "_realowner": "antoniczolgowski",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-04-24"
    },
    {
      "version": "0.1.1",
      "date": "2025-08-23"
    }
  ],
  "_exports": [
    "add_attachment_to_active_conversation",
    "add_message_to_active_history",
    "add_user_message",
    "available_openai_models",
    "call_openai_chat",
    "check_api_key",
    "create_new_conversation",
    "delete_conversation",
    "get_active_chat_history",
    "get_active_conversation",
    "get_active_conversation_attachments",
    "get_active_conversation_id",
    "get_all_conversation_ids",
    "get_assistant_response",
    "get_conversation_attachments",
    "get_conversation_data",
    "get_conversation_history",
    "get_conversation_model",
    "get_conversation_title",
    "initialize_history_manager",
    "is_conversation_started",
    "parse_pages",
    "read_file_content",
    "reset_history_manager",
    "run_llm_chat_app",
    "set_active_conversation",
    "set_conversation_model",
    "set_conversation_system_message"
  ],
  "_help": [
    {
      "page": "add_attachment_to_active_conversation",
      "title": "Add attachment to active conversation",
      "topics": [
        "add_attachment_to_active_conversation"
      ]
    },
    {
      "page": "add_message_to_active_history",
      "title": "Add a message to the active conversation",
      "topics": [
        "add_message_to_active_history"
      ]
    },
    {
      "page": "add_user_message",
      "title": "Add user message to the active conversation",
      "topics": [
        "add_user_message"
      ]
    },
    {
      "page": "available_openai_models",
      "title": "List of available OpenAI models for selection in the UI",
      "topics": [
        "available_openai_models"
      ]
    },
    {
      "page": "call_openai_chat",
      "title": "Call OpenAI API",
      "topics": [
        "call_openai_chat"
      ]
    },
    {
      "page": "check_api_key",
      "title": "Check API Key",
      "topics": [
        "check_api_key"
      ]
    },
    {
      "page": "create_new_conversation",
      "title": "Create a new conversation",
      "topics": [
        "create_new_conversation"
      ]
    },
    {
      "page": "delete_conversation",
      "title": "Delete a conversation",
      "topics": [
        "delete_conversation"
      ]
    },
    {
      "page": "get_active_chat_history",
      "title": "Get active chat history",
      "topics": [
        "get_active_chat_history"
      ]
    },
    {
      "page": "get_active_conversation",
      "title": "Get active conversation object",
      "topics": [
        "get_active_conversation"
      ]
    },
    {
      "page": "get_active_conversation_attachments",
      "title": "Get attachments for active conversation",
      "topics": [
        "get_active_conversation_attachments"
      ]
    },
    {
      "page": "get_active_conversation_id",
      "title": "Get active conversation ID",
      "topics": [
        "get_active_conversation_id"
      ]
    },
    {
      "page": "get_all_conversation_ids",
      "title": "Get all conversation IDs",
      "topics": [
        "get_all_conversation_ids"
      ]
    },
    {
      "page": "get_assistant_response",
      "title": "Get assistant response for the active conversation",
      "topics": [
        "get_assistant_response"
      ]
    },
    {
      "page": "get_conversation_attachments",
      "title": "Get attachments by ID",
      "topics": [
        "get_conversation_attachments"
      ]
    },
    {
      "page": "get_conversation_data",
      "title": "Get conversation data by ID",
      "topics": [
        "get_conversation_data"
      ]
    },
    {
      "page": "get_conversation_history",
      "title": "Get conversation history by ID",
      "topics": [
        "get_conversation_history"
      ]
    },
    {
      "page": "get_conversation_model",
      "title": "Get model for conversation",
      "topics": [
        "get_conversation_model"
      ]
    },
    {
      "page": "get_conversation_title",
      "title": "Get conversation title by ID",
      "topics": [
        "get_conversation_title"
      ]
    },
    {
      "page": "initialize_history_manager",
      "title": "Initialize the history manager",
      "topics": [
        "initialize_history_manager"
      ]
    },
    {
      "page": "is_conversation_started",
      "title": "Has the conversation started (model locked)?",
      "topics": [
        "is_conversation_started"
      ]
    },
    {
      "page": "parse_pages",
      "title": "Parse page range",
      "topics": [
        "parse_pages"
      ]
    },
    {
      "page": "read_file_content",
      "title": "Read file content",
      "topics": [
        "read_file_content"
      ]
    },
    {
      "page": "reset_history_manager",
      "title": "Reset the history manager",
      "topics": [
        "reset_history_manager"
      ]
    },
    {
      "page": "run_llm_chat_app",
      "title": "Run the LLM Chat Application in RStudio Window",
      "topics": [
        "run_llm_chat_app"
      ]
    },
    {
      "page": "set_active_conversation",
      "title": "Set the active conversation",
      "topics": [
        "set_active_conversation"
      ]
    },
    {
      "page": "set_conversation_model",
      "title": "Set model for conversation (if not started)",
      "topics": [
        "set_conversation_model"
      ]
    },
    {
      "page": "set_conversation_system_message",
      "title": "Set system message for conversation",
      "topics": [
        "set_conversation_system_message"
      ]
    }
  ],
  "_readme": "https://github.com/antoniczolgowski/packetllm/raw/HEAD/README.md",
  "_rundeps": [
    "antiword",
    "askpass",
    "base64enc",
    "bitops",
    "bslib",
    "cachem",
    "cellranger",
    "cli",
    "codetools",
    "commonmark",
    "cpp11",
    "crayon",
    "curl",
    "data.table",
    "digest",
    "fastmap",
    "fontawesome",
    "fs",
    "future",
    "globals",
    "glue",
    "hms",
    "htmltools",
    "httpuv",
    "httr",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "listenv",
    "magrittr",
    "memoise",
    "mime",
    "minty",
    "ndjson",
    "openssl",
    "otel",
    "parallelly",
    "pdftools",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "promises",
    "qpdf",
    "R6",
    "rappdirs",
    "Rcpp",
    "RCurl",
    "readODS",
    "readtext",
    "readxl",
    "rematch",
    "rjson",
    "rlang",
    "sass",
    "shiny",
    "shinyjs",
    "sourcetools",
    "streamR",
    "stringi",
    "stringr",
    "striprtf",
    "sys",
    "tibble",
    "tzdb",
    "utf8",
    "vctrs",
    "withr",
    "xml2",
    "xtable",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "PacketLLM-introduction.Rmd",
      "filename": "PacketLLM-introduction.html",
      "title": "Introduction to PacketLLM",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Prerequisites: OpenAI API Key",
        "Installation",
        "Launching the Chat Gadget",
        "Understanding the Interface",
        "Basic Workflow",
        "Exploring Further"
      ],
      "created": "2025-04-15 20:05:01",
      "modified": "2025-08-23 14:41:55",
      "commits": 2
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "packetllm",
  "_universes": [
    "antoniczolgowski"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-22T19:00:58.000Z",
      "distro": "noble",
      "commit": "d5542631282fcb75ef6d19a64034f796097e5c89",
      "fileid": "2cca0c1cc16ef2c7b86cfdbbbd8ba04cb702d37e4aa16499d6431d08f3a94644",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-22T19:00:49.000Z",
      "distro": "noble",
      "commit": "d5542631282fcb75ef6d19a64034f796097e5c89",
      "fileid": "fa93c638bd5e68558043c33d775760b795742bdb3ab98327676894d8c5655c18",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-22T19:27:13.000Z",
      "commit": "d5542631282fcb75ef6d19a64034f796097e5c89",
      "fileid": "b59faf72cf1feb794c6c5d78653cc09cc8edbae200c8b768c7a44a29485b4717",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-22T19:29:44.000Z",
      "commit": "d5542631282fcb75ef6d19a64034f796097e5c89",
      "fileid": "aa94c3a0b195c720451f2a01c164a6b6fb8df399ee87fa0c65577b9db817c9d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T19:00:44.000Z",
      "commit": "d5542631282fcb75ef6d19a64034f796097e5c89",
      "fileid": "f416862b474ec2e1ca211f405bf1c52b335927e60d291625a5e2bf388dac9a9a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T18:59:50.000Z",
      "commit": "d5542631282fcb75ef6d19a64034f796097e5c89",
      "fileid": "a84d82c2166c8cfb3950d5ef339c1c54e0351226a60dc85f56594fac3419598a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T18:59:45.000Z",
      "commit": "d5542631282fcb75ef6d19a64034f796097e5c89",
      "fileid": "3e0ebbc014e6e139f56f3552082edc7dbcf78dbd5736eb2e1dea0b2c7c06714d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T18:59:40.000Z",
      "commit": "d5542631282fcb75ef6d19a64034f796097e5c89",
      "fileid": "6c5ade0f6dd10a4254ce579b1f31e7a79fbdf28b47ff3671c102daa1912baafc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/antoniczolgowski/actions/runs/26277047244"
    }
  ]
}