{
  "version": 1,
  "locale": "en_US",
  "platform": "4.5.2",
  "metadata": {
    "appmode": "shiny",
    "primary_rmd": null,
    "primary_html": null,
    "content_category": null,
    "has_parameters": false
  },
  "packages": {
    "R6": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "R6",
        "Title": "Encapsulated Classes with Reference Semantics",
        "Version": "2.6.1",
        "Authors@R": "c(\n    person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n  )",
        "Description": "Creates classes with reference semantics, similar to R's\n    built-in reference classes. Compared to reference classes, R6 classes\n    are simpler and lighter-weight, and they are not built on S4 classes\n    so they do not require the methods package. These classes allow public\n    and private members, and they support inheritance, even when the\n    classes are defined in different packages.",
        "License": "MIT + file LICENSE",
        "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6",
        "BugReports": "https://github.com/r-lib/R6/issues",
        "Depends": "R (>= 3.6)",
        "Suggests": "lobstr, testthat (>= 3.0.0)",
        "Config/Needs/website": "tidyverse/tidytemplate, ggplot2, microbenchmark,\nscales",
        "Config/testthat/edition": "3",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.2",
        "NeedsCompilation": "no",
        "Packaged": "2025-02-14 21:15:19 UTC; winston",
        "Author": "Winston Chang [aut, cre],\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Winston Chang <winston@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2025-02-15 00:50:02 UTC",
        "Built": "R 4.5.0; ; 2025-02-15 01:07:20 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "R6",
        "RemoteRef": "R6",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "2.6.1"
      }
    },
    "Rcpp": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "Rcpp",
        "Title": "Seamless R and C++ Integration",
        "Version": "1.1.1",
        "Date": "2026-01-07",
        "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\",\n                    comment = c(ORCID = \"0000-0001-6419-907X\")),\n             person(\"Romain\", \"Francois\", role = \"aut\",\n                    comment = c(ORCID = \"0000-0002-2444-4226\")),\n             person(\"JJ\", \"Allaire\", role = \"aut\",\n                    comment = c(ORCID = \"0000-0003-0174-9868\")),\n             person(\"Kevin\", \"Ushey\", role = \"aut\",\n                    comment = c(ORCID = \"0000-0003-2880-7407\")),\n             person(\"Qiang\", \"Kou\", role = \"aut\",\n                    comment = c(ORCID = \"0000-0001-6786-5453\")),\n             person(\"Nathan\", \"Russell\", role = \"aut\"),\n             person(\"Iñaki\", \"Ucar\", role = \"aut\",\n                    comment = c(ORCID = \"0000-0001-6403-5550\")),\n             person(\"Doug\", \"Bates\", role = \"aut\",\n                    comment = c(ORCID = \"0000-0001-8316-9503\")),\n             person(\"John\", \"Chambers\", role = \"aut\"))",
        "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\n offer a seamless integration of R and C++. Many R data types and objects can be\n mapped back and forth to C++ equivalents which facilitates both writing of new\n code as well as easier integration of third-party libraries. Documentation\n about 'Rcpp' is provided by several vignettes included in this package, via the\n 'Rcpp Gallery' site at <https://gallery.rcpp.org>, the paper by Eddelbuettel and\n Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013,\n <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018,\n <doi:10.1080/00031305.2017.1375990>); see 'citation(\"Rcpp\")' for details.",
        "Depends": "R (>= 3.5.0)",
        "Imports": "methods, utils",
        "Suggests": "tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)",
        "URL": "https://www.rcpp.org,\nhttps://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp",
        "License": "GPL (>= 2)",
        "BugReports": "https://github.com/RcppCore/Rcpp/issues",
        "MailingList": "rcpp-devel@lists.r-forge.r-project.org",
        "RoxygenNote": "6.1.1",
        "Encoding": "UTF-8",
        "VignetteBuilder": "Rcpp",
        "NeedsCompilation": "yes",
        "Packaged": "2026-01-08 14:33:45 UTC; edd",
        "Author": "Dirk Eddelbuettel [aut, cre] (ORCID:\n    <https://orcid.org/0000-0001-6419-907X>),\n  Romain Francois [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>),\n  JJ Allaire [aut] (ORCID: <https://orcid.org/0000-0003-0174-9868>),\n  Kevin Ushey [aut] (ORCID: <https://orcid.org/0000-0003-2880-7407>),\n  Qiang Kou [aut] (ORCID: <https://orcid.org/0000-0001-6786-5453>),\n  Nathan Russell [aut],\n  Iñaki Ucar [aut] (ORCID: <https://orcid.org/0000-0001-6403-5550>),\n  Doug Bates [aut] (ORCID: <https://orcid.org/0000-0001-8316-9503>),\n  John Chambers [aut]",
        "Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
        "Repository": "CRAN",
        "Date/Publication": "2026-01-10 09:50:02 UTC",
        "Built": "R 4.5.2; aarch64-apple-darwin20; 2026-01-10 11:50:00 UTC; unix",
        "Archs": "Rcpp.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "Rcpp",
        "RemoteRef": "Rcpp",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.1.1"
      }
    },
    "base64enc": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "base64enc",
        "Version": "0.1-6",
        "Title": "Tools for 'base64' Encoding",
        "Author": "Simon Urbanek [aut, cre, cph] (https://urbanek.nz, ORCID:\n    <https://orcid.org/0000-0003-2297-1732>)",
        "Authors@R": "person(\"Simon\", \"Urbanek\", role=c(\"aut\",\"cre\",\"cph\"), email=\"Simon.Urbanek@r-project.org\", comment=c(\"https://urbanek.nz\", ORCID=\"0000-0003-2297-1732\"))",
        "Maintainer": "Simon Urbanek <Simon.Urbanek@r-project.org>",
        "Depends": "R (>= 2.9.0)",
        "Enhances": "png",
        "Description": "Tools for handling 'base64' encoding. It is more flexible than the orphaned 'base64' package.",
        "License": "GPL-2 | GPL-3",
        "URL": "https://www.rforge.net/base64enc",
        "BugReports": "https://github.com/s-u/base64enc/issues",
        "NeedsCompilation": "yes",
        "Packaged": "2026-02-02 01:51:07 UTC; rforge",
        "Repository": "CRAN",
        "Date/Publication": "2026-02-02 06:31:10 UTC",
        "Built": "R 4.5.2; aarch64-apple-darwin20; 2026-02-02 07:45:38 UTC; unix",
        "Archs": "base64enc.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "base64enc",
        "RemoteRef": "base64enc",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.1-6"
      }
    },
    "bslib": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "bslib",
        "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'",
        "Version": "0.10.0",
        "Authors@R": "c(\n    person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n           comment = c(ORCID = \"0000-0002-4958-2844\")),\n    person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n    person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0002-7111-0077\")),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n    person(, \"Bootstrap contributors\", role = \"ctb\",\n           comment = \"Bootstrap library\"),\n    person(, \"Twitter, Inc\", role = \"cph\",\n           comment = \"Bootstrap library\"),\n    person(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\n           comment = \"Bootstrap colorpicker library\"),\n    person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\n           comment = \"Bootswatch library\"),\n    person(, \"PayPal\", role = c(\"ctb\", \"cph\"),\n           comment = \"Bootstrap accessibility plugin\")\n  )",
        "Description": "Simplifies custom 'CSS' styling of both 'shiny' and\n    'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as\n    well as their various 'Bootswatch' themes. An interactive widget is\n    also provided for previewing themes in real time.",
        "License": "MIT + file LICENSE",
        "URL": "https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib",
        "BugReports": "https://github.com/rstudio/bslib/issues",
        "Depends": "R (>= 2.10)",
        "Imports": "base64enc, cachem, fastmap (>= 1.1.1), grDevices, htmltools\n(>= 0.5.8), jquerylib (>= 0.1.3), jsonlite, lifecycle, memoise\n(>= 2.0.1), mime, rlang, sass (>= 0.4.9)",
        "Suggests": "brand.yml, bsicons, curl, fontawesome, future, ggplot2,\nknitr, lattice, magrittr, rappdirs, rmarkdown (>= 2.7), shiny\n(>= 1.11.1), testthat, thematic, tools, utils, withr, yaml",
        "Config/Needs/deploy": "BH, chiflights22, colourpicker, commonmark, cpp11,\ncpsievert/chiflights22, cpsievert/histoslider, dplyr, DT,\nggplot2, ggridges, gt, hexbin, histoslider, htmlwidgets,\nlattice, leaflet, lubridate, markdown, modelr, plotly,\nreactable, reshape2, rprojroot, rsconnect, rstudio/shiny,\nscales, styler, tibble",
        "Config/Needs/routine": "chromote, desc, renv",
        "Config/Needs/website": "brio, crosstalk, dplyr, DT, ggplot2, glue,\nhtmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr,\nrprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2",
        "Config/testthat/edition": "3",
        "Config/testthat/parallel": "true",
        "Config/testthat/start-first": "zzzz-bs-sass, fonts, zzz-precompile,\ntheme-*, rmd-*",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.3",
        "Collate": "'accordion.R' 'breakpoints.R' 'bs-current-theme.R'\n'bs-dependencies.R' 'bs-global.R' 'bs-remove.R'\n'bs-theme-layers.R' 'bs-theme-preset-bootswatch.R'\n'bs-theme-preset-brand.R' 'bs-theme-preset-builtin.R'\n'bs-theme-preset.R' 'utils.R' 'bs-theme-preview.R'\n'bs-theme-update.R' 'bs-theme.R' 'bslib-package.R' 'buttons.R'\n'card.R' 'deprecated.R' 'files.R' 'fill.R' 'imports.R'\n'input-code-editor.R' 'input-dark-mode.R' 'input-submit.R'\n'input-switch.R' 'layout.R' 'nav-items.R' 'nav-update.R'\n'navbar_options.R' 'navs-legacy.R' 'navs.R' 'onLoad.R' 'page.R'\n'popover.R' 'precompiled.R' 'print.R' 'shiny-devmode.R'\n'sidebar.R' 'staticimports.R' 'toast.R' 'tooltip.R'\n'utils-deps.R' 'utils-shiny.R' 'utils-tags.R' 'value-box.R'\n'version-default.R' 'versions.R'",
        "NeedsCompilation": "no",
        "Packaged": "2026-01-22 00:32:06 UTC; garrick",
        "Author": "Carson Sievert [aut, cre] (ORCID:\n    <https://orcid.org/0000-0002-4958-2844>),\n  Joe Cheng [aut],\n  Garrick Aden-Buie [aut] (ORCID:\n    <https://orcid.org/0000-0002-7111-0077>),\n  Posit Software, PBC [cph, fnd],\n  Bootstrap contributors [ctb] (Bootstrap library),\n  Twitter, Inc [cph] (Bootstrap library),\n  Javi Aguilar [ctb, cph] (Bootstrap colorpicker library),\n  Thomas Park [ctb, cph] (Bootswatch library),\n  PayPal [ctb, cph] (Bootstrap accessibility plugin)",
        "Maintainer": "Carson Sievert <carson@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2026-01-26 08:10:02 UTC",
        "Built": "R 4.5.2; ; 2026-01-26 12:05:36 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "bslib",
        "RemoteRef": "bslib",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.10.0"
      }
    },
    "cachem": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "cachem",
        "Version": "1.1.0",
        "Title": "Cache R Objects with Automatic Pruning",
        "Description": "Key-value stores with automatic pruning. Caches can limit\n    either their total size or the age of the oldest object (or both),\n    automatically pruning objects to maintain the constraints.",
        "Authors@R": "c(\n    person(\"Winston\", \"Chang\", , \"winston@posit.co\", c(\"aut\", \"cre\")),\n    person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")))",
        "License": "MIT + file LICENSE",
        "Encoding": "UTF-8",
        "ByteCompile": "true",
        "URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem",
        "Imports": "rlang, fastmap (>= 1.2.0)",
        "Suggests": "testthat",
        "RoxygenNote": "7.2.3",
        "Config/Needs/routine": "lobstr",
        "Config/Needs/website": "pkgdown",
        "NeedsCompilation": "yes",
        "Packaged": "2024-05-15 15:54:22 UTC; winston",
        "Author": "Winston Chang [aut, cre],\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Winston Chang <winston@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2024-05-16 09:50:11 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-03-31 21:43:44 UTC; unix",
        "Archs": "cachem.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "cachem",
        "RemoteRef": "cachem",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.1.0"
      }
    },
    "cli": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "cli",
        "Title": "Helpers for Developing Command Line Interfaces",
        "Version": "3.6.5",
        "Authors@R": "c(\n    person(\"Gábor\", \"Csárdi\", , \"gabor@posit.co\", role = c(\"aut\", \"cre\")),\n    person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n    person(\"Kirill\", \"Müller\", role = \"ctb\"),\n    person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\",\n           comment = c(ORCID = \"0000-0002-5329-5987\")),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n  )",
        "Description": "A suite of tools to build attractive command line interfaces\n    ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\n    etc. Supports custom themes via a 'CSS'-like language. It also\n    contains a number of lower level 'CLI' elements: rules, boxes, trees,\n    and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\n    colors and text styles as well.",
        "License": "MIT + file LICENSE",
        "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli",
        "BugReports": "https://github.com/r-lib/cli/issues",
        "Depends": "R (>= 3.4)",
        "Imports": "utils",
        "Suggests": "callr, covr, crayon, digest, glue (>= 1.6.0), grDevices,\nhtmltools, htmlwidgets, knitr, methods, processx, ps (>=\n1.3.4.9000), rlang (>= 1.0.2.9003), rmarkdown, rprojroot,\nrstudioapi, testthat (>= 3.2.0), tibble, whoami, withr",
        "Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc,\nfansi, prettyunits, sessioninfo, tidyverse/tidytemplate,\nusethis, vctrs",
        "Config/testthat/edition": "3",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.2",
        "NeedsCompilation": "yes",
        "Packaged": "2025-04-22 12:00:18 UTC; gaborcsardi",
        "Author": "Gábor Csárdi [aut, cre],\n  Hadley Wickham [ctb],\n  Kirill Müller [ctb],\n  Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>),\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Gábor Csárdi <gabor@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2025-04-23 13:50:02 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-04-23 14:06:41 UTC; unix",
        "Archs": "cli.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "cli",
        "RemoteRef": "cli",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "3.6.5"
      }
    },
    "commonmark": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "commonmark",
        "Type": "Package",
        "Title": "High Performance CommonMark and Github Markdown Rendering in R",
        "Version": "2.0.0",
        "Authors@R": "c(\n    person(\"Jeroen\", \"Ooms\", ,\"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\"),\n        comment = c(ORCID = \"0000-0002-4035-0289\")),\n    person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))",
        "Description": "The CommonMark specification <https://github.github.com/gfm/> defines\n    a rationalized version of markdown syntax. This package uses the 'cmark' \n    reference implementation for converting markdown text into various formats\n    including html, latex and groff man. In addition it exposes the markdown\n    parse tree in xml format. Also includes opt-in support for GFM extensions\n    including tables, autolinks, and strikethrough text.",
        "License": "BSD_2_clause + file LICENSE",
        "URL": "https://docs.ropensci.org/commonmark/\nhttps://ropensci.r-universe.dev/commonmark",
        "BugReports": "https://github.com/r-lib/commonmark/issues",
        "Suggests": "curl, testthat, xml2",
        "RoxygenNote": "7.3.2",
        "Language": "en-US",
        "Encoding": "UTF-8",
        "NeedsCompilation": "yes",
        "Packaged": "2025-07-07 13:20:39 UTC; jeroen",
        "Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>),\n  John MacFarlane [cph] (Author of cmark)",
        "Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
        "Repository": "CRAN",
        "Date/Publication": "2025-07-07 13:40:02 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-07-07 15:18:49 UTC; unix",
        "Archs": "commonmark.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "commonmark",
        "RemoteRef": "commonmark",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "2.0.0"
      }
    },
    "digest": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "digest",
        "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\",\n                    comment = c(ORCID = \"0000-0001-6419-907X\")),\n             person(\"Antoine\", \"Lucas\", role=\"ctb\", comment = c(ORCID = \"0000-0002-8059-9767\")),\n             person(\"Jarek\", \"Tuszynski\", role=\"ctb\"),\n             person(\"Henrik\", \"Bengtsson\", role=\"ctb\", comment = c(ORCID = \"0000-0002-7579-5165\")),\n             person(\"Simon\", \"Urbanek\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2297-1732\")),\n             person(\"Mario\", \"Frasca\", role=\"ctb\"),\n             person(\"Bryan\", \"Lewis\", role=\"ctb\"),\n             person(\"Murray\", \"Stokely\", role=\"ctb\"),\n             person(\"Hannes\", \"Muehleisen\", role=\"ctb\", comment = c(ORCID = \"0000-0001-8552-0029\")),\n             person(\"Duncan\", \"Murdoch\", role=\"ctb\"),\n             person(\"Jim\", \"Hester\", role=\"ctb\", comment = c(ORCID = \"0000-0002-2739-7082\")),\n             person(\"Wush\", \"Wu\", role=\"ctb\", comment = c(ORCID = \"0000-0001-5180-0567\")),\n             person(\"Qiang\", \"Kou\", role=\"ctb\", comment = c(ORCID = \"0000-0001-6786-5453\")),\n             person(\"Thierry\", \"Onkelinx\", role=\"ctb\", comment = c(ORCID = \"0000-0001-8804-4216\")),\n             person(\"Michel\", \"Lang\", role=\"ctb\", comment = c(ORCID = \"0000-0001-9754-0393\")),\n             person(\"Viliam\", \"Simko\", role=\"ctb\"),\n             person(\"Kurt\", \"Hornik\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4198-9911\")),\n             person(\"Radford\", \"Neal\", role=\"ctb\", comment = c(ORCID = \"0000-0002-2473-3407\")),\n             person(\"Kendon\", \"Bell\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9093-8312\")),\n             person(\"Matthew\", \"de Queljoe\", role=\"ctb\"),\n             person(\"Dmitry\", \"Selivanov\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0492-6647\")),\n             person(\"Ion\", \"Suruceanu\", role=\"ctb\", comment = c(ORCID = \"0009-0005-6446-4909\")),\n             person(\"Bill\", \"Denney\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5759-428X\")),\n             person(\"Dirk\", \"Schumacher\", role=\"ctb\"),\n             person(\"András\", \"Svraka\", role=\"ctb\", comment = c(ORCID = \"0009-0008-8480-1329\")),\n             person(\"Sergey\", \"Fedorov\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5970-7233\")),\n             person(\"Will\", \"Landau\", role=\"ctb\", comment = c(ORCID = \"0000-0003-1878-3253\")),\n             person(\"Floris\", \"Vanderhaeghe\", role=\"ctb\", comment = c(ORCID = \"0000-0002-6378-6229\")),\n             person(\"Kevin\", \"Tappe\", role=\"ctb\"),\n             person(\"Harris\", \"McGehee\", role=\"ctb\"),\n             person(\"Tim\", \"Mastny\", role=\"ctb\"),\n             person(\"Aaron\", \"Peikert\", role=\"ctb\", comment = c(ORCID = \"0000-0001-7813-818X\")),\n             person(\"Mark\", \"van der Loo\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9807-4686\")),\n             person(\"Chris\", \"Muir\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2555-3878\")),\n             person(\"Moritz\", \"Beller\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4852-0526\")),\n             person(\"Sebastian\", \"Campbell\", role=\"ctb\", comment = c(ORCID = \"0009-0000-5948-4503\")),\n             person(\"Winston\", \"Chang\", role=\"ctb\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n             person(\"Dean\", \"Attali\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5645-3493\")),\n             person(\"Michael\", \"Chirico\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0787-087X\")),\n             person(\"Kevin\", \"Ushey\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2880-7407\")),\n             person(\"Carl\", \"Pearson\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0701-7860\")))",
        "Version": "0.6.39",
        "Date": "2025-11-19",
        "Title": "Create Compact Hash Digests of R Objects",
        "Description": "Implementation of a function 'digest()' for the creation of hash\n digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128'\n algorithms) permitting easy comparison of R language objects, as well as functions\n such as 'hmac()' to create hash-based message authentication code. Please note that\n this package is not meant to be deployed for cryptographic purposes for which more\n comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.",
        "URL": "https://github.com/eddelbuettel/digest,\nhttps://eddelbuettel.github.io/digest/,\nhttps://dirk.eddelbuettel.com/code/digest.html",
        "BugReports": "https://github.com/eddelbuettel/digest/issues",
        "Depends": "R (>= 3.3.0)",
        "Imports": "utils",
        "License": "GPL (>= 2)",
        "Suggests": "tinytest, simplermarkdown, rbenchmark",
        "VignetteBuilder": "simplermarkdown",
        "Encoding": "UTF-8",
        "NeedsCompilation": "yes",
        "Packaged": "2025-11-19 11:55:09 UTC; edd",
        "Author": "Dirk Eddelbuettel [aut, cre] (ORCID:\n    <https://orcid.org/0000-0001-6419-907X>),\n  Antoine Lucas [ctb] (ORCID: <https://orcid.org/0000-0002-8059-9767>),\n  Jarek Tuszynski [ctb],\n  Henrik Bengtsson [ctb] (ORCID: <https://orcid.org/0000-0002-7579-5165>),\n  Simon Urbanek [ctb] (ORCID: <https://orcid.org/0000-0003-2297-1732>),\n  Mario Frasca [ctb],\n  Bryan Lewis [ctb],\n  Murray Stokely [ctb],\n  Hannes Muehleisen [ctb] (ORCID:\n    <https://orcid.org/0000-0001-8552-0029>),\n  Duncan Murdoch [ctb],\n  Jim Hester [ctb] (ORCID: <https://orcid.org/0000-0002-2739-7082>),\n  Wush Wu [ctb] (ORCID: <https://orcid.org/0000-0001-5180-0567>),\n  Qiang Kou [ctb] (ORCID: <https://orcid.org/0000-0001-6786-5453>),\n  Thierry Onkelinx [ctb] (ORCID: <https://orcid.org/0000-0001-8804-4216>),\n  Michel Lang [ctb] (ORCID: <https://orcid.org/0000-0001-9754-0393>),\n  Viliam Simko [ctb],\n  Kurt Hornik [ctb] (ORCID: <https://orcid.org/0000-0003-4198-9911>),\n  Radford Neal [ctb] (ORCID: <https://orcid.org/0000-0002-2473-3407>),\n  Kendon Bell [ctb] (ORCID: <https://orcid.org/0000-0002-9093-8312>),\n  Matthew de Queljoe [ctb],\n  Dmitry Selivanov [ctb] (ORCID: <https://orcid.org/0000-0003-0492-6647>),\n  Ion Suruceanu [ctb] (ORCID: <https://orcid.org/0009-0005-6446-4909>),\n  Bill Denney [ctb] (ORCID: <https://orcid.org/0000-0002-5759-428X>),\n  Dirk Schumacher [ctb],\n  András Svraka [ctb] (ORCID: <https://orcid.org/0009-0008-8480-1329>),\n  Sergey Fedorov [ctb] (ORCID: <https://orcid.org/0000-0002-5970-7233>),\n  Will Landau [ctb] (ORCID: <https://orcid.org/0000-0003-1878-3253>),\n  Floris Vanderhaeghe [ctb] (ORCID:\n    <https://orcid.org/0000-0002-6378-6229>),\n  Kevin Tappe [ctb],\n  Harris McGehee [ctb],\n  Tim Mastny [ctb],\n  Aaron Peikert [ctb] (ORCID: <https://orcid.org/0000-0001-7813-818X>),\n  Mark van der Loo [ctb] (ORCID: <https://orcid.org/0000-0002-9807-4686>),\n  Chris Muir [ctb] (ORCID: <https://orcid.org/0000-0003-2555-3878>),\n  Moritz Beller [ctb] (ORCID: <https://orcid.org/0000-0003-4852-0526>),\n  Sebastian Campbell [ctb] (ORCID:\n    <https://orcid.org/0009-0000-5948-4503>),\n  Winston Chang [ctb] (ORCID: <https://orcid.org/0000-0002-1576-2126>),\n  Dean Attali [ctb] (ORCID: <https://orcid.org/0000-0002-5645-3493>),\n  Michael Chirico [ctb] (ORCID: <https://orcid.org/0000-0003-0787-087X>),\n  Kevin Ushey [ctb] (ORCID: <https://orcid.org/0000-0003-2880-7407>),\n  Carl Pearson [ctb] (ORCID: <https://orcid.org/0000-0003-0701-7860>)",
        "Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
        "Repository": "CRAN",
        "Date/Publication": "2025-11-19 13:20:08 UTC",
        "Built": "R 4.5.2; aarch64-apple-darwin20; 2025-11-22 19:17:48 UTC; unix",
        "Archs": "digest.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "digest",
        "RemoteRef": "digest",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.6.39"
      }
    },
    "fastmap": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "fastmap",
        "Title": "Fast Data Structures",
        "Version": "1.2.0",
        "Authors@R": "c(\n    person(\"Winston\", \"Chang\", email = \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n    person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n    person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n    )",
        "Description": "Fast implementation of data structures, including a key-value\n    store, stack, and queue. Environments are commonly used as key-value stores\n    in R, but every time a new key is used, it is added to R's global symbol\n    table, causing a small amount of memory leakage. This can be problematic in\n    cases where many different keys are used. Fastmap avoids this memory leak\n    issue by implementing the map using data structures in C++.",
        "License": "MIT + file LICENSE",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.2.3",
        "Suggests": "testthat (>= 2.1.1)",
        "URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap",
        "BugReports": "https://github.com/r-lib/fastmap/issues",
        "NeedsCompilation": "yes",
        "Packaged": "2024-05-14 17:54:13 UTC; winston",
        "Author": "Winston Chang [aut, cre],\n  Posit Software, PBC [cph, fnd],\n  Tessil [cph] (hopscotch_map library)",
        "Maintainer": "Winston Chang <winston@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2024-05-15 09:00:07 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-03-31 21:43:00 UTC; unix",
        "Archs": "fastmap.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "fastmap",
        "RemoteRef": "fastmap",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.2.0"
      }
    },
    "fontawesome": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "fontawesome",
        "Version": "0.5.3",
        "Title": "Easily Work with 'Font Awesome' Icons",
        "Description": "Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'\n    documents and 'Shiny' apps. These icons can be inserted into HTML content\n    through inline 'SVG' tags or 'i' tags. There is also a utility function for\n    exporting 'Font Awesome' icons as 'PNG' images for those situations where\n    raster graphics are needed.",
        "Authors@R": "c(\n    person(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"),\n           comment = c(ORCID = \"0000-0003-3925-190X\")),\n    person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\",\n           comment = c(ORCID = \"0000-0003-4474-2498\")),\n    person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"),\n    person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\n           comment = \"Font-Awesome font\"),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n    )",
        "License": "MIT + file LICENSE",
        "URL": "https://github.com/rstudio/fontawesome,\nhttps://rstudio.github.io/fontawesome/",
        "BugReports": "https://github.com/rstudio/fontawesome/issues",
        "Encoding": "UTF-8",
        "ByteCompile": "true",
        "RoxygenNote": "7.3.2",
        "Depends": "R (>= 3.3.0)",
        "Imports": "rlang (>= 1.0.6), htmltools (>= 0.5.1.1)",
        "Suggests": "covr, dplyr (>= 1.0.8), gt (>= 0.9.0), knitr (>= 1.31),\ntestthat (>= 3.0.0), rsvg",
        "Config/testthat/edition": "3",
        "NeedsCompilation": "no",
        "Packaged": "2024-11-16 17:06:16 UTC; riannone",
        "Author": "Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>),\n  Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>),\n  Winston Chang [ctb],\n  Dave Gandy [ctb, cph] (Font-Awesome font),\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Richard Iannone <rich@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2024-11-16 17:30:02 UTC",
        "Built": "R 4.5.0; ; 2025-04-01 11:50:29 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "fontawesome",
        "RemoteRef": "fontawesome",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.5.3"
      }
    },
    "fs": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "fs",
        "Title": "Cross-Platform File System Operations Based on 'libuv'",
        "Version": "1.6.6",
        "Authors@R": "c(\n    person(\"Jim\", \"Hester\", role = \"aut\"),\n    person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n    person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n    person(\"libuv project contributors\", role = \"cph\",\n           comment = \"libuv library\"),\n    person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n           comment = \"libuv library\"),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n  )",
        "Description": "A cross-platform interface to file system operations, built\n    on top of the 'libuv' C library.",
        "License": "MIT + file LICENSE",
        "URL": "https://fs.r-lib.org, https://github.com/r-lib/fs",
        "BugReports": "https://github.com/r-lib/fs/issues",
        "Depends": "R (>= 3.6)",
        "Imports": "methods",
        "Suggests": "covr, crayon, knitr, pillar (>= 1.0.0), rmarkdown, spelling,\ntestthat (>= 3.0.0), tibble (>= 1.1.0), vctrs (>= 0.3.0), withr",
        "VignetteBuilder": "knitr",
        "ByteCompile": "true",
        "Config/Needs/website": "tidyverse/tidytemplate",
        "Config/testthat/edition": "3",
        "Copyright": "file COPYRIGHTS",
        "Encoding": "UTF-8",
        "Language": "en-US",
        "RoxygenNote": "7.2.3",
        "SystemRequirements": "GNU make",
        "NeedsCompilation": "yes",
        "Packaged": "2025-04-12 09:39:13 UTC; gaborcsardi",
        "Author": "Jim Hester [aut],\n  Hadley Wickham [aut],\n  Gábor Csárdi [aut, cre],\n  libuv project contributors [cph] (libuv library),\n  Joyent, Inc. and other Node contributors [cph] (libuv library),\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
        "Repository": "CRAN",
        "Date/Publication": "2025-04-12 10:40:02 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-04-12 11:59:24 UTC; unix",
        "Archs": "fs.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "fs",
        "RemoteRef": "fs",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.6.6"
      }
    },
    "glue": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "glue",
        "Title": "Interpreted String Literals",
        "Version": "1.8.0",
        "Authors@R": "c(\n    person(\"Jim\", \"Hester\", role = \"aut\",\n           comment = c(ORCID = \"0000-0002-2739-7082\")),\n    person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n           comment = c(ORCID = \"0000-0002-6983-2759\")),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n  )",
        "Description": "An implementation of interpreted string literals, inspired by\n    Python's Literal String Interpolation\n    <https://www.python.org/dev/peps/pep-0498/> and Docstrings\n    <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted\n    String Literals\n    <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.",
        "License": "MIT + file LICENSE",
        "URL": "https://glue.tidyverse.org/, https://github.com/tidyverse/glue",
        "BugReports": "https://github.com/tidyverse/glue/issues",
        "Depends": "R (>= 3.6)",
        "Imports": "methods",
        "Suggests": "crayon, DBI (>= 1.2.0), dplyr, knitr, magrittr, rlang,\nrmarkdown, RSQLite, testthat (>= 3.2.0), vctrs (>= 0.3.0),\nwaldo (>= 0.5.3), withr",
        "VignetteBuilder": "knitr",
        "ByteCompile": "true",
        "Config/Needs/website": "bench, forcats, ggbeeswarm, ggplot2, R.utils,\nrprintf, tidyr, tidyverse/tidytemplate",
        "Config/testthat/edition": "3",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.2",
        "NeedsCompilation": "yes",
        "Packaged": "2024-09-27 16:00:45 UTC; jenny",
        "Author": "Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>),\n  Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>),\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Jennifer Bryan <jenny@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2024-09-30 22:30:01 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-03-31 21:41:36 UTC; unix",
        "Archs": "glue.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "glue",
        "RemoteRef": "glue",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.8.0"
      }
    },
    "htmltools": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "htmltools",
        "Title": "Tools for HTML",
        "Version": "0.5.9",
        "Authors@R": "c(\n    person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n    person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n           comment = c(ORCID = \"0000-0002-4958-2844\")),\n    person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0001-9986-114X\")),\n    person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0002-1576-2126\")),\n    person(\"Yihui\", \"Xie\", , \"yihui@posit.co\", role = \"aut\"),\n    person(\"Jeff\", \"Allen\", role = \"aut\"),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n  )",
        "Description": "Tools for HTML generation and output.",
        "License": "GPL (>= 2)",
        "URL": "https://github.com/rstudio/htmltools,\nhttps://rstudio.github.io/htmltools/",
        "BugReports": "https://github.com/rstudio/htmltools/issues",
        "Depends": "R (>= 2.14.1)",
        "Imports": "base64enc, digest, fastmap (>= 1.1.0), grDevices, rlang (>=\n1.0.0), utils",
        "Suggests": "Cairo, markdown, ragg, shiny, testthat, withr",
        "Enhances": "knitr",
        "Config/Needs/check": "knitr",
        "Config/Needs/website": "rstudio/quillt, bench",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.3",
        "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'htmltools-package.R' 'images.R' 'known_tags.R'\n'selector.R' 'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R'\n'template.R'",
        "NeedsCompilation": "yes",
        "Packaged": "2025-12-02 23:32:55 UTC; cpsievert",
        "Author": "Joe Cheng [aut],\n  Carson Sievert [aut, cre] (ORCID:\n    <https://orcid.org/0000-0002-4958-2844>),\n  Barret Schloerke [aut] (ORCID: <https://orcid.org/0000-0001-9986-114X>),\n  Winston Chang [aut] (ORCID: <https://orcid.org/0000-0002-1576-2126>),\n  Yihui Xie [aut],\n  Jeff Allen [aut],\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Carson Sievert <carson@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2025-12-04 11:50:09 UTC",
        "Built": "R 4.5.2; aarch64-apple-darwin20; 2025-12-04 12:12:04 UTC; unix",
        "Archs": "htmltools.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "htmltools",
        "RemoteRef": "htmltools",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.5.9"
      }
    },
    "httpuv": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "httpuv",
        "Title": "HTTP and WebSocket Server Library",
        "Version": "1.6.16",
        "Authors@R": "c(\n    person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n    person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n    person(\"Posit, PBC\", \"fnd\", role = \"cph\"),\n    person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\n    person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n    person(\"Andrzej\", \"Krzemienski\", role = \"cph\",\n           comment = \"optional.hpp\"),\n    person(\"libuv project contributors\", role = \"cph\",\n           comment = \"libuv library, see src/libuv/AUTHORS file\"),\n    person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n           comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\n    person(\"Niels\", \"Provos\", role = \"cph\",\n           comment = \"libuv subcomponent: tree.h\"),\n    person(\"Internet Systems Consortium, Inc.\", role = \"cph\",\n           comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\n    person(\"Alexander\", \"Chemeris\", role = \"cph\",\n           comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\n    person(\"Google, Inc.\", role = \"cph\",\n           comment = \"libuv subcomponent: pthread-fixes.c\"),\n    person(\"Sony Mobile Communcations AB\", role = \"cph\",\n           comment = \"libuv subcomponent: pthread-fixes.c\"),\n    person(\"Berkeley Software Design Inc.\", role = \"cph\",\n           comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n    person(\"Kenneth\", \"MacKay\", role = \"cph\",\n           comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n    person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\n           comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n    person(\"Steve\", \"Reid\", role = \"aut\",\n           comment = \"SHA-1 implementation\"),\n    person(\"James\", \"Brown\", role = \"aut\",\n           comment = \"SHA-1 implementation\"),\n    person(\"Bob\", \"Trower\", role = \"aut\",\n           comment = \"base64 implementation\"),\n    person(\"Alexander\", \"Peslyak\", role = \"aut\",\n           comment = \"MD5 implementation\"),\n    person(\"Trantor Standard Systems\", role = \"cph\",\n           comment = \"base64 implementation\"),\n    person(\"Igor\", \"Sysoev\", role = \"cph\",\n           comment = \"http-parser\")\n  )",
        "Description": "Provides low-level socket and protocol support for handling\n    HTTP and WebSocket requests directly from within R. It is primarily\n    intended as a building block for other packages, rather than making it\n    particularly easy to create complete web applications using httpuv\n    alone.  httpuv is built on top of the libuv and http-parser C\n    libraries, both of which were developed by Joyent, Inc. (See LICENSE\n    file for libuv and http-parser license information.)",
        "License": "GPL (>= 2) | file LICENSE",
        "URL": "https://github.com/rstudio/httpuv",
        "BugReports": "https://github.com/rstudio/httpuv/issues",
        "Depends": "R (>= 2.15.1)",
        "Imports": "later (>= 0.8.0), promises, R6, Rcpp (>= 1.0.7), utils",
        "Suggests": "callr, curl, jsonlite, testthat, websocket",
        "LinkingTo": "later, Rcpp",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.2",
        "SystemRequirements": "GNU make, zlib",
        "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'staticServer.R' 'static_paths.R' 'utils.R'",
        "NeedsCompilation": "yes",
        "Packaged": "2025-04-15 17:47:41 UTC; cg334",
        "Author": "Joe Cheng [aut],\n  Winston Chang [aut, cre],\n  Posit, PBC fnd [cph],\n  Hector Corrada Bravo [ctb],\n  Jeroen Ooms [ctb],\n  Andrzej Krzemienski [cph] (optional.hpp),\n  libuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\n    file),\n  Joyent, Inc. and other Node contributors [cph] (libuv library, see\n    src/libuv/AUTHORS file; and http-parser library, see\n    src/http-parser/AUTHORS file),\n  Niels Provos [cph] (libuv subcomponent: tree.h),\n  Internet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\n    and inet_ntop, contained in src/libuv/src/inet.c),\n  Alexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\n    msinttypes)),\n  Google, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\n  Sony Mobile Communcations AB [cph] (libuv subcomponent:\n    pthread-fixes.c),\n  Berkeley Software Design Inc. [cph] (libuv subcomponent:\n    android-ifaddrs.h, android-ifaddrs.c),\n  Kenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\n    android-ifaddrs.c),\n  Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n    (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\n  Steve Reid [aut] (SHA-1 implementation),\n  James Brown [aut] (SHA-1 implementation),\n  Bob Trower [aut] (base64 implementation),\n  Alexander Peslyak [aut] (MD5 implementation),\n  Trantor Standard Systems [cph] (base64 implementation),\n  Igor Sysoev [cph] (http-parser)",
        "Maintainer": "Winston Chang <winston@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2025-04-16 08:00:06 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-04-16 09:05:24 UTC; unix",
        "Archs": "httpuv.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "httpuv",
        "RemoteRef": "httpuv",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.6.16"
      }
    },
    "jquerylib": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "jquerylib",
        "Title": "Obtain 'jQuery' as an HTML Dependency Object",
        "Version": "0.1.4",
        "Authors@R": "c(\n    person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n    person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\n    person(family = \"RStudio\", role = \"cph\"),\n    person(family = \"jQuery Foundation\", role = \"cph\",\n    comment = \"jQuery library and jQuery UI library\"),\n    person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n    comment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\")\n    )",
        "Description": "Obtain any major version of 'jQuery' (<https://code.jquery.com/>) and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown').\n    Most R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.",
        "License": "MIT + file LICENSE",
        "Encoding": "UTF-8",
        "Config/testthat/edition": "3",
        "RoxygenNote": "7.0.2",
        "Imports": "htmltools",
        "Suggests": "testthat",
        "NeedsCompilation": "no",
        "Packaged": "2021-04-26 16:40:21 UTC; cpsievert",
        "Author": "Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>),\n  Joe Cheng [aut],\n  RStudio [cph],\n  jQuery Foundation [cph] (jQuery library and jQuery UI library),\n  jQuery contributors [ctb, cph] (jQuery library; authors listed in\n    inst/lib/jquery-AUTHORS.txt)",
        "Maintainer": "Carson Sievert <carson@rstudio.com>",
        "Repository": "CRAN",
        "Date/Publication": "2021-04-26 17:10:02 UTC",
        "Built": "R 4.5.0; ; 2025-04-01 11:50:17 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "jquerylib",
        "RemoteRef": "jquerylib",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.1.4"
      }
    },
    "jsonlite": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "jsonlite",
        "Version": "2.0.0",
        "Title": "A Simple and Robust JSON Parser and Generator for R",
        "License": "MIT + file LICENSE",
        "Depends": "methods",
        "Authors@R": "c(\n    person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\",\n      comment = c(ORCID = \"0000-0002-4035-0289\")),\n    person(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\n    person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))",
        "URL": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805",
        "BugReports": "https://github.com/jeroen/jsonlite/issues",
        "Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
        "VignetteBuilder": "knitr, R.rsp",
        "Description": "A reasonably fast JSON parser and generator, optimized for statistical \n    data and the web. Offers simple, flexible tools for working with JSON in R, and\n    is particularly powerful for building pipelines and interacting with a web API. \n    The implementation is based on the mapping described in the vignette (Ooms, 2014).\n    In addition to converting JSON data from/to R objects, 'jsonlite' contains \n    functions to stream, validate, and prettify JSON data. The unit tests included \n    with the package verify that all edge cases are encoded and decoded consistently \n    for use with dynamic data in systems and applications.",
        "Suggests": "httr, vctrs, testthat, knitr, rmarkdown, R.rsp, sf",
        "RoxygenNote": "7.3.2",
        "Encoding": "UTF-8",
        "NeedsCompilation": "yes",
        "Packaged": "2025-03-26 11:36:10 UTC; jeroen",
        "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),\n  Duncan Temple Lang [ctb],\n  Lloyd Hilaiel [cph] (author of bundled libyajl)",
        "Repository": "CRAN",
        "Date/Publication": "2025-03-27 06:40:02 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-03-27 07:33:55 UTC; unix",
        "Archs": "jsonlite.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "jsonlite",
        "RemoteRef": "jsonlite",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "2.0.0"
      }
    },
    "later": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "later",
        "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops",
        "Version": "1.4.5",
        "Authors@R": "c(\n    person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0002-1576-2126\")),\n    person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n    person(\"Charlie\", \"Gao\", , \"charlie.gao@posit.co\", role = c(\"aut\", \"cre\"),\n           comment = c(ORCID = \"0000-0002-0750-061X\")),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n           comment = c(ROR = \"03wc8by49\")),\n    person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"),\n           comment = \"TinyCThread library, https://tinycthread.github.io/\"),\n    person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"),\n           comment = \"TinyCThread library, https://tinycthread.github.io/\")\n  )",
        "Description": "Executes arbitrary R or C functions some time after the\n    current time, after the R execution stack has emptied. The functions\n    are scheduled in an event loop.",
        "License": "MIT + file LICENSE",
        "URL": "https://later.r-lib.org, https://github.com/r-lib/later",
        "BugReports": "https://github.com/r-lib/later/issues",
        "Depends": "R (>= 3.5)",
        "Imports": "Rcpp (>= 1.0.10), rlang",
        "Suggests": "knitr, nanonext, promises, rmarkdown, testthat (>= 3.0.0)",
        "LinkingTo": "Rcpp",
        "VignetteBuilder": "knitr",
        "Config/build/compilation-database": "true",
        "Config/Needs/website": "tidyverse/tidytemplate",
        "Config/testthat/edition": "3",
        "Config/usethis/last-upkeep": "2025-07-18",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.3",
        "NeedsCompilation": "yes",
        "Packaged": "2026-01-07 15:27:55 UTC; shikokuchuo",
        "Author": "Winston Chang [aut] (ORCID: <https://orcid.org/0000-0002-1576-2126>),\n  Joe Cheng [aut],\n  Charlie Gao [aut, cre] (ORCID: <https://orcid.org/0000-0002-0750-061X>),\n  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>),\n  Marcus Geelnard [ctb, cph] (TinyCThread library,\n    https://tinycthread.github.io/),\n  Evan Nemerson [ctb, cph] (TinyCThread library,\n    https://tinycthread.github.io/)",
        "Maintainer": "Charlie Gao <charlie.gao@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2026-01-08 06:11:06 UTC",
        "Built": "R 4.5.2; aarch64-apple-darwin20; 2026-01-08 07:02:57 UTC; unix",
        "Archs": "later.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "later",
        "RemoteRef": "later",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.4.5"
      }
    },
    "lifecycle": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "lifecycle",
        "Title": "Manage the Life Cycle of your Package Functions",
        "Version": "1.0.5",
        "Authors@R": "c(\n    person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n    person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0003-4757-117X\")),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n  )",
        "Description": "Manage the life cycle of your exported functions with shared\n    conventions, documentation badges, and user-friendly deprecation\n    warnings.",
        "License": "MIT + file LICENSE",
        "URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle",
        "BugReports": "https://github.com/r-lib/lifecycle/issues",
        "Depends": "R (>= 3.6)",
        "Imports": "cli (>= 3.4.0), rlang (>= 1.1.0)",
        "Suggests": "covr, knitr, lintr (>= 3.1.0), rmarkdown, testthat (>=\n3.0.1), tibble, tidyverse, tools, vctrs, withr, xml2",
        "VignetteBuilder": "knitr",
        "Config/Needs/website": "tidyverse/tidytemplate, usethis",
        "Config/testthat/edition": "3",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.3",
        "NeedsCompilation": "no",
        "Packaged": "2026-01-07 15:00:49 UTC; lionel",
        "Author": "Lionel Henry [aut, cre],\n  Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>),\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Lionel Henry <lionel@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2026-01-08 08:00:02 UTC",
        "Built": "R 4.5.2; ; 2026-01-08 12:03:10 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "lifecycle",
        "RemoteRef": "lifecycle",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.0.5"
      }
    },
    "magrittr": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "magrittr",
        "Title": "A Forward-Pipe Operator for R",
        "Version": "2.0.4",
        "Authors@R": "c(\n    person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\n           comment = \"Original author and creator of magrittr\"),\n    person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n    person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"cre\"),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n            comment = c(ROR = \"03wc8by49\"))\n  )",
        "Description": "Provides a mechanism for chaining commands with a new\n    forward-pipe operator, %>%. This operator will forward a value, or the\n    result of an expression, into the next function call/expression.\n    There is flexible support for the type of right-hand side expressions.\n    For more information, see package vignette.  To quote Rene Magritte,\n    \"Ceci n'est pas un pipe.\"",
        "License": "MIT + file LICENSE",
        "URL": "https://magrittr.tidyverse.org,\nhttps://github.com/tidyverse/magrittr",
        "BugReports": "https://github.com/tidyverse/magrittr/issues",
        "Depends": "R (>= 3.4.0)",
        "Suggests": "covr, knitr, rlang, rmarkdown, testthat",
        "VignetteBuilder": "knitr",
        "ByteCompile": "Yes",
        "Config/Needs/website": "tidyverse/tidytemplate",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.3",
        "NeedsCompilation": "yes",
        "Packaged": "2025-09-11 16:45:15 UTC; lionel",
        "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\n    magrittr),\n  Hadley Wickham [aut],\n  Lionel Henry [cre],\n  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
        "Maintainer": "Lionel Henry <lionel@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2025-09-12 07:20:14 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-09-12 08:49:30 UTC; unix",
        "Archs": "magrittr.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "magrittr",
        "RemoteRef": "magrittr",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "2.0.4"
      }
    },
    "memoise": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "memoise",
        "Title": "'Memoisation' of Functions",
        "Version": "2.0.1",
        "Authors@R": "\n    c(person(given = \"Hadley\",\n             family = \"Wickham\",\n             role = \"aut\",\n             email = \"hadley@rstudio.com\"),\n      person(given = \"Jim\",\n             family = \"Hester\",\n             role = \"aut\"),\n      person(given = \"Winston\",\n             family = \"Chang\",\n             role = c(\"aut\", \"cre\"),\n             email = \"winston@rstudio.com\"),\n      person(given = \"Kirill\",\n             family = \"Müller\",\n             role = \"aut\",\n             email = \"krlmlr+r@mailbox.org\"),\n      person(given = \"Daniel\",\n             family = \"Cook\",\n             role = \"aut\",\n             email = \"danielecook@gmail.com\"),\n      person(given = \"Mark\",\n             family = \"Edmondson\",\n             role = \"ctb\",\n             email = \"r@sunholo.com\"))",
        "Description": "Cache the results of a function so that when you\n    call it again with the same arguments it returns the previously computed\n    value.",
        "License": "MIT + file LICENSE",
        "URL": "https://memoise.r-lib.org, https://github.com/r-lib/memoise",
        "BugReports": "https://github.com/r-lib/memoise/issues",
        "Imports": "rlang (>= 0.4.10), cachem",
        "Suggests": "digest, aws.s3, covr, googleAuthR, googleCloudStorageR, httr,\ntestthat",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.1.2",
        "NeedsCompilation": "no",
        "Packaged": "2021-11-24 21:24:50 UTC; jhester",
        "Author": "Hadley Wickham [aut],\n  Jim Hester [aut],\n  Winston Chang [aut, cre],\n  Kirill Müller [aut],\n  Daniel Cook [aut],\n  Mark Edmondson [ctb]",
        "Maintainer": "Winston Chang <winston@rstudio.com>",
        "Repository": "CRAN",
        "Date/Publication": "2021-11-26 16:11:10 UTC",
        "Built": "R 4.5.0; ; 2025-04-01 06:31:57 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "memoise",
        "RemoteRef": "memoise",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "2.0.1"
      }
    },
    "mime": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "mime",
        "Type": "Package",
        "Title": "Map Filenames to MIME Types",
        "Version": "0.13",
        "Authors@R": "c(\n    person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")),\n    person(\"Jeffrey\", \"Horner\", role = \"ctb\"),\n    person(\"Beilei\", \"Bian\", role = \"ctb\")\n    )",
        "Description": "Guesses the MIME type from a filename extension using the data\n    derived from /etc/mime.types in UNIX-type systems.",
        "Imports": "tools",
        "License": "GPL",
        "URL": "https://github.com/yihui/mime",
        "BugReports": "https://github.com/yihui/mime/issues",
        "RoxygenNote": "7.3.2",
        "Encoding": "UTF-8",
        "NeedsCompilation": "yes",
        "Packaged": "2025-03-17 19:54:24 UTC; runner",
        "Author": "Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>,\n    https://yihui.org),\n  Jeffrey Horner [ctb],\n  Beilei Bian [ctb]",
        "Maintainer": "Yihui Xie <xie@yihui.name>",
        "Repository": "CRAN",
        "Date/Publication": "2025-03-17 20:20:02 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-03-31 21:43:02 UTC; unix",
        "Archs": "mime.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "mime",
        "RemoteRef": "mime",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.13"
      }
    },
    "otel": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "otel",
        "Title": "OpenTelemetry R API",
        "Version": "0.2.0",
        "Authors@R": "\n    person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\"))",
        "Description": "High-quality, ubiquitous, and portable telemetry to enable\n    effective observability. OpenTelemetry is a collection of tools,\n    APIs, and SDKs used to instrument, generate, collect, and export\n    telemetry data (metrics, logs, and traces) for analysis in order to\n    understand your software's performance and behavior.\n    This package implements the OpenTelemetry API:\n    <https://opentelemetry.io/docs/specs/otel/>.\n    Use this package as a dependency if you want to instrument your R\n    package for OpenTelemetry.",
        "License": "MIT + file LICENSE",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.2.9000",
        "Depends": "R (>= 3.6.0)",
        "Suggests": "callr, cli, glue, jsonlite, otelsdk, processx, shiny,\nspelling, testthat (>= 3.0.0), utils, withr",
        "Config/Needs/website": "tidyverse/tidytemplate",
        "Config/testthat/edition": "3",
        "URL": "https://otel.r-lib.org, https://github.com/r-lib/otel",
        "Additional_repositories": "https://github.com/r-lib/otelsdk/releases/download/devel",
        "BugReports": "https://github.com/r-lib/otel/issues",
        "NeedsCompilation": "no",
        "Packaged": "2025-08-29 12:46:28 UTC; gaborcsardi",
        "Author": "Gábor Csárdi [aut, cre]",
        "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
        "Repository": "CRAN",
        "Date/Publication": "2025-08-29 13:30:07 UTC",
        "Built": "R 4.5.0; ; 2025-09-01 01:35:46 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "otel",
        "RemoteRef": "otel",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.2.0"
      }
    },
    "promises": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "promises",
        "Title": "Abstractions for Promise-Based Asynchronous Programming",
        "Version": "1.5.0",
        "Authors@R": "c(\n    person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n    person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = c(\"aut\", \"cre\"),\n           comment = c(ORCID = \"0000-0001-9986-114X\")),\n    person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0002-1576-2126\")),\n    person(\"Charlie\", \"Gao\", , \"charlie.gao@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0002-0750-061X\")),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n           comment = c(ROR = \"03wc8by49\"))\n  )",
        "Description": "Provides fundamental abstractions for doing asynchronous\n    programming in R using promises. Asynchronous programming is useful\n    for allowing a single R process to orchestrate multiple tasks in the\n    background while also attending to something else. Semantics are\n    similar to 'JavaScript' promises, but with a syntax that is idiomatic\n    R.",
        "License": "MIT + file LICENSE",
        "URL": "https://rstudio.github.io/promises/,\nhttps://github.com/rstudio/promises",
        "BugReports": "https://github.com/rstudio/promises/issues",
        "Depends": "R (>= 4.1.0)",
        "Imports": "fastmap (>= 1.1.0), later, lifecycle, magrittr (>= 1.5), otel\n(>= 0.2.0), R6, rlang",
        "Suggests": "future (>= 1.21.0), knitr, mirai, otelsdk (>= 0.2.0), purrr,\nRcpp, rmarkdown, spelling, testthat (>= 3.0.0), vembedr",
        "VignetteBuilder": "knitr",
        "Config/Needs/website": "rsconnect, tidyverse/tidytemplate",
        "Config/testthat/edition": "3",
        "Config/usethis/last-upkeep": "2025-05-27",
        "Encoding": "UTF-8",
        "Language": "en-US",
        "RoxygenNote": "7.3.3",
        "NeedsCompilation": "no",
        "Packaged": "2025-10-31 20:26:43 UTC; barret",
        "Author": "Joe Cheng [aut],\n  Barret Schloerke [aut, cre] (ORCID:\n    <https://orcid.org/0000-0001-9986-114X>),\n  Winston Chang [aut] (ORCID: <https://orcid.org/0000-0002-1576-2126>),\n  Charlie Gao [aut] (ORCID: <https://orcid.org/0000-0002-0750-061X>),\n  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
        "Maintainer": "Barret Schloerke <barret@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2025-11-01 06:30:02 UTC",
        "Built": "R 4.5.0; ; 2025-11-01 08:07:07 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "promises",
        "RemoteRef": "promises",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.5.0"
      }
    },
    "rappdirs": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "rappdirs",
        "Title": "Application Directories: Determine Where to Save Data, Caches,\nand Logs",
        "Version": "0.3.4",
        "Authors@R": "c(\n    person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"trl\", \"cre\", \"cph\")),\n    person(\"Sridhar\", \"Ratnakumar\", role = \"aut\"),\n    person(\"Trent\", \"Mick\", role = \"aut\"),\n    person(\"ActiveState\", role = \"cph\",\n           comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"),\n    person(\"Eddy\", \"Petrisor\", role = \"ctb\"),\n    person(\"Trevor\", \"Davis\", role = c(\"trl\", \"aut\"),\n           comment = c(ORCID = \"0000-0001-6341-4639\")),\n    person(\"Gabor\", \"Csardi\", role = \"ctb\"),\n    person(\"Gregory\", \"Jefferis\", role = \"ctb\"),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n           comment = c(ROR = \"03wc8by49\"))\n  )",
        "Description": "An easy way to determine which directories on the users\n    computer you should use to save data, caches and logs. A port of\n    Python's 'Appdirs' (<https://github.com/ActiveState/appdirs>) to R.",
        "License": "MIT + file LICENSE",
        "URL": "https://rappdirs.r-lib.org, https://github.com/r-lib/rappdirs",
        "BugReports": "https://github.com/r-lib/rappdirs/issues",
        "Depends": "R (>= 4.1)",
        "Suggests": "covr, roxygen2, testthat (>= 3.2.0), withr",
        "Config/Needs/website": "tidyverse/tidytemplate",
        "Config/testthat/edition": "3",
        "Config/usethis/last-upkeep": "2025-05-05",
        "Copyright": "Original python appdirs module copyright (c) 2010\nActiveState Software Inc. R port copyright Hadley Wickham,\nPosit, PBC.  See file LICENSE for details.",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.3",
        "NeedsCompilation": "yes",
        "Packaged": "2026-01-16 22:03:30 UTC; hadleywickham",
        "Author": "Hadley Wickham [trl, cre, cph],\n  Sridhar Ratnakumar [aut],\n  Trent Mick [aut],\n  ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated\n    from appdirs),\n  Eddy Petrisor [ctb],\n  Trevor Davis [trl, aut] (ORCID:\n    <https://orcid.org/0000-0001-6341-4639>),\n  Gabor Csardi [ctb],\n  Gregory Jefferis [ctb],\n  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
        "Maintainer": "Hadley Wickham <hadley@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2026-01-17 08:40:02 UTC",
        "Built": "R 4.5.2; aarch64-apple-darwin20; 2026-01-17 11:42:54 UTC; unix",
        "Archs": "rappdirs.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "rappdirs",
        "RemoteRef": "rappdirs",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.3.4"
      }
    },
    "rlang": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "rlang",
        "Version": "1.1.7",
        "Title": "Functions for Base Types and Core R and 'Tidyverse' Features",
        "Description": "A toolbox for working with base types, core R features\n  like the condition system, and core 'Tidyverse' features like tidy\n  evaluation.",
        "Authors@R": "c(\n    person(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\n    person(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\n    person(given = \"mikefc\",\n           email = \"mikefc@coolbutuseless.com\",\n           role = \"cph\",\n           comment = \"Hash implementation based on Mike's xxhashlite\"),\n    person(given = \"Yann\",\n           family = \"Collet\",\n           role = \"cph\",\n           comment = \"Author of the embedded xxHash library\"),\n    person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n    )",
        "License": "MIT + file LICENSE",
        "ByteCompile": "true",
        "Biarch": "true",
        "Depends": "R (>= 4.0.0)",
        "Imports": "utils",
        "Suggests": "cli (>= 3.1.0), covr, crayon, desc, fs, glue, knitr,\nmagrittr, methods, pillar, pkgload, rmarkdown, stats, testthat\n(>= 3.2.0), tibble, usethis, vctrs (>= 0.2.3), withr",
        "Enhances": "winch",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.3",
        "URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang",
        "BugReports": "https://github.com/r-lib/rlang/issues",
        "Config/build/compilation-database": "true",
        "Config/testthat/edition": "3",
        "Config/Needs/website": "dplyr, tidyverse/tidytemplate",
        "NeedsCompilation": "yes",
        "Packaged": "2026-01-08 10:35:58 UTC; lionel",
        "Author": "Lionel Henry [aut, cre],\n  Hadley Wickham [aut],\n  mikefc [cph] (Hash implementation based on Mike's xxhashlite),\n  Yann Collet [cph] (Author of the embedded xxHash library),\n  Posit, PBC [cph, fnd]",
        "Maintainer": "Lionel Henry <lionel@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2026-01-09 12:10:02 UTC",
        "Built": "R 4.5.2; aarch64-apple-darwin20; 2026-01-09 16:51:14 UTC; unix",
        "Archs": "rlang.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "rlang",
        "RemoteRef": "rlang",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.1.7"
      }
    },
    "sass": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "sass",
        "Version": "0.4.10",
        "Title": "Syntactically Awesome Style Sheets ('Sass')",
        "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\n    R developers can use variables, inheritance, and functions to generate\n    dynamic style sheets. The package uses the 'Sass CSS' extension language,\n    which is stable, powerful, and CSS compatible.",
        "Authors@R": "c(\n    person(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\n    person(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\n    person(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\n       comment = c(ORCID = \"0000-0003-3925-190X\")),\n    person(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\n           comment = c(ORCID = \"0000-0001-9986-114X\")),\n    person(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\n           comment = c(ORCID = \"0000-0002-4958-2844\")),\n    person(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\n           comment = c(ORCID = \"0000-0003-4474-2498\")),\n    person(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\n    person(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\n           comment = \"LibSass library\"),\n    person(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\n           comment = \"LibSass library\"),\n    person(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\n           comment = \"LibSass library\"),\n    person(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\n           comment = \"LibSass library\"),\n    person(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\n           comment = \"LibSass library\"),\n    person(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\n           comment = \"LibSass library\"),\n    person(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\n           comment = \"json.cpp\"),\n    person(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\n           comment = \"utf8.h\")\n    )",
        "License": "MIT + file LICENSE",
        "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass",
        "BugReports": "https://github.com/rstudio/sass/issues",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.2",
        "SystemRequirements": "GNU make",
        "Imports": "fs (>= 1.2.4), rlang (>= 0.4.10), htmltools (>= 0.5.1), R6,\nrappdirs",
        "Suggests": "testthat, knitr, rmarkdown, withr, shiny, curl",
        "VignetteBuilder": "knitr",
        "Config/testthat/edition": "3",
        "NeedsCompilation": "yes",
        "Packaged": "2025-04-11 18:34:19 UTC; cpsievert",
        "Author": "Joe Cheng [aut],\n  Timothy Mastny [aut],\n  Richard Iannone [aut] (<https://orcid.org/0000-0003-3925-190X>),\n  Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>),\n  Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>),\n  Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>),\n  RStudio [cph, fnd],\n  Sass Open Source Foundation [ctb, cph] (LibSass library),\n  Greter Marcel [ctb, cph] (LibSass library),\n  Mifsud Michael [ctb, cph] (LibSass library),\n  Hampton Catlin [ctb, cph] (LibSass library),\n  Natalie Weizenbaum [ctb, cph] (LibSass library),\n  Chris Eppstein [ctb, cph] (LibSass library),\n  Adams Joseph [ctb, cph] (json.cpp),\n  Trifunovic Nemanja [ctb, cph] (utf8.h)",
        "Maintainer": "Carson Sievert <carson@rstudio.com>",
        "Repository": "CRAN",
        "Date/Publication": "2025-04-11 19:50:02 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-04-11 21:17:02 UTC; unix",
        "Archs": "sass.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "sass",
        "RemoteRef": "sass",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.4.10"
      }
    },
    "shiny": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Type": "Package",
        "Package": "shiny",
        "Title": "Web Application Framework for R",
        "Version": "1.12.1",
        "Authors@R": "c(\n    person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0002-1576-2126\")),\n    person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n    person(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"),\n    person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n           comment = c(ORCID = \"0000-0002-4958-2844\")),\n    person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n           comment = c(ORCID = \"0000-0001-9986-114X\")),\n    person(\"Garrick\", \"Aden-Buie\", , \"garrick@adenbuie.com\", role = \"aut\",\n           comment = c(ORCID = \"0000-0002-7111-0077\")),\n    person(\"Yihui\", \"Xie\", , \"yihui@posit.co\", role = \"aut\"),\n    person(\"Jeff\", \"Allen\", role = \"aut\"),\n    person(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"),\n    person(\"Alan\", \"Dipert\", role = \"aut\"),\n    person(\"Barbara\", \"Borges\", role = \"aut\"),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n           comment = c(ROR = \"03wc8by49\")),\n    person(, \"jQuery Foundation\", role = \"cph\",\n           comment = \"jQuery library and jQuery UI library\"),\n    person(, \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n           comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n    person(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\n           comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\n    person(\"Mark\", \"Otto\", role = \"ctb\",\n           comment = \"Bootstrap library\"),\n    person(\"Jacob\", \"Thornton\", role = \"ctb\",\n           comment = \"Bootstrap library\"),\n    person(, \"Bootstrap contributors\", role = \"ctb\",\n           comment = \"Bootstrap library\"),\n    person(, \"Twitter, Inc\", role = \"cph\",\n           comment = \"Bootstrap library\"),\n    person(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\n           comment = \"Bootstrap accessibility plugin\"),\n    person(\"Victor\", \"Tsaran\", role = \"ctb\",\n           comment = \"Bootstrap accessibility plugin\"),\n    person(\"Dennis\", \"Lembree\", role = \"ctb\",\n           comment = \"Bootstrap accessibility plugin\"),\n    person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\n           comment = \"Bootstrap accessibility plugin\"),\n    person(\"Cathy\", \"O'Connor\", role = \"ctb\",\n           comment = \"Bootstrap accessibility plugin\"),\n    person(, \"PayPal, Inc\", role = \"cph\",\n           comment = \"Bootstrap accessibility plugin\"),\n    person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\n           comment = \"Bootstrap-datepicker library\"),\n    person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\n           comment = \"Bootstrap-datepicker library\"),\n    person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n           comment = \"selectize.js library\"),\n    person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\n           comment = \"selectize-plugin-a11y library\"),\n    person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n           comment = \"ion.rangeSlider library\"),\n    person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n           comment = \"Javascript strftime library\"),\n    person(, \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\n           comment = \"DataTables library\"),\n    person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\n           comment = \"highlight.js library\"),\n    person(\"R Core Team\", role = c(\"ctb\", \"cph\"),\n           comment = \"tar implementation from R\")\n  )",
        "Description": "Makes it incredibly easy to build interactive web\n    applications with R. Automatic \"reactive\" binding between inputs and\n    outputs and extensive prebuilt widgets make it possible to build\n    beautiful, responsive, and powerful applications with minimal effort.",
        "License": "GPL-3 | file LICENSE",
        "URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny",
        "BugReports": "https://github.com/rstudio/shiny/issues",
        "Depends": "methods, R (>= 3.0.2)",
        "Imports": "bslib (>= 0.6.0), cachem (>= 1.1.0), cli, commonmark (>=\n2.0.0), fastmap (>= 1.1.1), fontawesome (>= 0.4.0), glue (>=\n1.3.2), grDevices, htmltools (>= 0.5.4), httpuv (>= 1.5.2),\njsonlite (>= 0.9.16), later (>= 1.0.0), lifecycle (>= 0.2.0),\nmime (>= 0.3), otel, promises (>= 1.5.0), R6 (>= 2.0), rlang\n(>= 0.4.10), sourcetools, tools, utils, withr, xtable",
        "Suggests": "Cairo (>= 1.5-5), coro (>= 1.1.0), datasets, DT, dygraphs,\nfuture, ggplot2, knitr (>= 1.6), magrittr, markdown, mirai,\notelsdk (>= 0.2.0), ragg, reactlog (>= 1.0.0), rmarkdown, sass,\nshowtext, testthat (>= 3.2.1), watcher, yaml",
        "Config/Needs/check": "shinytest2",
        "Config/testthat/edition": "3",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.3",
        "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R'\n'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R'\n'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R'\n'map.R' 'utils.R' 'bootstrap.R' 'busy-indicators-spinners.R'\n'busy-indicators.R' 'cache-utils.R' 'deprecated.R' 'devmode.R'\n'diagnose.R' 'extended-task.R' 'fileupload.R' 'graph.R'\n'reactives.R' 'reactive-domains.R' 'history.R' 'hooks.R'\n'html-deps.R' 'image-interact-opts.R' 'image-interact.R'\n'imageutils.R' 'input-action.R' 'input-checkbox.R'\n'input-checkboxgroup.R' 'input-date.R' 'input-daterange.R'\n'input-file.R' 'input-numeric.R' 'input-password.R'\n'input-radiobuttons.R' 'input-select.R' 'input-slider.R'\n'input-submit.R' 'input-text.R' 'input-textarea.R'\n'input-utils.R' 'insert-tab.R' 'insert-ui.R' 'jqueryui.R'\n'knitr.R' 'middleware-shiny.R' 'middleware.R' 'timer.R'\n'shiny.R' 'mock-session.R' 'modal.R' 'modules.R'\n'notifications.R' 'otel-attr-srcref.R' 'otel-collect.R'\n'otel-enable.R' 'otel-error.R' 'otel-label.R'\n'otel-reactive-update.R' 'otel-session.R' 'otel-shiny.R'\n'otel-with.R' 'priorityqueue.R' 'progress.R' 'react.R'\n'reexports.R' 'render-cached-plot.R' 'render-plot.R'\n'render-table.R' 'run-url.R' 'runapp.R' 'serializers.R'\n'server-input-handlers.R' 'server-resource-paths.R' 'server.R'\n'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R'\n'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R'\n'tar.R' 'test-export.R' 'test-server.R' 'test.R'\n'update-input.R' 'utils-lang.R' 'utils-tags.R'\n'version_bs_date_picker.R' 'version_ion_range_slider.R'\n'version_jquery.R' 'version_jqueryui.R' 'version_selectize.R'\n'version_strftime.R' 'viewer.R'",
        "NeedsCompilation": "no",
        "Packaged": "2025-12-08 21:22:26 UTC; barret",
        "Author": "Winston Chang [aut] (ORCID: <https://orcid.org/0000-0002-1576-2126>),\n  Joe Cheng [aut],\n  JJ Allaire [aut],\n  Carson Sievert [aut, cre] (ORCID:\n    <https://orcid.org/0000-0002-4958-2844>),\n  Barret Schloerke [aut] (ORCID: <https://orcid.org/0000-0001-9986-114X>),\n  Garrick Aden-Buie [aut] (ORCID:\n    <https://orcid.org/0000-0002-7111-0077>),\n  Yihui Xie [aut],\n  Jeff Allen [aut],\n  Jonathan McPherson [aut],\n  Alan Dipert [aut],\n  Barbara Borges [aut],\n  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>),\n  jQuery Foundation [cph] (jQuery library and jQuery UI library),\n  jQuery contributors [ctb, cph] (jQuery library; authors listed in\n    inst/www/shared/jquery-AUTHORS.txt),\n  jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n    inst/www/shared/jqueryui/AUTHORS.txt),\n  Mark Otto [ctb] (Bootstrap library),\n  Jacob Thornton [ctb] (Bootstrap library),\n  Bootstrap contributors [ctb] (Bootstrap library),\n  Twitter, Inc [cph] (Bootstrap library),\n  Prem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\n  Victor Tsaran [ctb] (Bootstrap accessibility plugin),\n  Dennis Lembree [ctb] (Bootstrap accessibility plugin),\n  Srinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\n  Cathy O'Connor [ctb] (Bootstrap accessibility plugin),\n  PayPal, Inc [cph] (Bootstrap accessibility plugin),\n  Stefan Petre [ctb, cph] (Bootstrap-datepicker library),\n  Andrew Rowls [ctb, cph] (Bootstrap-datepicker library),\n  Brian Reavis [ctb, cph] (selectize.js library),\n  Salmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\n  Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n  Sami Samhuri [ctb, cph] (Javascript strftime library),\n  SpryMedia Limited [ctb, cph] (DataTables library),\n  Ivan Sagalaev [ctb, cph] (highlight.js library),\n  R Core Team [ctb, cph] (tar implementation from R)",
        "Maintainer": "Carson Sievert <carson@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2025-12-09 09:30:02 UTC",
        "Built": "R 4.5.2; ; 2026-02-08 18:43:38 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "shiny",
        "RemoteRef": "shiny",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.12.1"
      }
    },
    "sourcetools": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "sourcetools",
        "Type": "Package",
        "Title": "Tools for Reading, Tokenizing and Parsing R Code",
        "Version": "0.1.7-1",
        "Author": "Kevin Ushey",
        "Maintainer": "Kevin Ushey <kevinushey@gmail.com>",
        "Description": "Tools for the reading and tokenization of R code. The\n    'sourcetools' package provides both an R and C++ interface for the tokenization\n    of R code, and helpers for interacting with the tokenized representation of R\n    code.",
        "License": "MIT + file LICENSE",
        "Depends": "R (>= 3.0.2)",
        "Suggests": "testthat",
        "RoxygenNote": "5.0.1",
        "BugReports": "https://github.com/kevinushey/sourcetools/issues",
        "Encoding": "UTF-8",
        "NeedsCompilation": "yes",
        "Packaged": "2023-01-31 18:03:04 UTC; kevin",
        "Repository": "CRAN",
        "Date/Publication": "2023-02-01 10:10:02 UTC",
        "Built": "R 4.5.0; aarch64-apple-darwin20; 2025-03-31 21:43:26 UTC; unix",
        "Archs": "sourcetools.so.dSYM",
        "RemoteType": "standard",
        "RemotePkgRef": "sourcetools",
        "RemoteRef": "sourcetools",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "0.1.7-1"
      }
    },
    "withr": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "withr",
        "Title": "Run Code 'With' Temporarily Modified Global State",
        "Version": "3.0.2",
        "Authors@R": "c(\n    person(\"Jim\", \"Hester\", role = \"aut\"),\n    person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n    person(\"Kirill\", \"Müller\", , \"krlmlr+r@mailbox.org\", role = \"aut\"),\n    person(\"Kevin\", \"Ushey\", , \"kevinushey@gmail.com\", role = \"aut\"),\n    person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n    person(\"Winston\", \"Chang\", role = \"aut\"),\n    person(\"Jennifer\", \"Bryan\", role = \"ctb\"),\n    person(\"Richard\", \"Cotton\", role = \"ctb\"),\n    person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n  )",
        "Description": "A set of functions to run code 'with' safely and temporarily\n    modified global state. Many of these functions were originally a part\n    of the 'devtools' package, this provides a simple package with limited\n    dependencies to provide access to these functions.",
        "License": "MIT + file LICENSE",
        "URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme",
        "BugReports": "https://github.com/r-lib/withr/issues",
        "Depends": "R (>= 3.6.0)",
        "Imports": "graphics, grDevices",
        "Suggests": "callr, DBI, knitr, methods, rlang, rmarkdown (>= 2.12),\nRSQLite, testthat (>= 3.0.0)",
        "VignetteBuilder": "knitr",
        "Config/Needs/website": "tidyverse/tidytemplate",
        "Config/testthat/edition": "3",
        "Encoding": "UTF-8",
        "RoxygenNote": "7.3.2",
        "Collate": "'aaa.R' 'collate.R' 'connection.R' 'db.R' 'defer-exit.R'\n'standalone-defer.R' 'defer.R' 'devices.R' 'local_.R' 'with_.R'\n'dir.R' 'env.R' 'file.R' 'language.R' 'libpaths.R' 'locale.R'\n'makevars.R' 'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R'\n'seed.R' 'wrap.R' 'sink.R' 'tempfile.R' 'timezone.R'\n'torture.R' 'utils.R' 'with.R'",
        "NeedsCompilation": "no",
        "Packaged": "2024-10-28 10:58:18 UTC; lionel",
        "Author": "Jim Hester [aut],\n  Lionel Henry [aut, cre],\n  Kirill Müller [aut],\n  Kevin Ushey [aut],\n  Hadley Wickham [aut],\n  Winston Chang [aut],\n  Jennifer Bryan [ctb],\n  Richard Cotton [ctb],\n  Posit Software, PBC [cph, fnd]",
        "Maintainer": "Lionel Henry <lionel@posit.co>",
        "Repository": "CRAN",
        "Date/Publication": "2024-10-28 13:30:02 UTC",
        "Built": "R 4.5.0; ; 2025-03-31 21:42:13 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "withr",
        "RemoteRef": "withr",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "3.0.2"
      }
    },
    "xtable": {
      "Source": "CRAN",
      "Repository": "https://cloud.r-project.org",
      "description": {
        "Package": "xtable",
        "Version": "1.8-4",
        "Date": "2019-04-08",
        "Title": "Export Tables to LaTeX or HTML",
        "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"),\n             person(\"David\", \"Scott\", role=c(\"aut\",\"cre\"),\n               email=\"d.scott@auckland.ac.nz\"),\n             person(\"Charles\", \"Roosen\", role=\"aut\"),\n             person(\"Arni\", \"Magnusson\", role=\"aut\"),\n             person(\"Jonathan\", \"Swinton\", role=\"aut\"),\n             person(\"Ajay\", \"Shah\", role=\"ctb\"),\n             person(\"Arne\", \"Henningsen\", role=\"ctb\"),\n             person(\"Benno\", \"Puetz\", role=\"ctb\"),\n             person(\"Bernhard\", \"Pfaff\", role=\"ctb\"),\n             person(\"Claudio\", \"Agostinelli\", role=\"ctb\"),\n             person(\"Claudius\", \"Loehnert\", role=\"ctb\"),\n             person(\"David\", \"Mitchell\", role=\"ctb\"),\n             person(\"David\", \"Whiting\", role=\"ctb\"),\n             person(\"Fernando da\", \"Rosa\", role=\"ctb\"),\n             person(\"Guido\", \"Gay\", role=\"ctb\"),\n             person(\"Guido\", \"Schulz\", role=\"ctb\"),\n             person(\"Ian\", \"Fellows\", role=\"ctb\"),\n             person(\"Jeff\", \"Laake\", role=\"ctb\"),\n             person(\"John\", \"Walker\", role=\"ctb\"),\n             person(\"Jun\", \"Yan\", role=\"ctb\"),\n             person(\"Liviu\", \"Andronic\", role=\"ctb\"),\n             person(\"Markus\", \"Loecher\", role=\"ctb\"),\n             person(\"Martin\", \"Gubri\", role=\"ctb\"),\n             person(\"Matthieu\", \"Stigler\", role=\"ctb\"),\n             person(\"Robert\", \"Castelo\", role=\"ctb\"),\n             person(\"Seth\", \"Falcon\", role=\"ctb\"),\n             person(\"Stefan\", \"Edwards\", role=\"ctb\"),\n             person(\"Sven\", \"Garbade\", role=\"ctb\"),\n             person(\"Uwe\", \"Ligges\", role=\"ctb\"))",
        "Maintainer": "David Scott <d.scott@auckland.ac.nz>",
        "Imports": "stats, utils",
        "Suggests": "knitr, plm, zoo, survival",
        "VignetteBuilder": "knitr",
        "Description": "Coerce data to LaTeX and HTML tables.",
        "URL": "http://xtable.r-forge.r-project.org/",
        "Depends": "R (>= 2.10.0)",
        "License": "GPL (>= 2)",
        "Repository": "CRAN",
        "NeedsCompilation": "no",
        "Packaged": "2019-04-21 10:56:51 UTC; dsco036",
        "Author": "David B. Dahl [aut],\n  David Scott [aut, cre],\n  Charles Roosen [aut],\n  Arni Magnusson [aut],\n  Jonathan Swinton [aut],\n  Ajay Shah [ctb],\n  Arne Henningsen [ctb],\n  Benno Puetz [ctb],\n  Bernhard Pfaff [ctb],\n  Claudio Agostinelli [ctb],\n  Claudius Loehnert [ctb],\n  David Mitchell [ctb],\n  David Whiting [ctb],\n  Fernando da Rosa [ctb],\n  Guido Gay [ctb],\n  Guido Schulz [ctb],\n  Ian Fellows [ctb],\n  Jeff Laake [ctb],\n  John Walker [ctb],\n  Jun Yan [ctb],\n  Liviu Andronic [ctb],\n  Markus Loecher [ctb],\n  Martin Gubri [ctb],\n  Matthieu Stigler [ctb],\n  Robert Castelo [ctb],\n  Seth Falcon [ctb],\n  Stefan Edwards [ctb],\n  Sven Garbade [ctb],\n  Uwe Ligges [ctb]",
        "Date/Publication": "2019-04-21 12:20:03 UTC",
        "Built": "R 4.5.0; ; 2025-03-31 21:41:48 UTC; unix",
        "RemoteType": "standard",
        "RemotePkgRef": "xtable",
        "RemoteRef": "xtable",
        "RemoteRepos": "https://cran.rstudio.com",
        "RemoteSha": "1.8-4"
      }
    }
  },
  "files": {
    "app.R": {
      "checksum": "19b8966ed2c3c8fdcb56305ba1712af4"
    }
  },
  "users": null
}
