From 99faac8a3cdb9d8652246929d38b59bd30028b85 Mon Sep 17 00:00:00 2001 From: Tom Jemmett Date: Thu, 2 Jul 2026 11:01:38 +0100 Subject: [PATCH 1/6] removes unused items from Renviron example --- .Renviron.example | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.Renviron.example b/.Renviron.example index c509fb0..d11242e 100644 --- a/.Renviron.example +++ b/.Renviron.example @@ -1,18 +1,11 @@ -APP_VERSION=dev AZ_STORAGE_CONTAINER=inputs-data AZ_STORAGE_EP= -AZ_STORAGE_KEY= -ENABLE_AUTO_RECONNECT=FALSE -LOCAL_STORAGE_EP= -LOCAL_STORAGE_KEY= NHP_API_URI= NHP_API_KEY= -NHP_APP_VERSION=dev -NHP_ENCRYPT_KEY= NHP_OUTPUTS_URI=https://connect.strategyunitwm.nhs.uk/nhp/{version}/outputs/ -CACHE_VERSION= FEEDBACK_FORM_URL= YEAR_HORIZON_DEFAULT=2041 YEAR_HORIZON_MAX=2043 YEAR_BASELINE_DEFAULT=2024 YEAR_BASELINE_MIN=2023 +CACHE_VERSION= From 47a8af90d8bd9418354aa6665b25bfbd0497fe09 Mon Sep 17 00:00:00 2001 From: Tom Jemmett Date: Thu, 2 Jul 2026 11:05:05 +0100 Subject: [PATCH 2/6] generates the manifest file on actions --- .github/workflows/connect-publish-manual.yaml | 37 +- .github/workflows/connect-publish-prod.yaml | 2 +- dev/generate_manifest.R | 2 - manifest.json | 4463 ----------------- remove_files_from_manifest.js | 5 - update_manifest.js | 32 - 6 files changed, 26 insertions(+), 4515 deletions(-) delete mode 100644 manifest.json delete mode 100644 remove_files_from_manifest.js delete mode 100644 update_manifest.js diff --git a/.github/workflows/connect-publish-manual.yaml b/.github/workflows/connect-publish-manual.yaml index 74f08af..4e59fa0 100644 --- a/.github/workflows/connect-publish-manual.yaml +++ b/.github/workflows/connect-publish-manual.yaml @@ -11,11 +11,7 @@ on: environment: description: "The environment to deploy to" required: true - type: choice - default: "production" - options: - - "production" - - "development" + type: string workflow_call: inputs: namespace: @@ -28,17 +24,35 @@ on: description: "The environment to deploy to" required: true type: string - default: "production" + default: "development" + jobs: connect-publish: name: "Connect Publish: ${{ inputs.namespace }} [${{ inputs.environment }}]" runs-on: ubuntu-latest - environment: ${{ inputs.environment }} + environment: + name: ${{ inputs.environment }} + url: ${{ vars.RSCONNECT_URL }}nhp/${{ inputs.namespace }}/inputs + steps: - uses: actions/checkout@v6 - - name: Update manifest.json - run: node update_manifest.js + - uses: r-lib/actions/setup-r@v2 + - uses: r-lib/actions/setup-r-dependencies@v2 + with: + cache-version: 1 + extra-packages: | + any::rsconnect + any::cpp11 + any::fs + - name: Generate manifest + run: Rscript dev/generate_manifest.R + + - name: Upload manifest + uses: actions/upload-artifact@v7 + with: + name: manifest + path: manifest.json - name: Publish Connect content uses: rstudio/actions/connect-publish@main @@ -46,14 +60,13 @@ jobs: CONNECT_ENV_SET_AZ_STORAGE_CONTAINER: ${{ secrets.AZ_STORAGE_CONTAINER }} CONNECT_ENV_SET_AZ_STORAGE_EP: ${{ secrets.AZ_STORAGE_EP }} CONNECT_ENV_SET_NHP_API_KEY: ${{ secrets.NHP_API_KEY }} - CONNECT_ENV_SET_NHP_API_URI: ${{ secrets.NHP_API_URI }} - CONNECT_ENV_SET_NHP_ENCRYPT_KEY: ${{ secrets.NHP_ENCRYPT_KEY }} + CONNECT_ENV_SET_NHP_API_URI: ${{ vars.NHP_API_URI }} CONNECT_ENV_SET_NHP_INPUTS_DATA_VERSION: ${{ inputs.inputs_data_version }} CONNECT_ENV_SET_NHP_OUTPUTS_URI: ${{ secrets.NHP_OUTPUTS_URI }} CONNECT_ENV_SET_FEEDBACK_FORM_URL: ${{ secrets.FEEDBACK_FORM_URL }} CONNECT_ENV_SET_GOLEM_CONFIG_ACTIVE: "production" with: - url: ${{ secrets.RSCONNECT_URL }} + url: ${{ vars.RSCONNECT_URL }} api-key: ${{ secrets.RSCONNECT_API_KEY }} access-type: logged_in force: true diff --git a/.github/workflows/connect-publish-prod.yaml b/.github/workflows/connect-publish-prod.yaml index 2d4f640..caf184c 100644 --- a/.github/workflows/connect-publish-prod.yaml +++ b/.github/workflows/connect-publish-prod.yaml @@ -35,7 +35,7 @@ jobs: with: namespace: ${{ needs.get-variables.outputs.NAMESPACE }} inputs_data_version: ${{ needs.get-variables.outputs.INPUTS_DATA_VERSION }} - environment: "production" + environment: "production (${{ needs.get-variables.outputs.NAMESPACE }})" secrets: inherit sync-data: diff --git a/dev/generate_manifest.R b/dev/generate_manifest.R index 7559cfa..980e96e 100644 --- a/dev/generate_manifest.R +++ b/dev/generate_manifest.R @@ -7,5 +7,3 @@ files <- c( ) rsconnect::writeManifest(appFiles = files) - -system("node remove_files_from_manifest.js") diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 7b554d8..0000000 --- a/manifest.json +++ /dev/null @@ -1,4463 +0,0 @@ -{ - "version": 1, - "locale": "en_GB", - "platform": "4.6.0", - "metadata": { - "appmode": "shiny", - "primary_rmd": null, - "primary_html": null, - "content_category": null, - "has_parameters": false - }, - "environment": { - "r": { - "requires": ">= 4.4.0" - } - }, - "packages": { - "AzureAuth": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "AzureAuth", - "Title": "Authentication Services for Azure Active Directory", - "Version": "1.3.4", - "Authors@R": "c(\n person(\"Hong\", \"Ooi\", , \"hongooi73@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Tyler\", \"Littlefield\", role=\"ctb\"),\n person(\"httr development team\", role=\"ctb\", comment=\"Original OAuth listener code\"),\n person(\"Scott\", \"Holden\", , role = \"ctb\", comment = \"Advice on AAD authentication\"),\n person(\"Chris\", \"Stone\", , role = \"ctb\", comment = \"Advice on AAD authentication\"),\n person(\"Microsoft\", role=\"cph\")\n )", - "Description": "Provides Azure Active Directory (AAD) authentication functionality for R users of Microsoft's 'Azure' cloud . Use this package to obtain 'OAuth' 2.0 tokens for services including Azure Resource Manager, Azure Storage and others. It supports both AAD v1.0 and v2.0, as well as multiple authentication methods, including device code and resource owner grant. Tokens are cached in a user-specific directory obtained using the 'rappdirs' package. The interface is based on the 'OAuth' framework in the 'httr' package, but customised and streamlined for Azure. Part of the 'AzureR' family of packages.", - "URL": "https://github.com/Azure/AzureAuth https://github.com/Azure/AzureR", - "BugReports": "https://github.com/Azure/AzureAuth/issues", - "License": "MIT + file LICENSE", - "VignetteBuilder": "knitr", - "Depends": "R (>= 3.3)", - "Imports": "utils, httr (>= 1.3), openssl, jsonlite, jose, R6, rappdirs", - "Suggests": "knitr, rmarkdown, testthat, httpuv, shiny, shinyjs, AzureRMR,\nAzureGraph", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-12-20 11:49:02 UTC; hongo", - "Author": "Hong Ooi [aut, cre],\n Tyler Littlefield [ctb],\n httr development team [ctb] (Original OAuth listener code),\n Scott Holden [ctb] (Advice on AAD authentication),\n Chris Stone [ctb] (Advice on AAD authentication),\n Microsoft [cph]", - "Maintainer": "Hong Ooi ", - "Repository": "RSPM", - "Date/Publication": "2025-12-20 12:10:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-25 16:08:07 UTC; unix" - } - }, - "AzureGraph": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "AzureGraph", - "Title": "Simple Interface to 'Microsoft Graph'", - "Version": "1.3.5", - "Authors@R": "c(\n person(\"Hong\", \"Ooi\", , \"hongooi73@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Microsoft\", role=\"cph\")\n )", - "Description": "A simple interface to the 'Microsoft Graph' API . 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. This package was originally intended to provide an R interface only to the 'Azure Active Directory' part, with a view to supporting interoperability of R and 'Azure': users, groups, registered apps and service principals. However it has since been expanded into a more general tool for interacting with Graph. Part of the 'AzureR' family of packages.", - "URL": "https://github.com/Azure/AzureGraph\nhttps://github.com/Azure/AzureR", - "BugReports": "https://github.com/Azure/AzureGraph/issues", - "License": "MIT + file LICENSE", - "VignetteBuilder": "knitr", - "Depends": "R (>= 3.3)", - "Imports": "AzureAuth (>= 1.0.1), utils, httr (>= 1.3), jsonlite, openssl,\ncurl, R6", - "Suggests": "AzureRMR, vctrs, knitr, rmarkdown, testthat", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "no", - "Packaged": "2025-07-31 13:03:35 UTC; hongo", - "Author": "Hong Ooi [aut, cre],\n Microsoft [cph]", - "Maintainer": "Hong Ooi ", - "Repository": "RSPM", - "Date/Publication": "2025-07-31 13:50:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-25 16:12:42 UTC; unix" - } - }, - "AzureRMR": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "AzureRMR", - "Title": "Interface to 'Azure Resource Manager'", - "Version": "2.4.5", - "Authors@R": "c(\n person(\"Hong\", \"Ooi\", , \"hongooi73@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Microsoft\", role=\"cph\")\n )", - "Description": "A lightweight but powerful R interface to the 'Azure Resource Manager' REST API. The package exposes a comprehensive class framework and related tools for creating, updating and deleting 'Azure' resource groups, resources and templates. While 'AzureRMR' can be used to manage any 'Azure' service, it can also be extended by other packages to provide extra functionality for specific services. Part of the 'AzureR' family of packages.", - "URL": "https://github.com/Azure/AzureRMR https://github.com/Azure/AzureR", - "BugReports": "https://github.com/Azure/AzureRMR/issues", - "License": "MIT + file LICENSE", - "VignetteBuilder": "knitr", - "Depends": "R (>= 3.3)", - "Imports": "AzureGraph (>= 1.2.0), AzureAuth (>= 1.2.1), utils, parallel,\nhttr (>= 1.3), jsonlite, R6, uuid", - "Suggests": "knitr, rmarkdown, testthat, httpuv, AzureStor", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "no", - "Packaged": "2025-07-31 14:39:55 UTC; hongo", - "Author": "Hong Ooi [aut, cre],\n Microsoft [cph]", - "Maintainer": "Hong Ooi ", - "Repository": "RSPM", - "Date/Publication": "2025-07-31 15:10:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-25 16:17:00 UTC; unix" - } - }, - "AzureStor": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "AzureStor", - "Title": "Storage Management in 'Azure'", - "Version": "3.7.1", - "Authors@R": "c(\n person(\"Hong\", \"Ooi\", , \"hongooi73@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Microsoft\", role=\"cph\")\n )", - "Description": "Manage storage in Microsoft's 'Azure' cloud: . On the admin side, 'AzureStor' includes features to create, modify and delete storage accounts. On the client side, it includes an interface to blob storage, file storage, and 'Azure Data Lake Storage Gen2': upload and download files and blobs; list containers and files/blobs; create containers; and so on. Authenticated access to storage is supported, via either a shared access key or a shared access signature (SAS). Part of the 'AzureR' family of packages.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/Azure/AzureStor https://github.com/Azure/AzureR", - "BugReports": "https://github.com/Azure/AzureStor/issues", - "VignetteBuilder": "knitr", - "Depends": "R (>= 3.3),", - "Imports": "utils, R6, httr (>= 1.4.0), mime, openssl, xml2, vctrs,\nAzureRMR (>= 2.3.0)", - "Suggests": "AzureAuth, readr, knitr, rmarkdown, jsonlite, testthat,\nprocessx, uuid", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-08-25 09:25:20 UTC; hongo", - "Author": "Hong Ooi [aut, cre],\n Microsoft [cph]", - "Maintainer": "Hong Ooi ", - "Repository": "RSPM", - "Date/Publication": "2025-08-25 10:00:10 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-25 16:31:16 UTC; unix" - } - }, - "DBI": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "DBI", - "Title": "R Database Interface", - "Version": "1.3.0", - "Date": "2026-02-11", - "Authors@R": "c(\n person(\"R Special Interest Group on Databases (R-SIG-DB)\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"R Consortium\", role = \"fnd\")\n )", - "Description": "A database interface definition for communication between R\n and relational database management systems. All classes in this\n package are virtual and need to be extended by the various R/DBMS\n implementations.", - "License": "LGPL (>= 2.1)", - "URL": "https://dbi.r-dbi.org, https://github.com/r-dbi/DBI", - "BugReports": "https://github.com/r-dbi/DBI/issues", - "Depends": "methods, R (>= 3.0.0)", - "Suggests": "arrow, blob, callr, covr, DBItest (>= 1.8.2), dbplyr,\ndownlit, dplyr, glue, hms, knitr, magrittr, nanoarrow (>=\n0.3.0.1), otel, otelsdk, RMariaDB, rmarkdown, rprojroot,\nRSQLite (>= 1.1-2), testthat (>= 3.0.0), vctrs, xml2", - "VignetteBuilder": "knitr", - "Config/autostyle/scope": "line_breaks", - "Config/autostyle/strict": "false", - "Config/Needs/check": "r-dbi/DBItest", - "Config/Needs/website": "r-dbi/DBItest, r-dbi/dbitemplate, adbi,\nAzureKusto, bigrquery, DatabaseConnector, dittodb, duckdb,\nimplyr, lazysf, odbc, pool, RAthena, IMSMWU/RClickhouse, RH2,\nRJDBC, RMariaDB, RMySQL, RPostgres, RPostgreSQL, RPresto,\nRSQLite, sergeant, sparklyr, withr", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3.9000", - "NeedsCompilation": "no", - "Packaged": "2026-02-24 17:22:33 UTC; kirill", - "Author": "R Special Interest Group on Databases (R-SIG-DB) [aut],\n Hadley Wickham [aut],\n Kirill Müller [aut, cre] (ORCID:\n ),\n R Consortium [fnd]", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2026-02-25 06:31:27 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:25:58 UTC; unix" - } - }, - "DT": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "DT", - "Title": "A Wrapper of the JavaScript Library 'DataTables'", - "Version": "0.34.0", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Xianying\", \"Tan\", role = \"aut\"),\n person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Maximilian\", \"Girlich\", role = \"ctb\"),\n person(\"Greg\", \"Freedman Ellis\", role = \"ctb\"),\n person(\"Johannes\", \"Rauh\", role = \"ctb\"),\n person(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\n comment = \"DataTables in htmlwidgets/lib\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js in htmlwidgets/lib\"),\n person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"),\n comment = \"noUiSlider in htmlwidgets/lib\"),\n person(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"),\n comment = \"jquery.highlight.js in htmlwidgets/lib\"),\n person(\"Alex\", \"Pickering\", role = \"ctb\"),\n person(\"William\", \"Holmes\", role = \"ctb\"),\n person(\"Mikko\", \"Marttila\", role = \"ctb\"),\n person(\"Andres\", \"Quintero\", role = \"ctb\"),\n person(\"Stéphane\", \"Laurent\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Data objects in R can be rendered as HTML tables using the\n JavaScript library 'DataTables' (typically via R Markdown or Shiny).\n The 'DataTables' library has been included in this R package. The\n package name 'DT' is an abbreviation of 'DataTables'.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/rstudio/DT", - "BugReports": "https://github.com/rstudio/DT/issues", - "Imports": "crosstalk, htmltools (>= 0.3.6), htmlwidgets (>= 1.3),\njquerylib, jsonlite (>= 0.9.16), magrittr, promises", - "Suggests": "bslib, future, httpuv, knitr (>= 1.8), rmarkdown, shiny (>=\n1.6), testit, tibble", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-09-02 13:12:27 UTC; garrick", - "Author": "Yihui Xie [aut],\n Joe Cheng [aut],\n Xianying Tan [aut],\n Garrick Aden-Buie [aut, cre] (ORCID:\n ),\n JJ Allaire [ctb],\n Maximilian Girlich [ctb],\n Greg Freedman Ellis [ctb],\n Johannes Rauh [ctb],\n SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib),\n Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib),\n Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib),\n Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib),\n Alex Pickering [ctb],\n William Holmes [ctb],\n Mikko Marttila [ctb],\n Andres Quintero [ctb],\n Stéphane Laurent [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Garrick Aden-Buie ", - "Repository": "RSPM", - "Date/Publication": "2025-09-02 22:00:06 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:20:15 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "DT", - "RemoteRef": "DT", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.34.0" - } - }, - "KernSmooth": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "KernSmooth", - "Priority": "recommended", - "Version": "2.23-26", - "Date": "2024-12-10", - "Title": "Functions for Kernel Smoothing Supporting Wand & Jones (1995)", - "Authors@R": "c(person(\"Matt\", \"Wand\", role = \"aut\",\n\t email = \"Matt.Wand@uts.edu.au\"),\n\t person(\"Cleve\", \"Moler\", role = \"ctb\",\n\t comment = \"LINPACK routines in src/d*\"),\n person(\"Brian\", \"Ripley\", role = c(\"trl\", \"cre\", \"ctb\"),\n email = \"Brian.Ripley@R-project.org\",\n\t\t comment = \"R port and updates\"))", - "Note": "Maintainers are not available to give advice on using a package\nthey did not author.", - "Depends": "R (>= 2.5.0), stats", - "Suggests": "MASS, carData", - "Description": "Functions for kernel smoothing (and density estimation)\n corresponding to the book: \n Wand, M.P. and Jones, M.C. (1995) \"Kernel Smoothing\".", - "License": "Unlimited", - "ByteCompile": "yes", - "NeedsCompilation": "yes", - "Packaged": "2024-12-10 15:33:25 UTC; ripley", - "Author": "Matt Wand [aut],\n Cleve Moler [ctb] (LINPACK routines in src/d*),\n Brian Ripley [trl, cre, ctb] (R port and updates)", - "Maintainer": "Brian Ripley ", - "Repository": "CRAN", - "Date/Publication": "2025-01-01 10:25:36 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-26 13:39:34 UTC; unix" - } - }, - "MASS": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "MASS", - "Priority": "recommended", - "Version": "7.3-65", - "Date": "2025-02-19", - "Revision": "$Rev: 3681 $", - "Depends": "R (>= 4.4.0), grDevices, graphics, stats, utils", - "Imports": "methods", - "Suggests": "lattice, nlme, nnet, survival", - "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\n email = \"Brian.Ripley@R-project.org\"),\n\t person(\"Bill\", \"Venables\", role = c(\"aut\", \"cph\")),\n\t person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\n\t person(\"Kurt\", \"Hornik\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"Albrecht\", \"Gebhardt\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"David\", \"Firth\", role = \"ctb\",\n\t comment = \"support functions for polr\"))", - "Description": "Functions and datasets to support Venables and Ripley,\n \"Modern Applied Statistics with S\" (4th edition, 2002).", - "Title": "Support Functions and Datasets for Venables and Ripley's MASS", - "LazyData": "yes", - "ByteCompile": "yes", - "License": "GPL-2 | GPL-3", - "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", - "Contact": "", - "NeedsCompilation": "yes", - "Packaged": "2025-02-19 08:49:43 UTC; ripley", - "Author": "Brian Ripley [aut, cre, cph],\n Bill Venables [aut, cph],\n Douglas M. Bates [ctb],\n Kurt Hornik [trl] (partial port ca 1998),\n Albrecht Gebhardt [trl] (partial port ca 1998),\n David Firth [ctb] (support functions for polr)", - "Maintainer": "Brian Ripley ", - "Repository": "CRAN", - "Date/Publication": "2025-02-28 17:44:52 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-26 13:39:34 UTC; unix" - } - }, - "R6": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ", - "Repository": "RSPM", - "Date/Publication": "2025-02-15 00:50:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:25:54 UTC; unix" - } - }, - "RColorBrewer": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "RColorBrewer", - "Version": "1.1-3", - "Date": "2022-04-03", - "Title": "ColorBrewer Palettes", - "Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\",\n \"cre\"), email = \"erich.neuwirth@univie.ac.at\"))", - "Author": "Erich Neuwirth [aut, cre]", - "Maintainer": "Erich Neuwirth ", - "Depends": "R (>= 2.0.0)", - "Description": "Provides color schemes for maps (and other graphics)\n designed by Cynthia Brewer as described at http://colorbrewer2.org.", - "License": "Apache License 2.0", - "Packaged": "2022-04-03 10:26:20 UTC; neuwirth", - "NeedsCompilation": "no", - "Repository": "RSPM", - "Date/Publication": "2022-04-03 19:20:13 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-24 05:25:57 UTC; unix" - } - }, - "Rcpp": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "Rcpp", - "Title": "Seamless R and C++ Integration", - "Version": "1.1.1-1.1", - "Date": "2026-04-19", - "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 , the paper by Eddelbuettel and\n Francois (2011, ), the book by Eddelbuettel (2013,\n ) and the paper by Eddelbuettel and Balamuta (2018,\n ); 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-04-23 14:12:31 UTC; edd", - "Author": "Dirk Eddelbuettel [aut, cre] (ORCID:\n ),\n Romain Francois [aut] (ORCID: ),\n JJ Allaire [aut] (ORCID: ),\n Kevin Ushey [aut] (ORCID: ),\n Qiang Kou [aut] (ORCID: ),\n Nathan Russell [aut],\n Iñaki Ucar [aut] (ORCID: ),\n Doug Bates [aut] (ORCID: ),\n John Chambers [aut]", - "Maintainer": "Dirk Eddelbuettel ", - "Repository": "RSPM", - "Date/Publication": "2026-04-24 05:30:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-25 13:53:46 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "S7": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "S7", - "Title": "An Object Oriented System Meant to Become a Successor to S3 and\nS4", - "Version": "0.2.2", - "Authors@R": "c(\n person(\"Object-Oriented Programming Working Group\", role = \"cph\"),\n person(\"Davis\", \"Vaughan\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Tomasz\", \"Kalinowski\", role = \"aut\"),\n person(\"Will\", \"Landau\", role = \"aut\"),\n person(\"Michael\", \"Lawrence\", role = \"aut\"),\n person(\"Martin\", \"Maechler\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-8685-9910\")),\n person(\"Luke\", \"Tierney\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\"))\n )", - "Description": "A new object oriented programming system designed to be a\n successor to S3 and S4. It includes formal class, generic, and method\n specification, and a limited form of multiple dispatch. It has been\n designed and implemented collaboratively by the R Consortium\n Object-Oriented Programming Working Group, which includes\n representatives from R-Core, 'Bioconductor', 'Posit'/'tidyverse', and\n the wider R community.", - "License": "MIT + file LICENSE", - "URL": "https://rconsortium.github.io/S7/,\nhttps://github.com/RConsortium/S7", - "BugReports": "https://github.com/RConsortium/S7/issues", - "Depends": "R (>= 3.5.0)", - "Imports": "utils", - "Suggests": "bench, callr, covr, knitr, methods, rmarkdown, testthat (>=\n3.2.0), tibble", - "VignetteBuilder": "knitr", - "Config/build/compilation-database": "true", - "Config/Needs/website": "sloop", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "TRUE", - "Config/testthat/start-first": "external-generic", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-20 21:37:20 UTC; hadleywickham", - "Author": "Object-Oriented Programming Working Group [cph],\n Davis Vaughan [aut],\n Jim Hester [aut] (ORCID: ),\n Tomasz Kalinowski [aut],\n Will Landau [aut],\n Michael Lawrence [aut],\n Martin Maechler [aut] (ORCID: ),\n Luke Tierney [aut],\n Hadley Wickham [aut, cre] (ORCID:\n )", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2026-04-22 11:00:10 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:54 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "V8": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "V8", - "Type": "Package", - "Title": "Embedded JavaScript and WebAssembly Engine for R", - "Version": "8.2.0", - "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(\"George\", \"Stagg\", role = \"ctb\", comment = c(ORCID = \"0009-0006-3173-9846\")),\n person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))", - "Description": "An R interface to V8 : Google's open source JavaScript\n and WebAssembly engine. This package can be compiled either with V8 or NodeJS \n when built as a shared library.", - "License": "MIT + file LICENSE", - "URL": "https://jeroen.r-universe.dev/V8", - "BugReports": "https://github.com/jeroen/v8/issues", - "SystemRequirements": "On Linux you can build against libv8-dev (Debian)\nor v8-devel (Fedora). We also provide static libv8 binaries for\nmost platforms, see the README for details.", - "NeedsCompilation": "yes", - "VignetteBuilder": "knitr", - "Imports": "Rcpp (>= 0.12.12), jsonlite (>= 1.0), curl (>= 1.0), utils", - "LinkingTo": "Rcpp", - "Suggests": "testthat, knitr, rmarkdown", - "RoxygenNote": "7.3.1", - "Language": "en-US", - "Encoding": "UTF-8", - "Biarch": "true", - "Packaged": "2026-04-19 11:38:23 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (ORCID: ),\n George Stagg [ctb] (ORCID: ),\n Jan Marvin Garbuszus [ctb]", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2026-04-21 05:10:34 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-25 15:40:41 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_27" - } - }, - "arrow": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "arrow", - "Title": "Integration to 'Apache' 'Arrow'", - "Version": "24.0.0", - "Authors@R": "c(\n person(\"Neal\", \"Richardson\", email = \"neal.p.richardson@gmail.com\", role = c(\"aut\")),\n person(\"Ian\", \"Cook\", email = \"ianmcook@gmail.com\", role = c(\"aut\")),\n person(\"Nic\", \"Crane\", email = \"thisisnic@gmail.com\", role = c(\"aut\")),\n person(\"Dewey\", \"Dunnington\", role = c(\"aut\"), email = \"dewey@fishandwhistle.net\", comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(\"Romain\", \"Fran\\u00e7ois\", role = c(\"aut\"), comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Jonathan\", \"Keane\", email = \"jkeane@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Bryce\", \"Mecum\", email = \"brycemecum@gmail.com\", role = c(\"aut\")),\n person(\"Drago\\u0219\", \"Moldovan-Gr\\u00fcnfeld\", email = \"dragos.mold@gmail.com\", role = c(\"aut\")),\n person(\"Jeroen\", \"Ooms\", email = \"jeroen@berkeley.edu\", role = c(\"aut\")),\n person(\"Jacob\", \"Wujciak-Jens\", email = \"jacob@wujciak.de\", role = c(\"aut\")),\n person(\"Javier\", \"Luraschi\", email = \"javier@rstudio.com\", role = c(\"ctb\")),\n person(\"Karl\", \"Dunkle Werner\", email = \"karldw@users.noreply.github.com\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0003-0523-7309\")),\n person(\"Jeffrey\", \"Wong\", email = \"jeffreyw@netflix.com\", role = c(\"ctb\")),\n person(\"Apache Arrow\", email = \"dev@arrow.apache.org\", role = c(\"aut\", \"cph\"))\n )", - "Description": "'Apache' 'Arrow' is a cross-language\n development platform for in-memory data. It specifies a standardized\n language-independent columnar memory format for flat and hierarchical data,\n organized for efficient analytic operations on modern hardware. This\n package provides an interface to the 'Arrow C++' library.", - "Depends": "R (>= 4.1)", - "License": "Apache License (>= 2.0)", - "URL": "https://github.com/apache/arrow/, https://arrow.apache.org/docs/r/", - "BugReports": "https://github.com/apache/arrow/issues", - "Encoding": "UTF-8", - "Language": "en-US", - "SystemRequirements": "C++20; for AWS S3 support on Linux, libcurl and\nopenssl (optional); cmake >= 3.26 (build-time only, and only\nfor full source build)", - "Biarch": "true", - "Imports": "assertthat, bit64 (>= 0.9-7), glue, methods, purrr, R6, rlang\n(>= 1.0.0), stats, tidyselect (>= 1.0.0), utils, vctrs", - "RoxygenNote": "7.3.3", - "Config/testthat/edition": "3", - "Config/build/bootstrap": "TRUE", - "Suggests": "blob, curl, cli, DBI, dbplyr, decor, distro, dplyr, duckdb\n(>= 0.2.8), hms, jsonlite, knitr, lubridate, pillar, pkgload,\nreticulate, rmarkdown, stringi, stringr, sys, testthat (>=\n3.3.0), tibble, tzdb, withr", - "LinkingTo": "cpp11 (>= 0.4.2)", - "Collate": "'arrowExports.R' 'enums.R' 'arrow-object.R' 'type.R'\n'array-data.R' 'arrow-datum.R' 'array.R' 'arrow-info.R'\n'arrow-package.R' 'arrow-tabular.R' 'buffer.R'\n'chunked-array.R' 'io.R' 'compression.R' 'scalar.R' 'compute.R'\n'config.R' 'csv.R' 'dataset.R' 'dataset-factory.R'\n'dataset-format.R' 'dataset-partition.R' 'dataset-scan.R'\n'dataset-write.R' 'dictionary.R' 'dplyr-across.R'\n'dplyr-arrange.R' 'dplyr-by.R' 'dplyr-collect.R'\n'dplyr-count.R' 'dplyr-datetime-helpers.R' 'dplyr-distinct.R'\n'dplyr-eval.R' 'dplyr-filter.R' 'dplyr-funcs-agg.R'\n'dplyr-funcs-augmented.R' 'dplyr-funcs-conditional.R'\n'dplyr-funcs-datetime.R' 'dplyr-funcs-doc.R'\n'dplyr-funcs-math.R' 'dplyr-funcs-simple.R'\n'dplyr-funcs-string.R' 'dplyr-funcs-type.R' 'expression.R'\n'dplyr-funcs.R' 'dplyr-glimpse.R' 'dplyr-group-by.R'\n'dplyr-join.R' 'dplyr-mutate.R' 'dplyr-select.R'\n'dplyr-slice.R' 'dplyr-summarize.R' 'dplyr-union.R'\n'record-batch.R' 'table.R' 'dplyr.R' 'duckdb.R' 'extension.R'\n'feather.R' 'field.R' 'filesystem.R' 'flight.R'\n'install-arrow.R' 'ipc-stream.R' 'json.R' 'memory-pool.R'\n'message.R' 'metadata.R' 'parquet.R' 'python.R'\n'query-engine.R' 'record-batch-reader.R'\n'record-batch-writer.R' 'reexports-bit64.R'\n'reexports-tidyselect.R' 'schema.R' 'udf.R' 'util.R'", - "NeedsCompilation": "yes", - "Packaged": "2026-04-27 03:37:21 UTC; bryce", - "Author": "Neal Richardson [aut],\n Ian Cook [aut],\n Nic Crane [aut],\n Dewey Dunnington [aut] (ORCID: ),\n Romain François [aut] (ORCID: ),\n Jonathan Keane [aut, cre],\n Bryce Mecum [aut],\n Dragoș Moldovan-Grünfeld [aut],\n Jeroen Ooms [aut],\n Jacob Wujciak-Jens [aut],\n Javier Luraschi [ctb],\n Karl Dunkle Werner [ctb] (ORCID:\n ),\n Jeffrey Wong [ctb],\n Apache Arrow [aut, cph]", - "Maintainer": "Jonathan Keane ", - "Repository": "RSPM", - "Date/Publication": "2026-04-29 13:00:15 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-30 07:21:18 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_28" - } - }, - "askpass": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "askpass", - "Type": "Package", - "Title": "Password Entry Utilities for R, Git, and SSH", - "Version": "1.2.1", - "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \n email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))", - "Description": "Cross-platform utilities for prompting the user for credentials or a \n passphrase, for example to authenticate with a server or read a protected key.\n Includes native programs for MacOS and Windows, hence no 'tcltk' is required. \n Password entry can be invoked in two different ways: directly from R via the \n askpass() function, or indirectly as password-entry back-end for 'ssh-agent' \n or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables.\n Thereby the user can be prompted for credentials or a passphrase if needed \n when R calls out to git or ssh.", - "License": "MIT + file LICENSE", - "URL": "https://r-lib.r-universe.dev/askpass", - "BugReports": "https://github.com/r-lib/askpass/issues", - "Encoding": "UTF-8", - "Imports": "sys (>= 2.1)", - "RoxygenNote": "7.2.3", - "Suggests": "testthat", - "Language": "en-US", - "NeedsCompilation": "yes", - "Packaged": "2024-10-03 14:12:09 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] ()", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2024-10-04 07:20:03 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:36 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "assertthat": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "assertthat", - "Title": "Easy Pre and Post Assertions", - "Version": "0.2.1", - "Authors@R": "\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", c(\"aut\", \"cre\"))", - "Description": "An extension to stopifnot() that makes it easy to declare \n the pre and post conditions that you code should satisfy, while also \n producing friendly error messages so that your users know what's gone\n wrong.", - "License": "GPL-3", - "Imports": "tools", - "Suggests": "testthat, covr", - "RoxygenNote": "6.0.1", - "Collate": "'assert-that.r' 'on-failure.r' 'assertions-file.r'\n'assertions-scalar.R' 'assertions.r' 'base.r'\n'base-comparison.r' 'base-is.r' 'base-logical.r' 'base-misc.r'\n'utils.r' 'validate-that.R'", - "NeedsCompilation": "no", - "Packaged": "2019-03-21 13:11:01 UTC; hadley", - "Author": "Hadley Wickham [aut, cre]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2019-03-21 14:53:46 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-24 05:25:52 UTC; unix" - } - }, - "attempt": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "attempt", - "Title": "Tools for Defensive Programming", - "Version": "0.3.1", - "Authors@R": "person(\"Colin\", \"Fay\", email = \"contact@colinfay.me\", role = c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0001-7343-1846\"))", - "Description": "Tools for defensive programming, inspired by 'purrr' mappers and \n based on 'rlang'.'attempt' extends and facilitates defensive programming by \n providing a consistent grammar, and provides a set of easy to use functions \n for common tests and conditions. 'attempt' only depends on 'rlang', and \n focuses on speed, so it can be easily integrated in other functions and \n used in data analysis. ", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "URL": "https://github.com/ColinFay/attempt", - "LazyData": "true", - "Suggests": "testthat, knitr, rmarkdown, curl", - "VignetteBuilder": "knitr", - "Imports": "rlang", - "RoxygenNote": "7.1.0", - "NeedsCompilation": "no", - "Packaged": "2020-05-03 20:24:38 UTC; colin", - "Author": "Colin Fay [aut, cre] ()", - "Maintainer": "Colin Fay ", - "Repository": "RSPM", - "Date/Publication": "2020-05-03 20:50:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:45 UTC; unix" - } - }, - "azkit": { - "Source": "github", - "Repository": null, - "description": { - "Package": "azkit", - "Title": "Azure storage authentication toolkit", - "Version": "0.3.1", - "Authors@R": "\n c(person(\n \"Fran\", \"Barton\",\n email = \"francis.barton@nhs.net\",\n role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5650-1176\")\n ),\n person(\n \"Tom\", \"Jemmett\",\n email = \"thomas.jemmett@nhs.net\",\n role = \"ctb\"\n ))", - "Description": "Handles authentication and basic tasks with Azure blob storage.", - "License": "MIT + file LICENSE", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Roxygen": "list(markdown = TRUE)", - "Depends": "R (>= 4.5.0)", - "Imports": "arrow, AzureAuth, AzureRMR, AzureStor, cli, dplyr, glue,\nhttr2, purrr, rlang, tibble, withr, yyjsonr", - "Suggests": "httpuv, readr, testthat (>= 3.0.0)", - "Config/roxygen2/version": "8.0.0", - "RemoteType": "github", - "RemoteHost": "api.github.com", - "RemoteRepo": "azkit", - "RemoteUsername": "the-strategy-unit", - "RemotePkgRef": "the-strategy-unit/azkit", - "RemoteRef": "HEAD", - "RemoteSha": "98e6a2a2d551b8365b6acac5d587f7f5c04362c4", - "GithubRepo": "azkit", - "GithubUsername": "the-strategy-unit", - "GithubRef": "HEAD", - "GithubSHA1": "98e6a2a2d551b8365b6acac5d587f7f5c04362c4", - "NeedsCompilation": "no", - "Packaged": "2026-05-20 15:06:39 UTC; tom", - "Author": "Fran Barton [aut, cre] (ORCID: ),\n Tom Jemmett [ctb]", - "Maintainer": "Fran Barton ", - "Built": "R 4.6.0; ; 2026-05-20 15:06:39 UTC; unix" - } - }, - "base64enc": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "base64enc", - "Version": "0.1-6", - "Title": "Tools for 'base64' Encoding", - "Author": "Simon Urbanek [aut, cre, cph] (https://urbanek.nz, ORCID:\n )", - "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 ", - "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": "RSPM", - "Date/Publication": "2026-02-02 06:31:10 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:52 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "beeswarm": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "beeswarm", - "Title": "The Bee Swarm Plot, an Alternative to Stripchart", - "Description": "The bee swarm plot is a one-dimensional scatter plot like\n \"stripchart\", but with closely-packed, non-overlapping points. ", - "Version": "0.4.0", - "Date": "2021-05-07", - "Authors@R": "c(\n person(\"Aron\", \"Eklund\", , \"aroneklund@gmail.com\",\n role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0861-1001\")),\n person(\"James\", \"Trimble\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-7282-8745\"))\n )", - "Imports": "stats, graphics, grDevices, utils", - "NeedsCompilation": "yes", - "License": "Artistic-2.0", - "URL": "https://github.com/aroneklund/beeswarm", - "BugReports": "https://github.com/aroneklund/beeswarm/issues", - "Packaged": "2021-05-07 08:52:45 UTC; aron", - "Author": "Aron Eklund [aut, cre] (),\n James Trimble [aut] ()", - "Maintainer": "Aron Eklund ", - "Repository": "RSPM", - "Date/Publication": "2021-06-01 21:40:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-25 14:58:37 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "bigD": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "bigD", - "Title": "Flexibly Format Dates and Times to a Given Locale", - "Version": "0.3.1", - "Description": "Format dates and times flexibly and to whichever locales\n make sense. Parses dates, times, and date-times in various formats\n (including string-based ISO 8601 constructions). The formatting syntax gives\n the user many options for formatting the date and time output in a precise\n manner. Time zones in the input can be expressed in multiple ways and there\n are many options for formatting time zones in the output as well. Several of\n the provided helper functions allow for automatic generation of locale-aware\n formatting patterns based on date/time skeleton formats and standardized\n date/time formats with varying specificity.", - "Authors@R": "c(\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Olivier\", \"Roy\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/bigD/, https://github.com/rstudio/bigD", - "BugReports": "https://github.com/rstudio/bigD/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "Depends": "R (>= 3.6.0)", - "Suggests": "testthat (>= 3.0.0), vctrs (>= 0.5.0)", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "NeedsCompilation": "no", - "Packaged": "2025-04-03 13:52:40 UTC; riannone", - "Author": "Richard Iannone [aut, cre] (),\n Olivier Roy [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Richard Iannone ", - "Repository": "RSPM", - "Date/Publication": "2025-04-03 14:20:02 UTC", - "Built": "R 4.6.0; ; 2026-04-25 15:00:28 UTC; unix" - } - }, - "bit": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "bit", - "Title": "Classes and Methods for Fast Memory-Efficient Boolean Selections", - "Version": "4.6.0", - "Authors@R": "c(\n person(\"Michael\", \"Chirico\", email = \"MichaelChirico4@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Jens\", \"Oehlschlägel\", role = \"aut\"),\n person(\"Brian\", \"Ripley\", role = \"ctb\")\n )", - "Depends": "R (>= 3.4.0)", - "Suggests": "testthat (>= 3.0.0), roxygen2, knitr, markdown, rmarkdown,\nmicrobenchmark, bit64 (>= 4.0.0), ff (>= 4.0.0)", - "Description": "Provided are classes for boolean and skewed boolean vectors,\n fast boolean methods, fast unique and non-unique integer sorting,\n fast set operations on sorted and unsorted sets of integers, and\n foundations for ff (range index, compression, chunked processing).", - "License": "GPL-2 | GPL-3", - "LazyLoad": "yes", - "ByteCompile": "yes", - "Encoding": "UTF-8", - "URL": "https://github.com/r-lib/bit", - "VignetteBuilder": "knitr, rmarkdown", - "RoxygenNote": "7.3.2", - "Config/testthat/edition": "3", - "NeedsCompilation": "yes", - "Packaged": "2025-03-05 07:18:45 UTC; michael", - "Author": "Michael Chirico [aut, cre],\n Jens Oehlschlägel [aut],\n Brian Ripley [ctb]", - "Maintainer": "Michael Chirico ", - "Repository": "RSPM", - "Date/Publication": "2025-03-06 10:50:01 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:54 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "bit64": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "bit64", - "Title": "A S3 Class for Vectors of 64bit Integers", - "Version": "4.8.0", - "Authors@R": "c(\n person(\"Michael\", \"Chirico\", email=\"michaelchirico4@gmail.com\", role=c(\"aut\", \"cre\")),\n person(\"Jens\", \"Oehlschlägel\", role=\"aut\"),\n person(\"Leonardo\", \"Silvestri\", role=\"ctb\"),\n person(\"Ofek\", \"Shilon\", role=\"ctb\"),\n person(\"Christian\", \"Ullerich\", role=\"ctb\")\n )", - "Depends": "R (>= 3.5.0)", - "Description": "\n Package 'bit64' provides serializable S3 atomic 64bit (signed) integers.\n These are useful for handling database keys and exact counting in +-2^63.\n WARNING: do not use them as replacement for 32bit integers, integer64 are not\n supported for subscripting by R-core and they have different semantics when\n combined with double, e.g. integer64 + double => integer64.\n Class integer64 can be used in vectors, matrices, arrays and data.frames.\n Methods are available for coercion from and to logicals, integers, doubles,\n characters and factors as well as many elementwise and summary functions.\n Many fast algorithmic operations such as 'match' and 'order' support inter-\n active data exploration and manipulation and optionally leverage caching.", - "License": "GPL-2 | GPL-3", - "LazyLoad": "yes", - "ByteCompile": "yes", - "URL": "https://github.com/r-lib/bit64, https://bit64.r-lib.org", - "Encoding": "UTF-8", - "Imports": "bit (>= 4.0.0), graphics, methods, stats, utils", - "Suggests": "patrick (>= 0.3.0), testthat (>= 3.3.0), withr", - "Config/testthat/edition": "3", - "Config/Needs/development": "patrick, testthat", - "Config/Needs/website": "tidyverse/tidytemplate", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-20 06:52:55 UTC; michael", - "Author": "Michael Chirico [aut, cre],\n Jens Oehlschlägel [aut],\n Leonardo Silvestri [ctb],\n Ofek Shilon [ctb],\n Christian Ullerich [ctb]", - "Maintainer": "Michael Chirico ", - "Repository": "RSPM", - "Date/Publication": "2026-04-21 06:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:32 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "bitops": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "bitops", - "Version": "1.0-9", - "Date": "2024-10-03", - "Authors@R": "c(\n person(\"Steve\", \"Dutky\", role = \"aut\", email = \"sdutky@terpalum.umd.edu\",\n \t comment = \"S original; then (after MM's port) revised and modified\"),\n person(\"Martin\", \"Maechler\", role = c(\"cre\", \"aut\"), email = \"maechler@stat.math.ethz.ch\",\n\t comment = c(\"Initial R port; tweaks\", ORCID = \"0000-0002-8685-9910\")))", - "Title": "Bitwise Operations", - "Description": "Functions for bitwise operations on integer vectors.", - "License": "GPL (>= 2)", - "URL": "https://github.com/mmaechler/R-bitops", - "BugReports": "https://github.com/mmaechler/R-bitops/issues", - "NeedsCompilation": "yes", - "Packaged": "2024-10-03 09:17:35 UTC; maechler", - "Author": "Steve Dutky [aut] (S original; then (after MM's port) revised and\n modified),\n Martin Maechler [cre, aut] (Initial R port; tweaks,\n )", - "Maintainer": "Martin Maechler ", - "Repository": "RSPM", - "Date/Publication": "2024-10-03 23:00:54 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:54 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "bs4Dash": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "bs4Dash", - "Title": "A 'Bootstrap 4' Version of 'shinydashboard'", - "Version": "2.3.5", - "Authors@R": "c(\n person(\"David\", \"Granjon\", , \"dgranjon@ymail.com\", role = c(\"aut\", \"cre\")),\n person(, \"RinteRface\", role = \"cph\"),\n person(, \"Almasaeed Studio\", role = c(\"ctb\", \"cph\"),\n comment = \"AdminLTE3 theme for Bootstrap 4\"),\n person(\"Winston\", \"Chang\", role = c(\"ctb\", \"cph\"),\n comment = \"Utils functions from shinydashboard\")\n )", - "Maintainer": "David Granjon ", - "Description": "Make 'Bootstrap 4' Shiny dashboards. Use the full power of\n 'AdminLTE3', a dashboard template built on top of 'Bootstrap 4'\n .", - "License": "GPL (>= 2) | file LICENSE", - "URL": "https://github.com/RinteRface/bs4Dash,\nhttps://bs4dash.rinterface.com/", - "BugReports": "https://github.com/RinteRface/bs4Dash/issues", - "Depends": "R (>= 2.10)", - "Imports": "bslib (>= 0.2.4), cli, fresh, htmltools (>= 0.5.1.1), httpuv\n(>= 1.5.2), httr, jsonlite (>= 0.9.16), lifecycle, rlang (>=\n1.1.0), shiny (>= 1.6.0), waiter (>= 0.2.3)", - "Suggests": "DT, golem, knitr, rmarkdown, testthat (>= 3.0.0), thematic\n(>= 0.1.2)", - "VignetteBuilder": "knitr", - "RdMacros": "lifecycle", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "Collate": "'feedbacks.R' 'useful-items.R' 'tabs.R' 'render-functions.R'\n'cards.R' 'dashboardSidebar.R' 'dashboardBody.R'\n'dashboardFooter.R' 'dashboardControlbar.R' 'dashboardHeader.R'\n'dashboardPage.R' 'aliases.R' 'auto-color.R'\n'bs4Dash-package.r' 'bs4DashGallery.R' 'deps.R' 'grid.R'\n'import-standalone-obj-type.R'\n'import-standalone-types-check.R' 'inputs.R' 'skinSelector.R'\n'utils.R' 'zzz.R'", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2025-08-25 10:33:25 UTC; davidgranjon", - "Author": "David Granjon [aut, cre],\n RinteRface [cph],\n Almasaeed Studio [ctb, cph] (AdminLTE3 theme for Bootstrap 4),\n Winston Chang [ctb, cph] (Utils functions from shinydashboard)", - "Repository": "RSPM", - "Date/Publication": "2025-08-25 11:10:14 UTC", - "Built": "R 4.6.0; ; 2026-05-09 04:19:46 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "bs4Dash", - "RemoteRef": "bs4Dash", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "2.3.5" - } - }, - "bslib": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "bslib", - "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", - "Version": "0.11.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.9000), 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/roxygen2/version": "8.0.0", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "zzzz-bs-sass, fonts, zzz-precompile,\ntheme-*, rmd-*", - "Encoding": "UTF-8", - "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' 'toolbar.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-05-15 15:16:19 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (ORCID:\n ),\n Joe Cheng [aut],\n Garrick Aden-Buie [aut] (ORCID:\n ),\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 ", - "Repository": "RSPM", - "Date/Publication": "2026-05-16 08:10:07 UTC", - "Built": "R 4.6.0; ; 2026-05-17 05:24:23 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "bslib", - "RemoteRef": "bslib", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.11.0" - } - }, - "cachem": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ", - "Repository": "RSPM", - "Date/Publication": "2024-05-16 09:50:11 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:46 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "callr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "callr", - "Title": "Call R from R", - "Version": "3.7.6", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "It is sometimes useful to perform a computation in a separate\n R process, without affecting the current R process at all. This\n packages does exactly that.", - "License": "MIT + file LICENSE", - "URL": "https://callr.r-lib.org, https://github.com/r-lib/callr", - "BugReports": "https://github.com/r-lib/callr/issues", - "Depends": "R (>= 3.4)", - "Imports": "processx (>= 3.6.1), R6, utils", - "Suggests": "asciicast (>= 2.3.1), cli (>= 1.1.0), mockery, ps, rprojroot,\nspelling, testthat (>= 3.2.0), withr (>= 2.3.0)", - "Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph,\ntibble, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.1.9000", - "NeedsCompilation": "no", - "Packaged": "2024-03-25 12:10:25 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n Posit Software, PBC [cph, fnd],\n Ascent Digital Services [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-03-25 13:30:06 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:16 UTC; unix" - } - }, - "class": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "class", - "Priority": "recommended", - "Version": "7.3-23", - "Date": "2025-01-01", - "Depends": "R (>= 3.0.0), stats, utils", - "Imports": "MASS", - "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\n email = \"Brian.Ripley@R-project.org\"),\n person(\"William\", \"Venables\", role = \"cph\"))", - "Description": "Various functions for classification, including k-nearest\n neighbour, Learning Vector Quantization and Self-Organizing Maps.", - "Title": "Functions for Classification", - "ByteCompile": "yes", - "License": "GPL-2 | GPL-3", - "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", - "NeedsCompilation": "yes", - "Packaged": "2025-01-01 07:07:13 UTC; ripley", - "Author": "Brian Ripley [aut, cre, cph],\n William Venables [cph]", - "Maintainer": "Brian Ripley ", - "Repository": "CRAN", - "Date/Publication": "2025-01-01 10:25:33 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-26 13:39:38 UTC; unix" - } - }, - "classInt": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "classInt", - "Version": "0.4-11", - "Date": "2025-01-06", - "Title": "Choose Univariate Class Intervals", - "Authors@R": "c(\n person(\"Roger\", \"Bivand\", role=c(\"aut\", \"cre\"), email=\"Roger.Bivand@nhh.no\", comment=c(ORCID=\"0000-0003-2392-6140\")),\n person(\"Bill\", \"Denney\", role=\"ctb\", comment=c(ORCID=\"0000-0002-5759-428X\")),\n person(\"Richard\", \"Dunlap\", role=\"ctb\"),\n person(\"Diego\", \"Hernangómez\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8457-4658\")),\n person(\"Hisaji\", \"Ono\", role=\"ctb\"),\n person(\"Josiah\", \"Parry\", role = \"ctb\", comment = c(ORCID = \"0000-0001-9910-865X\")),\n person(\"Matthieu\", \"Stigler\", role=\"ctb\", comment =c(ORCID=\"0000-0002-6802-4290\")))", - "Depends": "R (>= 2.2)", - "Imports": "grDevices, stats, graphics, e1071, class, KernSmooth", - "Suggests": "spData (>= 0.2.6.2), units, knitr, rmarkdown, tinytest", - "NeedsCompilation": "yes", - "Description": "Selected commonly used methods for choosing univariate class intervals for mapping or other graphics purposes.", - "License": "GPL (>= 2)", - "URL": "https://r-spatial.github.io/classInt/,\nhttps://github.com/r-spatial/classInt/", - "BugReports": "https://github.com/r-spatial/classInt/issues/", - "RoxygenNote": "6.1.1", - "Encoding": "UTF-8", - "VignetteBuilder": "knitr", - "Packaged": "2025-01-08 10:00:10 UTC; rsb", - "Author": "Roger Bivand [aut, cre] (),\n Bill Denney [ctb] (),\n Richard Dunlap [ctb],\n Diego Hernangómez [ctb] (),\n Hisaji Ono [ctb],\n Josiah Parry [ctb] (),\n Matthieu Stigler [ctb] ()", - "Maintainer": "Roger Bivand ", - "Repository": "RSPM", - "Date/Publication": "2025-01-08 13:40:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:27:01 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_27" - } - }, - "cli": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "cli", - "Title": "Helpers for Developing Command Line Interfaces", - "Version": "3.6.6", - "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 comment = c(ROR = \"03wc8by49\"))\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", - "Config/usethis/last-upkeep": "2025-04-25", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2.9000", - "NeedsCompilation": "yes", - "Packaged": "2026-04-08 18:14:45 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n Salim Brüggemann [ctb] (ORCID: ),\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2026-04-09 09:50:18 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:54 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "clipr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "clipr", - "Title": "Read and Write from the System Clipboard", - "Version": "0.8.0", - "Authors@R": "c(\n person(\"Matthew\", \"Lincoln\", , \"matthew.d.lincoln@gmail.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4387-3384\")),\n person(\"Louis\", \"Maddox\", role = \"ctb\"),\n person(\"Steve\", \"Simpson\", role = \"ctb\"),\n person(\"Jennifer\", \"Bryan\", role = \"ctb\")\n )", - "Description": "Simple utility functions to read from and write to\n the Windows, OS X, and X11 clipboards.", - "License": "GPL-3", - "URL": "https://github.com/mdlincoln/clipr,\nhttp://matthewlincoln.net/clipr/", - "BugReports": "https://github.com/mdlincoln/clipr/issues", - "Imports": "utils", - "Suggests": "covr, knitr, rmarkdown, rstudioapi (>= 0.5), testthat (>=\n2.0.0)", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.1.2", - "SystemRequirements": "xclip (https://github.com/astrand/xclip) or xsel\n(http://www.vergenet.net/~conrad/software/xsel/) for accessing\nthe X11 clipboard, or wl-clipboard\n(https://github.com/bugaevc/wl-clipboard) for systems using\nWayland.", - "NeedsCompilation": "no", - "Packaged": "2022-02-19 02:20:21 UTC; mlincoln", - "Author": "Matthew Lincoln [aut, cre] (),\n Louis Maddox [ctb],\n Steve Simpson [ctb],\n Jennifer Bryan [ctb]", - "Maintainer": "Matthew Lincoln ", - "Repository": "RSPM", - "Date/Publication": "2022-02-22 00:58:45 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:17 UTC; unix" - } - }, - "codetools": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "codetools", - "Version": "0.2-20", - "Priority": "recommended", - "Author": "Luke Tierney ", - "Description": "Code analysis tools for R.", - "Title": "Code Analysis Tools for R", - "Depends": "R (>= 2.1)", - "Maintainer": "Luke Tierney ", - "URL": "https://gitlab.com/luke-tierney/codetools", - "License": "GPL", - "NeedsCompilation": "no", - "Packaged": "2024-03-31 18:18:09 UTC; luke", - "Repository": "CRAN", - "Date/Publication": "2024-03-31 20:10:06 UTC", - "Built": "R 4.6.0; ; 2026-04-26 13:39:34 UTC; unix" - } - }, - "commonmark": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 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: ),\n John MacFarlane [cph] (Author of cmark)", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2025-07-07 13:40:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:58 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "config": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "config", - "Type": "Package", - "Title": "Manage Environment Specific Configuration Values", - "Version": "0.3.2", - "Authors@R": "c(\n person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@rstudio.com\"),\n person(\"Andrie\", \"de Vries\", role = \"cre\", email = \"apdevries@gmail.com\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Imports": "yaml (>= 2.1.19)", - "Suggests": "testthat, knitr, rmarkdown, covr, spelling, withr", - "Description": "Manage configuration values across multiple environments (e.g.\n development, test, production). Read values using a function that determines\n the current environment and returns the appropriate value.", - "License": "GPL-3", - "URL": "https://rstudio.github.io/config/,\nhttps://github.com/rstudio/config", - "BugReports": "https://github.com/rstudio/config/issues", - "RoxygenNote": "7.2.3", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "Language": "en-US", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2023-08-30 09:28:23 UTC; apdev", - "Author": "JJ Allaire [aut],\n Andrie de Vries [cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Andrie de Vries ", - "Repository": "RSPM", - "Date/Publication": "2023-08-30 16:50:36 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:49 UTC; unix" - } - }, - "cpp11": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "cpp11", - "Title": "A C++11 Interface for R's C Interface", - "Version": "0.5.5", - "Authors@R": "\n c(\n person(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Benjamin\", \"Kietzman\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides a header only, C++11 interface to R's C\n interface. Compared to other approaches 'cpp11' strives to be safe\n against long jumps from the C API as well as C++ exceptions, conform\n to normal R function semantics and supports interaction with 'ALTREP'\n vectors.", - "License": "MIT + file LICENSE", - "URL": "https://cpp11.r-lib.org, https://github.com/r-lib/cpp11", - "BugReports": "https://github.com/r-lib/cpp11/issues", - "Depends": "R (>= 4.0.0)", - "Suggests": "bench, brio, callr, cli, covr, decor, desc, ggplot2, glue,\nknitr, lobstr, mockery, progress, rmarkdown, scales, Rcpp,\ntestthat (>= 3.2.0), tibble, utils, vctrs, withr", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/Needs/cpp11/cpp_register": "brio, cli, decor, desc, glue, tibble,\nvctrs", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2026-05-06 12:49:17 UTC; davis", - "Author": "Davis Vaughan [aut, cre] (ORCID:\n ),\n Jim Hester [aut] (ORCID: ),\n Romain François [aut] (ORCID: ),\n Benjamin Kietzman [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", - "Date/Publication": "2026-05-06 14:40:12 UTC", - "Built": "R 4.6.0; ; 2026-05-08 20:38:03 UTC; unix" - } - }, - "crayon": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "crayon", - "Title": "Colored Terminal Output", - "Version": "1.5.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Brodie\", \"Gaslam\", , \"brodie.gaslam@yahoo.com\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "The crayon package is now superseded. Please use the 'cli'\n package for new projects. Colored terminal output on terminals that\n support 'ANSI' color and highlight codes. It also works in 'Emacs'\n 'ESS'. 'ANSI' color support is automatically detected. Colors and\n highlighting can be combined and nested. New styles can also be\n created easily. This package was inspired by the 'chalk' 'JavaScript'\n project.", - "License": "MIT + file LICENSE", - "URL": "https://r-lib.github.io/crayon/, https://github.com/r-lib/crayon", - "BugReports": "https://github.com/r-lib/crayon/issues", - "Imports": "grDevices, methods, utils", - "Suggests": "mockery, rstudioapi, testthat, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "Collate": "'aaa-rstudio-detect.R' 'aaaa-rematch2.R'\n'aab-num-ansi-colors.R' 'aac-num-ansi-colors.R' 'ansi-256.R'\n'ansi-palette.R' 'combine.R' 'string.R' 'utils.R'\n'crayon-package.R' 'disposable.R' 'enc-utils.R' 'has_ansi.R'\n'has_color.R' 'link.R' 'styles.R' 'machinery.R' 'parts.R'\n'print.R' 'style-var.R' 'show.R' 'string_operations.R'", - "NeedsCompilation": "no", - "Packaged": "2024-06-20 11:49:08 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-06-20 13:00:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:25:52 UTC; unix" - } - }, - "crosstalk": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "crosstalk", - "Title": "Inter-Widget Interactivity for HTML Widgets", - "Version": "1.2.2", - "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(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\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(\"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(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(, \"es5-shim contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim 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 )", - "Description": "Provides building blocks for allowing HTML widgets to\n communicate with each other, with Shiny or without (i.e. static .html\n files). Currently supports linked brushing and filtering.", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/crosstalk/,\nhttps://github.com/rstudio/crosstalk", - "BugReports": "https://github.com/rstudio/crosstalk/issues", - "Imports": "htmltools (>= 0.3.6), jsonlite, lazyeval, R6", - "Suggests": "bslib, ggplot2, sass, shiny, testthat (>= 2.1.0)", - "Config/Needs/website": "jcheng5/d3scatter, DT, leaflet, rmarkdown", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-08-26 22:06:47 UTC; cpsievert", - "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (ORCID:\n ),\n Posit Software, PBC [cph, fnd],\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 Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Kristopher Michael Kowal [ctb, cph] (es5-shim library),\n es5-shim contributors [ctb, cph] (es5-shim library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library)", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2025-08-26 23:50:02 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:04:54 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "crosstalk", - "RemoteRef": "crosstalk", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "1.2.2" - } - }, - "curl": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "curl", - "Type": "Package", - "Title": "A Modern and Flexible Web Client for R", - "Version": "7.1.0", - "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(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = \"cph\"))", - "Description": "Bindings to 'libcurl' for performing fully\n configurable HTTP/FTP requests where responses can be processed in memory, on\n disk, or streaming via the callback or connection interfaces. Some knowledge\n of 'libcurl' is recommended; for a more-user-friendly web client see the \n 'httr2' package which builds on this package with http specific tools and logic.", - "License": "MIT + file LICENSE", - "SystemRequirements": "libcurl (>= 7.73): libcurl-devel (rpm) or\nlibcurl4-openssl-dev (deb)", - "URL": "https://jeroen.r-universe.dev/curl", - "BugReports": "https://github.com/jeroen/curl/issues", - "Suggests": "spelling, testthat (>= 1.0.0), knitr, jsonlite, later,\nrmarkdown, httpuv (>= 1.4.4), webutils", - "VignetteBuilder": "knitr", - "Depends": "R (>= 3.0.0)", - "RoxygenNote": "7.3.2", - "Encoding": "UTF-8", - "Language": "en-US", - "NeedsCompilation": "yes", - "Packaged": "2026-04-21 14:47:54 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (ORCID: ),\n Hadley Wickham [ctb],\n Posit Software, PBC [cph]", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2026-04-22 09:40:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:26 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_27" - } - }, - "desc": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "desc", - "Title": "Manipulate DESCRIPTION Files", - "Version": "1.4.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Kirill\", \"Müller\", role = \"aut\"),\n person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"),\n person(\"Maëlle\", \"Salmon\", role = \"ctb\",\n comment = c(ORCID = \"0000-0002-2815-0399\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Maintainer": "Gábor Csárdi ", - "Description": "Tools to read, write, create, and manipulate DESCRIPTION\n files. It is intended for packages that create or manipulate other\n packages.", - "License": "MIT + file LICENSE", - "URL": "https://desc.r-lib.org/, https://github.com/r-lib/desc", - "BugReports": "https://github.com/r-lib/desc/issues", - "Depends": "R (>= 3.4)", - "Imports": "cli, R6, utils", - "Suggests": "callr, covr, gh, spelling, testthat, whoami, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.2.3", - "Collate": "'assertions.R' 'authors-at-r.R' 'built.R' 'classes.R'\n'collate.R' 'constants.R' 'deps.R' 'desc-package.R'\n'description.R' 'encoding.R' 'find-package-root.R' 'latex.R'\n'non-oo-api.R' 'package-archives.R' 'read.R' 'remotes.R'\n'str.R' 'syntax_checks.R' 'urls.R' 'utils.R' 'validate.R'\n'version.R'", - "NeedsCompilation": "no", - "Packaged": "2023-12-10 11:07:50 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Kirill Müller [aut],\n Jim Hester [aut],\n Maëlle Salmon [ctb] (),\n Posit Software, PBC [cph, fnd]", - "Repository": "RSPM", - "Date/Publication": "2023-12-10 11:40:08 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:37 UTC; unix" - } - }, - "digest": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ),\n Antoine Lucas [ctb] (ORCID: ),\n Jarek Tuszynski [ctb],\n Henrik Bengtsson [ctb] (ORCID: ),\n Simon Urbanek [ctb] (ORCID: ),\n Mario Frasca [ctb],\n Bryan Lewis [ctb],\n Murray Stokely [ctb],\n Hannes Muehleisen [ctb] (ORCID:\n ),\n Duncan Murdoch [ctb],\n Jim Hester [ctb] (ORCID: ),\n Wush Wu [ctb] (ORCID: ),\n Qiang Kou [ctb] (ORCID: ),\n Thierry Onkelinx [ctb] (ORCID: ),\n Michel Lang [ctb] (ORCID: ),\n Viliam Simko [ctb],\n Kurt Hornik [ctb] (ORCID: ),\n Radford Neal [ctb] (ORCID: ),\n Kendon Bell [ctb] (ORCID: ),\n Matthew de Queljoe [ctb],\n Dmitry Selivanov [ctb] (ORCID: ),\n Ion Suruceanu [ctb] (ORCID: ),\n Bill Denney [ctb] (ORCID: ),\n Dirk Schumacher [ctb],\n András Svraka [ctb] (ORCID: ),\n Sergey Fedorov [ctb] (ORCID: ),\n Will Landau [ctb] (ORCID: ),\n Floris Vanderhaeghe [ctb] (ORCID:\n ),\n Kevin Tappe [ctb],\n Harris McGehee [ctb],\n Tim Mastny [ctb],\n Aaron Peikert [ctb] (ORCID: ),\n Mark van der Loo [ctb] (ORCID: ),\n Chris Muir [ctb] (ORCID: ),\n Moritz Beller [ctb] (ORCID: ),\n Sebastian Campbell [ctb] (ORCID:\n ),\n Winston Chang [ctb] (ORCID: ),\n Dean Attali [ctb] (ORCID: ),\n Michael Chirico [ctb] (ORCID: ),\n Kevin Ushey [ctb] (ORCID: ),\n Carl Pearson [ctb] (ORCID: )", - "Maintainer": "Dirk Eddelbuettel ", - "Repository": "RSPM", - "Date/Publication": "2025-11-19 13:20:08 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:58 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "dplyr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "dplyr", - "Title": "A Grammar of Data Manipulation", - "Version": "1.2.1", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Romain\", \"François\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A fast, consistent tool for working with data frame like\n objects, both in memory and out of memory.", - "License": "MIT + file LICENSE", - "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", - "BugReports": "https://github.com/tidyverse/dplyr/issues", - "Depends": "R (>= 4.1.0)", - "Imports": "cli (>= 3.6.2), generics, glue (>= 1.3.2), lifecycle (>=\n1.0.5), magrittr (>= 1.5), methods, pillar (>= 1.9.0), R6,\nrlang (>= 1.1.7), tibble (>= 3.2.0), tidyselect (>= 1.2.0),\nutils, vctrs (>= 0.7.1)", - "Suggests": "broom, covr, DBI, dbplyr (>= 2.2.1), ggplot2, knitr, Lahman,\nlobstr, nycflights13, purrr, rmarkdown, RSQLite, stringi (>=\n1.7.6), testthat (>= 3.1.5), tidyr (>= 1.3.0), withr", - "VignetteBuilder": "knitr", - "Config/build/compilation-database": "true", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-02 19:51:05 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (ORCID:\n ),\n Romain François [aut] (ORCID: ),\n Lionel Henry [aut],\n Kirill Müller [aut] (ORCID: ),\n Davis Vaughan [aut] (ORCID: ),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2026-04-03 07:30:08 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:28:57 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "e1071": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "e1071", - "Version": "1.7-17", - "Title": "Misc Functions of the Department of Statistics, Probability\nTheory Group (Formerly: E1071), TU Wien", - "Imports": "graphics, grDevices, class, stats, methods, utils, proxy", - "Suggests": "cluster, mlbench, nnet, randomForest, rpart, SparseM, xtable,\nMatrix, MASS, slam", - "Authors@R": "c(person(given = \"David\", family = \"Meyer\", role = c(\"aut\", \"cre\"),\n email = \"David.Meyer@R-project.org\",\n\t\t comment = c(ORCID = \"0000-0002-5196-3048\")), \n person(given = \"Evgenia\", family = \"Dimitriadou\", role = c(\"aut\",\"cph\")),\n person(given = \"Kurt\", family = \"Hornik\", role = \"aut\",\n\t email = \"Kurt.Hornik@R-project.org\",\n comment = c(ORCID = \"0000-0003-4198-9911\")),\n person(given = \"Andreas\", family = \"Weingessel\", role = \"aut\"),\n person(given = \"Friedrich\", family = \"Leisch\", role = \"aut\"),\n person(given = \"Chih-Chung\", family = \"Chang\", role = c(\"ctb\",\"cph\"), comment = \"libsvm C++-code\"),\n person(given = \"Chih-Chen\", family = \"Lin\", role = c(\"ctb\",\"cph\"), comment = \"libsvm C++-code\"))", - "Description": "Functions for latent class analysis, short time Fourier\n\t transform, fuzzy clustering, support vector machines,\n\t shortest path computation, bagged clustering, naive Bayes\n\t classifier, generalized k-nearest neighbour ...", - "License": "GPL-2 | GPL-3", - "LazyLoad": "yes", - "NeedsCompilation": "yes", - "Packaged": "2025-12-17 20:18:24 UTC; meyer", - "Author": "David Meyer [aut, cre] (ORCID: ),\n Evgenia Dimitriadou [aut, cph],\n Kurt Hornik [aut] (ORCID: ),\n Andreas Weingessel [aut],\n Friedrich Leisch [aut],\n Chih-Chung Chang [ctb, cph] (libsvm C++-code),\n Chih-Chen Lin [ctb, cph] (libsvm C++-code)", - "Maintainer": "David Meyer ", - "Repository": "RSPM", - "Date/Publication": "2025-12-18 13:06:03 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:38 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "evaluate": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "evaluate", - "Title": "Parsing and Evaluation Tools that Provide More Details than the\nDefault", - "Version": "1.0.5", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Yihui\", \"Xie\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Michael\", \"Lawrence\", role = \"ctb\"),\n person(\"Thomas\", \"Kluyver\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Michel\", \"Lang\", role = \"ctb\"),\n person(\"Karolis\", \"Koncevičius\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Parsing and evaluation tools that make it easy to recreate\n the command line behaviour of R.", - "License": "MIT + file LICENSE", - "URL": "https://evaluate.r-lib.org/, https://github.com/r-lib/evaluate", - "BugReports": "https://github.com/r-lib/evaluate/issues", - "Depends": "R (>= 3.6.0)", - "Suggests": "callr, covr, ggplot2 (>= 3.3.6), lattice, methods, pkgload,\nragg (>= 1.4.0), rlang (>= 1.1.5), knitr, testthat (>= 3.0.0),\nwithr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-08-27 16:20:56 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Yihui Xie [aut] (ORCID: ),\n Michael Lawrence [ctb],\n Thomas Kluyver [ctb],\n Jeroen Ooms [ctb],\n Barret Schloerke [ctb],\n Adam Ryczkowski [ctb],\n Hiroaki Yutani [ctb],\n Michel Lang [ctb],\n Karolis Koncevičius [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2025-08-27 16:40:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:25:52 UTC; unix" - } - }, - "farver": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "farver", - "Title": "High Performance Colour Space Manipulation", - "Version": "2.1.2", - "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Berendea\", \"Nicolae\", role = \"aut\",\n comment = \"Author of the ColorSpace C++ library\"),\n person(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "The encoding of colour can be handled in many different ways,\n using different colour spaces. As different colour spaces have\n different uses, efficient conversion between these representations are\n important. The 'farver' package provides a set of functions that gives\n access to very fast colour space conversion and comparisons\n implemented in C++, and offers speed improvements over the\n 'convertColor' function in the 'grDevices' package.", - "License": "MIT + file LICENSE", - "URL": "https://farver.data-imaginist.com,\nhttps://github.com/thomasp85/farver", - "BugReports": "https://github.com/thomasp85/farver/issues", - "Suggests": "covr, testthat (>= 3.0.0)", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "yes", - "Packaged": "2024-05-13 08:31:27 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Berendea Nicolae [aut] (Author of the ColorSpace C++ library),\n Romain François [aut] (),\n Posit, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2024-05-13 09:33:09 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:54 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "fastmap": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ", - "Repository": "RSPM", - "Date/Publication": "2024-05-15 09:00:07 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:54 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "fontawesome": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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] (),\n Christophe Dervieux [ctb] (),\n Winston Chang [ctb],\n Dave Gandy [ctb, cph] (Font-Awesome font),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Richard Iannone ", - "Repository": "RSPM", - "Date/Publication": "2024-11-16 17:30:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:12 UTC; unix" - } - }, - "forcats": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "forcats", - "Title": "Tools for Working with Categorical Variables (Factors)", - "Version": "1.0.1", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "Helpers for reordering factor levels (including moving\n specified levels to front, ordering by first appearance, reversing,\n and randomly shuffling), and tools for modifying factor levels\n (including collapsing rare levels into other, 'anonymising', and\n manually 'recoding').", - "License": "MIT + file LICENSE", - "URL": "https://forcats.tidyverse.org/,\nhttps://github.com/tidyverse/forcats", - "BugReports": "https://github.com/tidyverse/forcats/issues", - "Depends": "R (>= 4.1)", - "Imports": "cli (>= 3.4.0), glue, lifecycle, magrittr, rlang (>= 1.0.0),\ntibble", - "Suggests": "covr, dplyr, ggplot2, knitr, readr, rmarkdown, testthat (>=\n3.0.0), withr", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2025-09-24 17:08:21 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2025-09-25 05:10:20 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:57 UTC; unix" - } - }, - "fresh": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "fresh", - "Title": "Create Custom 'Bootstrap' Themes to Use in 'Shiny'", - "Version": "0.2.2", - "Authors@R": "c(\n person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")),\n person(\"Fanny\", \"Meyer\", role = \"aut\"),\n person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"), comment = \"Bootswatch themes\"),\n person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\n person(\"onkbear\", role = c(\"ctb\", \"cph\"), comment = \"admin-lte-2-sass\"),\n person(family = \"Colorlib\", role = c(\"ctb\", \"cph\"), comment = \"AdminLTE\"))", - "Description": "Customize 'Bootstrap' and 'Bootswatch' themes, like colors, fonts, grid layout, \n to use in 'Shiny' applications, 'rmarkdown' documents and 'flexdashboard'.", - "URL": "https://github.com/dreamRs/fresh", - "BugReports": "https://github.com/dreamRs/fresh/issues", - "License": "GPL-3", - "Encoding": "UTF-8", - "Imports": "bslib, htmltools, rstudioapi, sass, shiny", - "Suggests": "bsicons, shinyWidgets, shinydashboard, bs4Dash, knitr,\nrmarkdown, testthat (>= 2.1.0), covr", - "RoxygenNote": "7.3.2", - "VignetteBuilder": "knitr", - "NeedsCompilation": "no", - "Packaged": "2025-09-04 12:32:06 UTC; perri", - "Author": "Victor Perrier [aut, cre, cph],\n Fanny Meyer [aut],\n Thomas Park [ctb, cph] (Bootswatch themes),\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 onkbear [ctb, cph] (admin-lte-2-sass),\n Colorlib [ctb, cph] (AdminLTE)", - "Maintainer": "Victor Perrier ", - "Repository": "RSPM", - "Date/Publication": "2025-09-04 13:00:02 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:24:35 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "fresh", - "RemoteRef": "fresh", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.2.2" - } - }, - "fs": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "fs", - "Title": "Cross-Platform File System Operations Based on 'libuv'", - "Version": "2.1.0", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", role = \"aut\"),\n person(\"Jeroen\", \"Ooms\", , \"jeroenooms@gmail.com\", role = \"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 comment = c(ROR = \"03wc8by49\"))\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 (>= 4.1)", - "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", - "SystemRequirements": "libuv: libuv-devel (rpm) or libuv1-dev (deb).\nAlternatively to build the vendored libuv 'cmake' is required.\nGNU make.", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2025-04-23", - "Copyright": "file COPYRIGHTS", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-18 13:56:26 UTC; jeroen", - "Author": "Jim Hester [aut],\n Hadley Wickham [aut],\n Gábor Csárdi [aut],\n Jeroen Ooms [cre],\n libuv project contributors [cph] (libuv library),\n Joyent, Inc. and other Node contributors [cph] (libuv library),\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2026-04-18 15:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:41 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "future": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "future", - "Version": "1.70.0", - "Title": "Unified Parallel and Distributed Processing in R for Everyone", - "Depends": "R (>= 3.2.0)", - "Imports": "digest, globals (>= 0.18.0), listenv (>= 0.8.0), parallel,\nparallelly (>= 1.44.0), tools, utils", - "Suggests": "methods, RhpcBLASctl, R.rsp, markdown", - "VignetteBuilder": "R.rsp", - "Authors@R": "c(person(\"Henrik\", \"Bengtsson\",\n role = c(\"aut\", \"cre\", \"cph\"),\n email = \"henrikb@braju.com\",\n comment = c(ORCID = \"0000-0002-7579-5165\")))", - "Description": "The purpose of this package is to provide a lightweight and\n unified Future API for sequential and parallel processing of R\n expression via futures. The simplest way to evaluate an expression\n in parallel is to use `x %<-% { expression }` with `plan(multisession)`.\n This package implements sequential, multicore, multisession, and\n cluster futures. With these, R expressions can be evaluated on the\n local machine, in parallel a set of local machines, or distributed\n on a mix of local and remote machines.\n Extensions to this package implement additional backends for\n processing futures via compute cluster schedulers, etc.\n Because of its unified API, there is no need to modify any code in order\n switch from sequential on the local machine to, say, distributed\n processing on a remote compute cluster.\n Another strength of this package is that global variables and functions\n are automatically identified and exported as needed, making it\n straightforward to tweak existing code to make use of futures.", - "License": "LGPL (>= 2.1)", - "LazyLoad": "TRUE", - "ByteCompile": "TRUE", - "URL": "https://future.futureverse.org,\nhttps://github.com/futureverse/future", - "BugReports": "https://github.com/futureverse/future/issues", - "Language": "en-US", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "Collate": "'000.bquote.R' '000.import.R' '000.re-exports.R'\n'009.deprecation.R' '010.tweakable.R' '010.utils-parallelly.R'\n'backend_api-01-FutureBackend-class.R'\n'backend_api-03.MultiprocessFutureBackend-class.R'\n'backend_api-11.ClusterFutureBackend-class.R'\n'backend_api-11.MulticoreFutureBackend-class.R'\n'backend_api-11.SequentialFutureBackend-class.R'\n'backend_api-13.MultisessionFutureBackend-class.R'\n'backend_api-ConstantFuture-class.R'\n'backend_api-Future-class.R' 'backend_api-FutureRegistry.R'\n'backend_api-UniprocessFuture-class.R'\n'backend_api-evalFuture.R' 'core_api-cancel.R'\n'core_api-future.R' 'core_api-reset.R' 'core_api-resolved.R'\n'core_api-value.R' 'delayed_api-futureAssign.R'\n'delayed_api-futureOf.R' 'demo_api-mandelbrot.R'\n'infix_api-01-futureAssign_OP.R' 'infix_api-02-globals_OP.R'\n'infix_api-03-seed_OP.R' 'infix_api-04-stdout_OP.R'\n'infix_api-05-conditions_OP.R' 'infix_api-06-lazy_OP.R'\n'infix_api-07-label_OP.R' 'infix_api-08-plan_OP.R'\n'infix_api-09-tweak_OP.R'\n'protected_api-FutureCondition-class.R'\n'protected_api-FutureGlobals-class.R'\n'protected_api-FutureResult-class.R' 'protected_api-futures.R'\n'protected_api-globals.R' 'protected_api-journal.R'\n'protected_api-resolve.R' 'protected_api-result.R'\n'protected_api-signalConditions.R' 'testme.R' 'utils-basic.R'\n'utils-conditions.R' 'utils-connections.R' 'utils-debug.R'\n'utils-immediateCondition.R' 'utils-marshalling.R'\n'utils-objectSize.R' 'utils-options.R' 'utils-prune_pkg_code.R'\n'utils-registerClusterTypes.R' 'utils-rng_utils.R'\n'utils-signalEarly.R' 'utils-stealth_sample.R'\n'utils-sticky_globals.R' 'utils-tweakExpression.R'\n'utils-uuid.R' 'utils-whichIndex.R' 'utils_api-backtrace.R'\n'utils_api-capture_journals.R' 'utils_api-futureCall.R'\n'utils_api-futureSessionInfo.R' 'utils_api-makeClusterFuture.R'\n'utils_api-minifuture.R' 'utils_api-nbrOfWorkers.R'\n'utils_api-plan.R' 'utils_api-plan-with.R'\n'utils_api-sessionDetails.R' 'utils_api-tweak.R' 'zzz.R'", - "NeedsCompilation": "no", - "Packaged": "2026-03-13 21:01:52 UTC; hb", - "Author": "Henrik Bengtsson [aut, cre, cph] (ORCID:\n )", - "Maintainer": "Henrik Bengtsson ", - "Repository": "RSPM", - "Date/Publication": "2026-03-14 06:10:29 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:40 UTC; unix" - } - }, - "generics": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "generics", - "Title": "Common S3 Generics not Provided by Base R Methods Related to\nModel Fitting", - "Version": "0.1.4", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Max\", \"Kuhn\", , \"max@posit.co\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"https://ror.org/03wc8by49\"))\n )", - "Description": "In order to reduce potential package dependencies and\n conflicts, generics provides a number of commonly used S3 generics.", - "License": "MIT + file LICENSE", - "URL": "https://generics.r-lib.org, https://github.com/r-lib/generics", - "BugReports": "https://github.com/r-lib/generics/issues", - "Depends": "R (>= 3.6)", - "Imports": "methods", - "Suggests": "covr, pkgload, testthat (>= 3.0.0), tibble, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-05-09 18:17:41 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (ORCID:\n ),\n Max Kuhn [aut],\n Davis Vaughan [aut],\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2025-05-09 23:50:06 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:25:55 UTC; unix" - } - }, - "ggbeeswarm": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "ggbeeswarm", - "Type": "Package", - "Title": "Categorical Scatter (Violin Point) Plots", - "Version": "0.7.3", - "Date": "2025-11-28", - "Authors@R": "c(\n person(given=\"Erik\", family=\"Clarke\", role=c(\"aut\", \"cre\"), email=\"erikclarke@gmail.com\"),\n person(given=\"Scott\", family=\"Sherrill-Mix\", role=c(\"aut\"), email=\"sherrillmix@gmail.com\"),\n person(given=\"Charlotte\", family=\"Dawson\", role=c(\"aut\"), email=\"csdaw@outlook.com\"))", - "Description": "Provides two methods of plotting categorical scatter plots such\n that the arrangement of points within a category reflects the density of\n data at that region, and avoids over-plotting.", - "URL": "https://github.com/eclarke/ggbeeswarm", - "BugReports": "https://github.com/eclarke/ggbeeswarm/issues", - "Encoding": "UTF-8", - "License": "GPL (>= 3)", - "Depends": "R (>= 3.5.0), ggplot2 (>= 3.3.0)", - "Imports": "beeswarm, lifecycle, vipor, cli", - "Suggests": "gridExtra", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2025-11-29 00:53:34 UTC; erik", - "Author": "Erik Clarke [aut, cre],\n Scott Sherrill-Mix [aut],\n Charlotte Dawson [aut]", - "Maintainer": "Erik Clarke ", - "Repository": "RSPM", - "Date/Publication": "2025-11-29 06:10:25 UTC", - "Built": "R 4.6.0; ; 2026-04-25 16:19:47 UTC; unix" - } - }, - "ggplot2": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "ggplot2", - "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", - "Version": "4.0.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Winston\", \"Chang\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Kohske\", \"Takahashi\", role = \"aut\"),\n person(\"Claus\", \"Wilke\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(\"Kara\", \"Woo\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5125-4188\")),\n person(\"Hiroaki\", \"Yutani\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-3385-7233\")),\n person(\"Dewey\", \"Dunnington\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(\"Teun\", \"van den Brand\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9335-7468\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "A system for 'declaratively' creating graphics, based on \"The\n Grammar of Graphics\". You provide the data, tell 'ggplot2' how to map\n variables to aesthetics, what graphical primitives to use, and it\n takes care of the details.", - "License": "MIT + file LICENSE", - "URL": "https://ggplot2.tidyverse.org,\nhttps://github.com/tidyverse/ggplot2", - "BugReports": "https://github.com/tidyverse/ggplot2/issues", - "Depends": "R (>= 4.1)", - "Imports": "cli, grDevices, grid, gtable (>= 0.3.6), isoband, lifecycle (>\n1.0.1), rlang (>= 1.1.0), S7, scales (>= 1.4.0), stats, vctrs\n(>= 0.6.0), withr (>= 2.5.0)", - "Suggests": "broom, covr, dplyr, ggplot2movies, hexbin, Hmisc, hms, knitr,\nmapproj, maps, MASS, mgcv, multcomp, munsell, nlme, profvis,\nquantreg, quarto, ragg (>= 1.2.6), RColorBrewer, roxygen2,\nrpart, sf (>= 0.7-3), svglite (>= 2.1.2), testthat (>= 3.1.5),\ntibble, vdiffr (>= 1.0.6), xml2", - "Enhances": "sp", - "VignetteBuilder": "quarto", - "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2025-04-23", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.3", - "Collate": "'ggproto.R' 'ggplot-global.R' 'aaa-.R'\n'aes-colour-fill-alpha.R' 'aes-evaluation.R'\n'aes-group-order.R' 'aes-linetype-size-shape.R'\n'aes-position.R' 'all-classes.R' 'compat-plyr.R' 'utilities.R'\n'aes.R' 'annotation-borders.R' 'utilities-checks.R'\n'legend-draw.R' 'geom-.R' 'annotation-custom.R'\n'annotation-logticks.R' 'scale-type.R' 'layer.R'\n'make-constructor.R' 'geom-polygon.R' 'geom-map.R'\n'annotation-map.R' 'geom-raster.R' 'annotation-raster.R'\n'annotation.R' 'autolayer.R' 'autoplot.R' 'axis-secondary.R'\n'backports.R' 'bench.R' 'bin.R' 'coord-.R' 'coord-cartesian-.R'\n'coord-fixed.R' 'coord-flip.R' 'coord-map.R' 'coord-munch.R'\n'coord-polar.R' 'coord-quickmap.R' 'coord-radial.R'\n'coord-sf.R' 'coord-transform.R' 'data.R' 'docs_layer.R'\n'facet-.R' 'facet-grid-.R' 'facet-null.R' 'facet-wrap.R'\n'fortify-map.R' 'fortify-models.R' 'fortify-spatial.R'\n'fortify.R' 'stat-.R' 'geom-abline.R' 'geom-rect.R'\n'geom-bar.R' 'geom-tile.R' 'geom-bin2d.R' 'geom-blank.R'\n'geom-boxplot.R' 'geom-col.R' 'geom-path.R' 'geom-contour.R'\n'geom-point.R' 'geom-count.R' 'geom-crossbar.R'\n'geom-segment.R' 'geom-curve.R' 'geom-defaults.R'\n'geom-ribbon.R' 'geom-density.R' 'geom-density2d.R'\n'geom-dotplot.R' 'geom-errorbar.R' 'geom-freqpoly.R'\n'geom-function.R' 'geom-hex.R' 'geom-histogram.R'\n'geom-hline.R' 'geom-jitter.R' 'geom-label.R'\n'geom-linerange.R' 'geom-pointrange.R' 'geom-quantile.R'\n'geom-rug.R' 'geom-sf.R' 'geom-smooth.R' 'geom-spoke.R'\n'geom-text.R' 'geom-violin.R' 'geom-vline.R'\n'ggplot2-package.R' 'grob-absolute.R' 'grob-dotstack.R'\n'grob-null.R' 'grouping.R' 'properties.R' 'margins.R'\n'theme-elements.R' 'guide-.R' 'guide-axis.R'\n'guide-axis-logticks.R' 'guide-axis-stack.R'\n'guide-axis-theta.R' 'guide-legend.R' 'guide-bins.R'\n'guide-colorbar.R' 'guide-colorsteps.R' 'guide-custom.R'\n'guide-none.R' 'guide-old.R' 'guides-.R' 'guides-grid.R'\n'hexbin.R' 'import-standalone-obj-type.R'\n'import-standalone-types-check.R' 'labeller.R' 'labels.R'\n'layer-sf.R' 'layout.R' 'limits.R' 'performance.R'\n'plot-build.R' 'plot-construction.R' 'plot-last.R' 'plot.R'\n'position-.R' 'position-collide.R' 'position-dodge.R'\n'position-dodge2.R' 'position-identity.R' 'position-jitter.R'\n'position-jitterdodge.R' 'position-nudge.R' 'position-stack.R'\n'quick-plot.R' 'reshape-add-margins.R' 'save.R' 'scale-.R'\n'scale-alpha.R' 'scale-binned.R' 'scale-brewer.R'\n'scale-colour.R' 'scale-continuous.R' 'scale-date.R'\n'scale-discrete-.R' 'scale-expansion.R' 'scale-gradient.R'\n'scale-grey.R' 'scale-hue.R' 'scale-identity.R'\n'scale-linetype.R' 'scale-linewidth.R' 'scale-manual.R'\n'scale-shape.R' 'scale-size.R' 'scale-steps.R' 'scale-view.R'\n'scale-viridis.R' 'scales-.R' 'stat-align.R' 'stat-bin.R'\n'stat-summary-2d.R' 'stat-bin2d.R' 'stat-bindot.R'\n'stat-binhex.R' 'stat-boxplot.R' 'stat-connect.R'\n'stat-contour.R' 'stat-count.R' 'stat-density-2d.R'\n'stat-density.R' 'stat-ecdf.R' 'stat-ellipse.R'\n'stat-function.R' 'stat-identity.R' 'stat-manual.R'\n'stat-qq-line.R' 'stat-qq.R' 'stat-quantilemethods.R'\n'stat-sf-coordinates.R' 'stat-sf.R' 'stat-smooth-methods.R'\n'stat-smooth.R' 'stat-sum.R' 'stat-summary-bin.R'\n'stat-summary-hex.R' 'stat-summary.R' 'stat-unique.R'\n'stat-ydensity.R' 'summarise-plot.R' 'summary.R' 'theme.R'\n'theme-defaults.R' 'theme-current.R' 'theme-sub.R'\n'utilities-break.R' 'utilities-grid.R' 'utilities-help.R'\n'utilities-patterns.R' 'utilities-resolution.R'\n'utilities-tidy-eval.R' 'zxx.R' 'zzz.R'", - "NeedsCompilation": "no", - "Packaged": "2026-04-21 12:47:29 UTC; thomas", - "Author": "Hadley Wickham [aut] (ORCID: ),\n Winston Chang [aut] (ORCID: ),\n Lionel Henry [aut],\n Thomas Lin Pedersen [aut, cre] (ORCID:\n ),\n Kohske Takahashi [aut],\n Claus Wilke [aut] (ORCID: ),\n Kara Woo [aut] (ORCID: ),\n Hiroaki Yutani [aut] (ORCID: ),\n Dewey Dunnington [aut] (ORCID: ),\n Teun van den Brand [aut] (ORCID:\n ),\n Posit, PBC [cph, fnd] (ROR: )", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2026-04-22 09:10:03 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:16 UTC; unix" - } - }, - "ggrepel": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "ggrepel", - "Version": "0.9.8", - "Authors@R": "c(\n person(\"Kamil\", \"Slowikowski\", email = \"kslowikowski@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-2843-6370\")),\n person(\"Teun\", \"van den Brand\", role = \"ctb\", comment = c(ORCID = \"0000-0002-9335-7468\")),\n person(\"Alicia\", \"Schep\", role = \"ctb\", comment = c(ORCID = \"0000-0002-3915-0618\")),\n person(\"Sean\", \"Hughes\", role = \"ctb\", comment = c(ORCID = \"0000-0002-9409-9405\")),\n person(\"Trung Kien\", \"Dang\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7562-6495\")),\n person(\"Saulius\", \"Lukauskas\", role = \"ctb\"),\n person(\"Jean-Olivier\", \"Irisson\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4920-3880\")),\n person(\"Zhian N\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")),\n person(\"Thompson\", \"Ryan\", role = \"ctb\", comment = c(ORCID = \"0000-0002-0450-8181\")),\n person(\"Dervieux\", \"Christophe\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Yutani\", \"Hiroaki\", role = \"ctb\"),\n person(\"Pierre\", \"Gramme\", role = \"ctb\"),\n person(\"Amir Masoud\", \"Abdol\", role = \"ctb\"),\n person(\"Malcolm\", \"Barrett\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0299-5825\")),\n person(\"Robrecht\", \"Cannoodt\", role = \"ctb\", comment = c(ORCID = \"0000-0003-3641-729X\")),\n person(\"Michał\", \"Krassowski\", role = \"ctb\", comment = c(ORCID = \"0000-0002-9638-7785\")),\n person(\"Michael\", \"Chirico\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0787-087X\")),\n person(\"Pedro\", \"Aphalo\", role = \"ctb\", comment = c(ORCID = \"0000-0003-3385-972X\")),\n person(\"Francis\", \"Barton\", role = \"ctb\")\n )", - "Title": "Automatically Position Non-Overlapping Text Labels with\n'ggplot2'", - "Description": "Provides text and label geoms for 'ggplot2' that help to avoid\n overlapping text labels. Labels repel away from each other and away from the\n data points.", - "Depends": "R (>= 4.1.0), ggplot2 (>= 3.5.2)", - "Imports": "grid, Rcpp, rlang (>= 1.1.6), S7, scales (>= 1.4.0), withr (>=\n3.0.2)", - "Suggests": "knitr, rmarkdown, testthat, svglite, vdiffr, gridExtra, ggpp,\npatchwork, devtools, prettydoc, ggbeeswarm, dplyr, magrittr,\nreadr, stringr, marquee, rsvg, sf", - "VignetteBuilder": "knitr", - "License": "GPL-3 | file LICENSE", - "URL": "https://ggrepel.slowkow.com/, https://github.com/slowkow/ggrepel", - "BugReports": "https://github.com/slowkow/ggrepel/issues", - "RoxygenNote": "7.3.3", - "LinkingTo": "Rcpp", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2026-03-16 17:37:05 UTC; ks38", - "Author": "Kamil Slowikowski [aut, cre] (ORCID:\n ),\n Teun van den Brand [ctb] (ORCID:\n ),\n Alicia Schep [ctb] (ORCID: ),\n Sean Hughes [ctb] (ORCID: ),\n Trung Kien Dang [ctb] (ORCID: ),\n Saulius Lukauskas [ctb],\n Jean-Olivier Irisson [ctb] (ORCID:\n ),\n Zhian N Kamvar [ctb] (ORCID: ),\n Thompson Ryan [ctb] (ORCID: ),\n Dervieux Christophe [ctb] (ORCID:\n ),\n Yutani Hiroaki [ctb],\n Pierre Gramme [ctb],\n Amir Masoud Abdol [ctb],\n Malcolm Barrett [ctb] (ORCID: ),\n Robrecht Cannoodt [ctb] (ORCID:\n ),\n Michał Krassowski [ctb] (ORCID:\n ),\n Michael Chirico [ctb] (ORCID: ),\n Pedro Aphalo [ctb] (ORCID: ),\n Francis Barton [ctb]", - "Maintainer": "Kamil Slowikowski ", - "Repository": "RSPM", - "Date/Publication": "2026-03-17 08:30:38 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-25 17:43:59 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "globals": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "globals", - "Version": "0.19.1", - "Depends": "R (>= 3.1.2)", - "Imports": "codetools", - "Title": "Identify Global Objects in R Expressions", - "Authors@R": "c(\n person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\n email=\"henrikb@braju.com\"),\n person(\"Davis\",\"Vaughan\", role=\"ctb\",\n email=\"davis@posit.co\"))", - "Description": "Identifies global (\"unknown\" or \"free\") objects in R expressions\n by code inspection using various strategies (ordered, liberal,\n conservative, or deep-first search). The objective of this package is to\n make it as simple as possible to identify global objects for the purpose\n of exporting them in parallel, distributed compute environments.", - "License": "LGPL (>= 2.1)", - "LazyLoad": "TRUE", - "ByteCompile": "TRUE", - "Language": "en-US", - "Encoding": "UTF-8", - "URL": "https://globals.futureverse.org,\nhttps://github.com/futureverse/globals", - "BugReports": "https://github.com/futureverse/globals/issues", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2026-03-12 23:06:06 UTC; hb", - "Author": "Henrik Bengtsson [aut, cre, cph],\n Davis Vaughan [ctb]", - "Maintainer": "Henrik Bengtsson ", - "Repository": "RSPM", - "Date/Publication": "2026-03-13 07:30:09 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:13 UTC; unix" - } - }, - "glue": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "glue", - "Title": "Interpreted String Literals", - "Version": "1.8.1", - "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 comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "An implementation of interpreted string literals, inspired by\n Python's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\n String Literals\n .", - "License": "MIT + file LICENSE", - "URL": "https://glue.tidyverse.org/, https://github.com/tidyverse/glue", - "BugReports": "https://github.com/tidyverse/glue/issues", - "Depends": "R (>= 4.1)", - "Imports": "methods", - "Suggests": "crayon, DBI (>= 1.2.0), dplyr, knitr, rlang, rmarkdown,\nRSQLite, testthat (>= 3.2.0), vctrs (>= 0.3.0), waldo (>=\n0.5.3), withr", - "VignetteBuilder": "knitr", - "ByteCompile": "true", - "Config/Needs/website": "bench, forcats, ggbeeswarm, ggplot2, R.utils,\nrprintf, tidyr, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2026-04-16", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-16 22:53:02 UTC; jenny", - "Author": "Jim Hester [aut] (ORCID: ),\n Jennifer Bryan [aut, cre] (ORCID:\n ),\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2026-04-17 05:11:01 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:48 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "golem": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "golem", - "Title": "A Framework for Robust Shiny Applications", - "Version": "0.5.1", - "Authors@R": "c(\n person(\"Colin\", \"Fay\", , \"contact@colinfay.me\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0001-7343-1846\")),\n person(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0671-9270\", \"previous maintainer\")),\n person(\"Sébastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1565-9313\")),\n person(\"Cervan\", \"Girard\", , \"cervan@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4816-4624\")),\n person(\"Novica\", \"Nakov\", , \"nnovica@gmail.com\", role = \"ctb\"),\n person(\"David\", \"Granjon\", , \"dgranjon@ymail.com\", role = \"ctb\"),\n person(\"Arthur\", \"Bréant\", , \"arthur@thinkr.fr\", role = \"ctb\"),\n person(\"Antoine\", \"Languillaume\", , \"antoine@thinkr.fr\", role = \"ctb\"),\n person(\"Ilya\", \"Zarubin\", , \"zarubin@wiso.uni-koeln.de\", role = \"ctb\"),\n person(\"ThinkR\", role = \"cph\")\n )", - "Description": "An opinionated framework for building a production-ready\n 'Shiny' application. This package contains a series of tools for\n building a robust 'Shiny' application from start to finish.", - "License": "MIT + file LICENSE", - "URL": "https://thinkr-open.github.io/golem/,\nhttps://github.com/ThinkR-open/golem", - "BugReports": "https://github.com/ThinkR-open/golem/issues", - "Depends": "R (>= 3.5.0)", - "Imports": "attempt (>= 0.3.0), config, here, htmltools, rlang (>= 1.0.0),\nshiny (>= 1.5.0), utils, yaml", - "Suggests": "attachment (>= 0.3.2), callr, cli (>= 2.0.0), covr, crayon,\ndesc, devtools, dockerfiler (>= 0.2.0), fs, httpuv, knitr,\nmockery, pkgbuild, pkgdown, pkgload (>= 1.3.0), processx,\npurrr, rcmdcheck, remotes, renv, rmarkdown, roxygen2,\nrsconnect, rstudioapi, sass, spelling, stringr, testthat (>=\n3.0.0), tools, usethis (>= 1.6.0), withr", - "VignetteBuilder": "knitr", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2024-08-27 10:11:51 UTC; colinfay", - "Author": "Colin Fay [cre, aut] (),\n Vincent Guyader [aut] (,\n previous maintainer),\n Sébastien Rochette [aut] (),\n Cervan Girard [aut] (),\n Novica Nakov [ctb],\n David Granjon [ctb],\n Arthur Bréant [ctb],\n Antoine Languillaume [ctb],\n Ilya Zarubin [ctb],\n ThinkR [cph]", - "Maintainer": "Colin Fay ", - "Repository": "RSPM", - "Date/Publication": "2024-08-27 10:50:32 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:38:06 UTC; unix" - } - }, - "gridExtra": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "gridExtra", - "Authors@R": "c(person(\"Baptiste\", \"Auguie\",\n email = \"baptiste.auguie@gmail.com\",\n role = c(\"aut\", \"cre\")), person(\"Anton\", \"Antonov\",\n email = \"tonytonov@gmail.com\",\n role = c(\"ctb\")))", - "License": "GPL (>= 2)", - "Title": "Miscellaneous Functions for \"Grid\" Graphics", - "Type": "Package", - "Description": "Provides a number of user-level functions to work with \"grid\"\n graphics, notably to arrange multiple grid-based plots on a page, and draw\n tables.", - "Version": "2.3", - "VignetteBuilder": "knitr", - "Imports": "gtable, grid, grDevices, graphics, utils", - "Suggests": "ggplot2, egg, lattice, knitr, testthat", - "RoxygenNote": "6.0.1", - "NeedsCompilation": "no", - "Packaged": "2017-09-08 22:52:09 UTC; baptiste", - "Author": "Baptiste Auguie [aut, cre],\n Anton Antonov [ctb]", - "Maintainer": "Baptiste Auguie ", - "Repository": "RSPM", - "Date/Publication": "2017-09-09 14:12:08 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-05-09 04:56:56 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "gridExtra", - "RemoteRef": "gridExtra", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "2.3" - } - }, - "gt": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "gt", - "Title": "Easily Create Presentation-Ready Display Tables", - "Version": "1.3.0", - "Authors@R": "c(\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Shannon\", \"Haughton\", , \"shannon.l.haughton@gsk.com\", role = \"aut\"),\n person(\"Ellis\", \"Hughes\", , \"ellis.h.hughes@gsk.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0637-4436\")),\n person(\"Alexandra\", \"Lauer\", , \"alexandralauer1@gmail.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4191-6301\")),\n person(\"Romain\", \"François\", , \"romain@tada.science\", role = \"aut\"),\n person(\"JooYoung\", \"Seo\", , \"jseo1005@illinois.edu\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4064-6012\")),\n person(\"Ken\", \"Brevoort\", , \"ken@brevoort.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4001-8358\")),\n person(\"Olivier\", \"Roy\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Build display tables from tabular data with an easy-to-use\n set of functions. With its progressive approach, we can construct\n display tables with a cohesive set of table parts. Table values can be\n formatted using any of the included formatting functions. Footnotes\n and cell styles can be precisely added through a location targeting\n system. The way in which 'gt' handles things for you means that you\n don't often have to worry about the fine details.", - "License": "MIT + file LICENSE", - "URL": "https://gt.rstudio.com, https://github.com/rstudio/gt", - "BugReports": "https://github.com/rstudio/gt/issues", - "Depends": "R (>= 4.1.0)", - "Imports": "base64enc (>= 0.1-3), bigD (>= 0.2), bitops (>= 1.0-7), cli\n(>= 3.6.3), commonmark (>= 1.9.1), dplyr (>= 1.1.4), fs (>=\n1.6.4), glue (>= 1.8.0), htmltools (>= 0.5.8.1), htmlwidgets\n(>= 1.6.4), juicyjuice (>= 0.1.0), magrittr (>= 2.0.3),\nmarkdown (>= 1.13), reactable (>= 0.4.4), rlang (>= 1.1.4),\nsass (>= 0.4.9), scales (>= 1.3.0), tidyselect (>= 1.2.1),\nvctrs, xml2 (>= 1.3.6)", - "Suggests": "bit64, farver, fontawesome (>= 0.5.2), ggplot2, grid, gtable\n(>= 0.3.6), katex (>= 1.4.1), knitr, lubridate, magick,\npaletteer, RColorBrewer, rmarkdown (>= 2.20), rsvg, rvest,\nshiny (>= 1.9.1), testthat (>= 3.1.9), tidyr (>= 1.0.0),\nwebshot2 (>= 0.1.0), withr", - "Config/Needs/coverage": "officer", - "Config/Needs/website": "quarto", - "ByteCompile": "true", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2026-01-22 04:12:44 UTC; riannone", - "Author": "Richard Iannone [aut, cre] (ORCID:\n ),\n Joe Cheng [aut],\n Barret Schloerke [aut] (ORCID: ),\n Shannon Haughton [aut],\n Ellis Hughes [aut] (ORCID: ),\n Alexandra Lauer [aut] (ORCID: ),\n Romain François [aut],\n JooYoung Seo [aut] (ORCID: ),\n Ken Brevoort [aut] (ORCID: ),\n Olivier Roy [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Richard Iannone ", - "Repository": "RSPM", - "Date/Publication": "2026-01-22 06:10:50 UTC", - "Built": "R 4.6.0; ; 2026-04-25 16:40:02 UTC; unix" - } - }, - "gtable": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "gtable", - "Title": "Arrange 'Grobs' in Tables", - "Version": "0.3.6", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Tools to make it easier to work with \"tables\" of 'grobs'. The\n 'gtable' package defines a 'gtable' grob class that specifies a grid\n along with a list of grobs and their placement in the grid. Further\n the package makes it easy to manipulate and combine 'gtable' objects\n so that complex compositions can be built up sequentially.", - "License": "MIT + file LICENSE", - "URL": "https://gtable.r-lib.org, https://github.com/r-lib/gtable", - "BugReports": "https://github.com/r-lib/gtable/issues", - "Depends": "R (>= 4.0)", - "Imports": "cli, glue, grid, lifecycle, rlang (>= 1.1.0), stats", - "Suggests": "covr, ggplot2, knitr, profvis, rmarkdown, testthat (>= 3.0.0)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2024-10-25", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2024-10-25 12:42:05 UTC; thomas", - "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2024-10-25 13:20:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:17 UTC; unix" - } - }, - "here": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "here", - "Title": "A Simpler Way to Find Your Files", - "Version": "1.0.2", - "Date": "2025-09-06", - "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\",\n email = \"jenny@rstudio.com\",\n comment = c(ORCID = \"0000-0002-6983-2759\")))", - "Description": "Constructs paths to your project's files.\n Declare the relative path of a file within your project with 'i_am()'.\n Use the 'here()' function as a drop-in replacement for 'file.path()',\n it will always locate the files relative to your project root.", - "License": "MIT + file LICENSE", - "URL": "https://here.r-lib.org/, https://github.com/r-lib/here", - "BugReports": "https://github.com/r-lib/here/issues", - "Imports": "rprojroot (>= 2.1.0)", - "Suggests": "conflicted, covr, fs, knitr, palmerpenguins, plyr, readr,\nrlang, rmarkdown, testthat, uuid, withr", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3.9000", - "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", - "NeedsCompilation": "no", - "Packaged": "2025-09-14 18:48:53 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (ORCID:\n ),\n Jennifer Bryan [ctb] (ORCID: )", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2025-09-15 05:10:09 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:55 UTC; unix" - } - }, - "highr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "highr", - "Type": "Package", - "Title": "Syntax Highlighting for R Source Code", - "Version": "0.12", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Yixuan\", \"Qiu\", role = \"aut\"),\n person(\"Christopher\", \"Gandrud\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\")\n )", - "Description": "Provides syntax highlighting for R source code. Currently it\n supports LaTeX and HTML output. Source code of other languages is supported\n via Andre Simon's highlight package ().", - "Depends": "R (>= 3.3.0)", - "Imports": "xfun (>= 0.18)", - "Suggests": "knitr, markdown, testit", - "License": "GPL", - "URL": "https://github.com/yihui/highr", - "BugReports": "https://github.com/yihui/highr/issues", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2026-03-05 19:48:41 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (ORCID: ),\n Yixuan Qiu [aut],\n Christopher Gandrud [ctb],\n Qiang Li [ctb]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2026-03-06 06:30:47 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:47 UTC; unix" - } - }, - "hms": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "hms", - "Title": "Pretty Time of Day", - "Date": "2025-10-11", - "Version": "1.1.4", - "Authors@R": "c(\n person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"R Consortium\", role = \"fnd\"),\n person(\"Posit Software, PBC\", role = \"fnd\",\n comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "Implements an S3 class for storing and formatting time-of-day\n values, based on the 'difftime' class.", - "License": "MIT + file LICENSE", - "URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms", - "BugReports": "https://github.com/tidyverse/hms/issues", - "Imports": "cli, lifecycle, methods, pkgconfig, rlang (>= 1.0.2), vctrs\n(>= 0.3.8)", - "Suggests": "crayon, lubridate, pillar (>= 1.1.0), testthat (>= 3.0.0)", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3.9000", - "NeedsCompilation": "no", - "Packaged": "2025-10-16 19:10:16 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (ORCID:\n ),\n R Consortium [fnd],\n Posit Software, PBC [fnd] (ROR: )", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2025-10-17 05:10:11 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:03 UTC; unix" - } - }, - "htmltools": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ),\n Barret Schloerke [aut] (ORCID: ),\n Winston Chang [aut] (ORCID: ),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2025-12-04 11:50:09 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:50 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "htmlwidgets": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "htmlwidgets", - "Title": "HTML Widgets for R", - "Version": "1.6.4", - "Authors@R": "c(\n person(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\n person(\"Yihui\", \"Xie\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"aut\"),\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(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\n person(\"Ellis\", \"Hughes\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A framework for creating HTML widgets that render in various\n contexts including the R console, 'R Markdown' documents, and 'Shiny'\n web applications.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/ramnathv/htmlwidgets", - "BugReports": "https://github.com/ramnathv/htmlwidgets/issues", - "Imports": "grDevices, htmltools (>= 0.5.7), jsonlite (>= 0.9.16), knitr\n(>= 1.8), rmarkdown, yaml", - "Suggests": "testthat", - "Enhances": "shiny (>= 1.1)", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-12-06 00:11:16 UTC; cpsievert", - "Author": "Ramnath Vaidyanathan [aut, cph],\n Yihui Xie [aut],\n JJ Allaire [aut],\n Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Kenton Russell [aut, cph],\n Ellis Hughes [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2023-12-06 06:00:06 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:38:41 UTC; unix" - } - }, - "httpuv": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "httpuv", - "Title": "HTTP and WebSocket Server Library", - "Version": "1.6.17", - "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\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\")),\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://rstudio.github.io/httpuv/,\nhttps://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 (>= 3.0.0), websocket", - "LinkingTo": "later, Rcpp", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2025-07-01", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "SystemRequirements": "GNU make, zlib", - "Collate": "'RcppExports.R' 'httpuv-package.R' 'httpuv.R' 'random_port.R'\n'server.R' 'staticServer.R' 'static_paths.R' 'utils.R'", - "NeedsCompilation": "yes", - "Packaged": "2026-03-17 17:55:04 UTC; cpsievert", - "Author": "Joe Cheng [aut],\n Winston Chang [aut, cre],\n Posit, PBC [cph, fnd] (ROR: ),\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 ", - "Repository": "RSPM", - "Date/Publication": "2026-03-18 06:12:59 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-25 16:00:57 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "httr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "httr", - "Title": "Tools for Working with URLs and HTTP", - "Version": "1.4.8", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Useful tools for working with HTTP organised by HTTP verbs\n (GET(), POST(), etc). Configuration functions make it easy to control\n additional request components (authenticate(), add_headers() and so\n on).", - "License": "MIT + file LICENSE", - "URL": "https://httr.r-lib.org/, https://github.com/r-lib/httr", - "BugReports": "https://github.com/r-lib/httr/issues", - "Depends": "R (>= 3.6)", - "Imports": "curl (>= 5.1.0), jsonlite, mime, openssl (>= 0.8), R6", - "Suggests": "covr, httpuv, jpeg, knitr, png, readr, rmarkdown, testthat\n(>= 0.8.0), xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2026-02-13 13:25:45 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2026-02-13 16:20:15 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:29 UTC; unix" - } - }, - "httr2": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "httr2", - "Title": "Perform HTTP Requests and Process the Responses", - "Version": "1.2.2", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Maximilian\", \"Girlich\", role = \"ctb\")\n )", - "Description": "Tools for creating and modifying HTTP requests, then\n performing them and processing the results. 'httr2' is a modern\n re-imagining of 'httr' that uses a pipe-based interface and solves\n more of the problems that API wrapping packages face.", - "License": "MIT + file LICENSE", - "URL": "https://httr2.r-lib.org, https://github.com/r-lib/httr2", - "BugReports": "https://github.com/r-lib/httr2/issues", - "Depends": "R (>= 4.1)", - "Imports": "cli (>= 3.0.0), curl (>= 6.4.0), glue, lifecycle, magrittr,\nopenssl, R6, rappdirs, rlang (>= 1.1.0), vctrs (>= 0.6.3),\nwithr", - "Suggests": "askpass, bench, clipr, covr, docopt, httpuv, jose, jsonlite,\nknitr, later (>= 1.4.0), nanonext, otel (>= 0.2.0), otelsdk (>=\n0.2.0), paws.common (>= 0.8.0), promises, rmarkdown, testthat\n(>= 3.1.8), tibble, webfakes (>= 1.4.0), xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "resp-stream, req-perform", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2025-12-05 17:46:06 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd],\n Maximilian Girlich [ctb]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2025-12-08 09:50:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:29:25 UTC; unix" - } - }, - "isoband": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "isoband", - "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation\nGrids", - "Version": "0.3.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\",\n comment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "A fast C++ implementation to generate contour lines\n (isolines) and contour polygons (isobands) from regularly spaced grids\n containing elevation data.", - "License": "MIT + file LICENSE", - "URL": "https://isoband.r-lib.org, https://github.com/r-lib/isoband", - "BugReports": "https://github.com/r-lib/isoband/issues", - "Imports": "cli, grid, rlang, utils", - "Suggests": "covr, ggplot2, knitr, magick, bench, rmarkdown, sf, testthat\n(>= 3.0.0), xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2025-12-05", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "Config/build/compilation-database": "true", - "LinkingTo": "cpp11", - "NeedsCompilation": "yes", - "Packaged": "2025-12-05 12:52:07 UTC; thomas", - "Author": "Hadley Wickham [aut] (ORCID: ),\n Claus O. Wilke [aut] (Original author, ORCID:\n ),\n Thomas Lin Pedersen [aut, cre] (ORCID:\n ),\n Posit, PBC [cph, fnd] (ROR: )", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2025-12-07 06:10:07 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:27:02 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "jose": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "jose", - "Type": "Package", - "Title": "JavaScript Object Signing and Encryption", - "Version": "2.0.0", - "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \n email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))", - "Description": "Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON\n Web Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT, rfc7519)\n . These standards provide \n modern signing and encryption formats that are natively supported by browsers\n via the JavaScript WebCryptoAPI , \n and used by services like OAuth 2.0, LetsEncrypt, and Github Apps.", - "License": "MIT + file LICENSE", - "URL": "https://r-lib.r-universe.dev/jose", - "BugReports": "https://github.com/r-lib/jose/issues", - "Depends": "openssl (>= 1.2.1)", - "Imports": "jsonlite", - "RoxygenNote": "7.3.3.9000", - "VignetteBuilder": "knitr", - "Suggests": "spelling, testthat, knitr, rmarkdown", - "Encoding": "UTF-8", - "Language": "en-US", - "NeedsCompilation": "no", - "Packaged": "2026-04-21 21:15:42 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (ORCID: )", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2026-04-22 06:40:03 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:09 UTC; unix" - } - }, - "jquerylib": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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' () 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] (),\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 ", - "Repository": "RSPM", - "Date/Publication": "2021-04-26 17:10:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:12 UTC; unix" - } - }, - "jsonlite": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ", - "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] (),\n Duncan Temple Lang [ctb],\n Lloyd Hilaiel [cph] (author of bundled libyajl)", - "Repository": "RSPM", - "Date/Publication": "2025-03-27 06:40:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:58 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "jsonvalidate": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "jsonvalidate", - "Title": "Validate 'JSON' Schema", - "Version": "1.5.0", - "Authors@R": "c(person(\"Rich\", \"FitzJohn\", role = c(\"aut\", \"cre\"),\n email = \"rich.fitzjohn@gmail.com\"),\n person(\"Rob\", \"Ashton\", role = \"aut\"),\n person(\"Alex\", \"Hill\", role = \"ctb\"),\n person(\"Alicia\", \"Schep\", role = \"ctb\"),\n person(\"Ian\", \"Lyttle\", role = \"ctb\"),\n person(\"Kara\", \"Woo\", role = \"ctb\"),\n person(\"Mathias\", \"Buus\", role = c(\"aut\", \"cph\"),\n comment = \"Author of bundled imjv library\"),\n person(\"Evgeny\", \"Poberezkin\", role = c(\"aut\", \"cph\"),\n comment = \"Author of bundled Ajv library\"))", - "Maintainer": "Rich FitzJohn ", - "Description": "Uses the node library 'is-my-json-valid' or 'ajv' to\n validate 'JSON' against a 'JSON' schema. Drafts 04, 06 and 07 of\n 'JSON' schema are supported.", - "License": "MIT + file LICENSE", - "URL": "https://docs.ropensci.org/jsonvalidate/,\nhttps://github.com/ropensci/jsonvalidate", - "BugReports": "https://github.com/ropensci/jsonvalidate/issues", - "Imports": "R6, V8", - "Suggests": "knitr, jsonlite, rmarkdown, testthat, withr", - "RoxygenNote": "7.3.2", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "Language": "en-GB", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2025-02-07 10:12:53 UTC; rfitzjoh", - "Author": "Rich FitzJohn [aut, cre],\n Rob Ashton [aut],\n Alex Hill [ctb],\n Alicia Schep [ctb],\n Ian Lyttle [ctb],\n Kara Woo [ctb],\n Mathias Buus [aut, cph] (Author of bundled imjv library),\n Evgeny Poberezkin [aut, cph] (Author of bundled Ajv library)", - "Repository": "RSPM", - "Date/Publication": "2025-02-07 11:20:02 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:03:06 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "jsonvalidate", - "RemoteRef": "jsonvalidate", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "1.5.0" - } - }, - "juicyjuice": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "juicyjuice", - "Title": "Inline CSS Properties into HTML Tags Using 'juice'", - "Version": "0.1.0", - "Authors@R": "c(\n person(\"Richard\", \"Iannone\", , \"riannone@me.com\", c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Automattic\", role = c(\"cph\"), comment = \"juice library\"),\n person(\"juice contributors\", role = c(\"ctb\"), comment = \"juice library\")\n )", - "Description": "There are occasions where you need a piece of HTML with integrated\n styles. A prime example of this is HTML email. This transformation\n involves moving the CSS and associated formatting instructions from the\n style block in the head of your document into the body of the HTML. Many\n prominent email clients require integrated styles in HTML email; otherwise a\n received HTML email will be displayed without any styling. This package will\n quickly and precisely perform these CSS transformations when given HTML text\n and it does so by using the JavaScript 'juice' library.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/rich-iannone/juicyjuice", - "BugReports": "https://github.com/rich-iannone/juicyjuice/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", - "Imports": "V8 (>= 4.2.0)", - "Suggests": "testthat (>= 3.0.0)", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2022-11-09 19:42:30 UTC; rich", - "Author": "Richard Iannone [aut, cre, cph]\n (),\n Automattic [cph] (juice library),\n juice contributors [ctb] (juice library)", - "Maintainer": "Richard Iannone ", - "Repository": "RSPM", - "Date/Publication": "2022-11-10 19:00:02 UTC", - "Built": "R 4.6.0; ; 2026-04-25 15:49:36 UTC; unix" - } - }, - "knitr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "knitr", - "Type": "Package", - "Title": "A General-Purpose Package for Dynamic Report Generation in R", - "Version": "1.51", - "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(\"Abhraneel\", \"Sarma\", role = \"ctb\"),\n person(\"Adam\", \"Vogt\", role = \"ctb\"),\n person(\"Alastair\", \"Andrew\", role = \"ctb\"),\n person(\"Alex\", \"Zvoleff\", role = \"ctb\"),\n person(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"),\n person(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\n person(\"Aron\", \"Atkins\", role = \"ctb\"),\n person(\"Aaron\", \"Wolen\", role = \"ctb\"),\n person(\"Ashley\", \"Manton\", role = \"ctb\"),\n person(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")),\n person(\"Ben\", \"Baumer\", role = \"ctb\"),\n person(\"Brian\", \"Diggs\", role = \"ctb\"),\n person(\"Brian\", \"Zhang\", role = \"ctb\"),\n person(\"Bulat\", \"Yapparov\", role = \"ctb\"),\n person(\"Cassio\", \"Pereira\", role = \"ctb\"),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person(\"David\", \"Hall\", role = \"ctb\"),\n person(\"David\", \"Hugh-Jones\", role = \"ctb\"),\n person(\"David\", \"Robinson\", role = \"ctb\"),\n person(\"Doug\", \"Hemken\", role = \"ctb\"),\n person(\"Duncan\", \"Murdoch\", role = \"ctb\"),\n person(\"Elio\", \"Campitelli\", role = \"ctb\"),\n person(\"Ellis\", \"Hughes\", role = \"ctb\"),\n person(\"Emily\", \"Riederer\", role = \"ctb\"),\n person(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\n person(\"Fitch\", \"Simeon\", role = \"ctb\"),\n person(\"Forest\", \"Fang\", role = \"ctb\"),\n person(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\n person(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\n person(\"Gregoire\", \"Detrez\", role = \"ctb\"),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Hao\", \"Zhu\", role = \"ctb\"),\n person(\"Heewon\", \"Jeon\", role = \"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Ian\", \"Lyttle\", role = \"ctb\"),\n person(\"Hodges\", \"Daniel\", role = \"ctb\"),\n person(\"Jacob\", \"Bien\", role = \"ctb\"),\n person(\"Jake\", \"Burkhead\", role = \"ctb\"),\n person(\"James\", \"Manton\", role = \"ctb\"),\n person(\"Jared\", \"Lander\", role = \"ctb\"),\n person(\"Jason\", \"Punyon\", role = \"ctb\"),\n person(\"Javier\", \"Luraschi\", role = \"ctb\"),\n person(\"Jeff\", \"Arnold\", role = \"ctb\"),\n person(\"Jenny\", \"Bryan\", role = \"ctb\"),\n person(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\n person(\"Jeremy\", \"Stephens\", role = \"ctb\"),\n person(\"Jim\", \"Hester\", role = \"ctb\"),\n person(\"Joe\", \"Cheng\", role = \"ctb\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\"),\n person(\"John\", \"Honaker\", role = \"ctb\"),\n person(\"John\", \"Muschelli\", role = \"ctb\"),\n person(\"Jonathan\", \"Keane\", role = \"ctb\"),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Johan\", \"Toloe\", role = \"ctb\"),\n person(\"Jonathan\", \"Sidi\", role = \"ctb\"),\n person(\"Joseph\", \"Larmarange\", role = \"ctb\"),\n person(\"Julien\", \"Barnier\", role = \"ctb\"),\n person(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\n person(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\n person(\"Karl\", \"Forner\", role = \"ctb\"),\n person(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\n person(\"Kirill\", \"Mueller\", role = \"ctb\"),\n person(\"Kohske\", \"Takahashi\", role = \"ctb\"),\n person(\"Lorenz\", \"Walthert\", role = \"ctb\"),\n person(\"Lucas\", \"Gallindo\", role = \"ctb\"),\n person(\"Marius\", \"Hofert\", role = \"ctb\"),\n person(\"Martin\", \"Modrák\", role = \"ctb\"),\n person(\"Michael\", \"Chirico\", role = \"ctb\"),\n person(\"Michael\", \"Friendly\", role = \"ctb\"),\n person(\"Michal\", \"Bojanowski\", role = \"ctb\"),\n person(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\n person(\"Miller\", \"Patrick\", role = \"ctb\"),\n person(\"Nacho\", \"Caballero\", role = \"ctb\"),\n person(\"Nick\", \"Salkowski\", role = \"ctb\"),\n person(\"Niels Richard\", \"Hansen\", role = \"ctb\"),\n person(\"Noam\", \"Ross\", role = \"ctb\"),\n person(\"Obada\", \"Mahdi\", role = \"ctb\"),\n person(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")),\n person(\"Pedro\", \"Faria\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\"),\n person(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\n person(\"Richard\", \"Cotton\", role = \"ctb\"),\n person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\n person(\"Rodrigo\", \"Copetti\", role = \"ctb\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\n person(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")),\n person(\"Scott\", \"Kostyshak\", role = \"ctb\"),\n person(\"Sebastian\", \"Meyer\", role = \"ctb\"),\n person(\"Sietse\", \"Brouwer\", role = \"ctb\"),\n person(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\n person(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\n person(\"Taiyun\", \"Wei\", role = \"ctb\"),\n person(\"Thibaut\", \"Assus\", role = \"ctb\"),\n person(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\n person(\"Thomas\", \"Leeper\", role = \"ctb\"),\n person(\"Tim\", \"Mastny\", role = \"ctb\"),\n person(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\n person(\"Trevor\", \"Davis\", role = \"ctb\"),\n person(\"Viktoras\", \"Veitas\", role = \"ctb\"),\n person(\"Weicheng\", \"Zhu\", role = \"ctb\"),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Zachary\", \"Foster\", role = \"ctb\"),\n person(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides a general-purpose tool for dynamic report generation in R\n using Literate Programming techniques.", - "Depends": "R (>= 3.6.0)", - "Imports": "evaluate (>= 0.15), highr (>= 0.11), methods, tools, xfun (>=\n0.52), yaml (>= 2.1.19)", - "Suggests": "bslib, DBI (>= 0.4-1), digest, formatR, gifski, gridSVG,\nhtmlwidgets (>= 0.7), jpeg, JuliaCall (>= 0.11.1), magick,\nlitedown, markdown (>= 1.3), otel, otelsdk, png, ragg,\nreticulate (>= 1.4), rgl (>= 0.95.1201), rlang, rmarkdown,\nsass, showtext, styler (>= 1.2.0), targets (>= 0.6.0), testit,\ntibble, tikzDevice (>= 0.10), tinytex (>= 0.56), webshot,\nrstudioapi, svglite", - "License": "GPL", - "URL": "https://yihui.org/knitr/", - "BugReports": "https://github.com/yihui/knitr/issues", - "Encoding": "UTF-8", - "VignetteBuilder": "litedown, knitr", - "SystemRequirements": "Package vignettes based on R Markdown v2 or\nreStructuredText require Pandoc (http://pandoc.org). The\nfunction rst2pdf() requires rst2pdf\n(https://github.com/rst2pdf/rst2pdf).", - "Collate": "'block.R' 'cache.R' 'citation.R' 'hooks-html.R' 'plot.R'\n'utils.R' 'defaults.R' 'concordance.R' 'engine.R' 'highlight.R'\n'themes.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R'\n'hooks-extra.R' 'hooks-latex.R' 'hooks-md.R' 'hooks-rst.R'\n'hooks-textile.R' 'hooks.R' 'otel.R' 'output.R' 'package.R'\n'pandoc.R' 'params.R' 'parser.R' 'pattern.R' 'rocco.R' 'spin.R'\n'table.R' 'template.R' 'utils-conversion.R' 'utils-rd2html.R'\n'utils-string.R' 'utils-sweave.R' 'utils-upload.R'\n'utils-vignettes.R' 'zzz.R'", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2025-12-19 15:19:25 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (ORCID: ,\n URL: https://yihui.org),\n Abhraneel Sarma [ctb],\n Adam Vogt [ctb],\n Alastair Andrew [ctb],\n Alex Zvoleff [ctb],\n Amar Al-Zubaidi [ctb],\n Andre Simon [ctb] (the CSS files under inst/themes/ were derived from\n the Highlight package http://www.andre-simon.de),\n Aron Atkins [ctb],\n Aaron Wolen [ctb],\n Ashley Manton [ctb],\n Atsushi Yasumoto [ctb] (ORCID: ),\n Ben Baumer [ctb],\n Brian Diggs [ctb],\n Brian Zhang [ctb],\n Bulat Yapparov [ctb],\n Cassio Pereira [ctb],\n Christophe Dervieux [ctb],\n David Hall [ctb],\n David Hugh-Jones [ctb],\n David Robinson [ctb],\n Doug Hemken [ctb],\n Duncan Murdoch [ctb],\n Elio Campitelli [ctb],\n Ellis Hughes [ctb],\n Emily Riederer [ctb],\n Fabian Hirschmann [ctb],\n Fitch Simeon [ctb],\n Forest Fang [ctb],\n Frank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\n Garrick Aden-Buie [ctb],\n Gregoire Detrez [ctb],\n Hadley Wickham [ctb],\n Hao Zhu [ctb],\n Heewon Jeon [ctb],\n Henrik Bengtsson [ctb],\n Hiroaki Yutani [ctb],\n Ian Lyttle [ctb],\n Hodges Daniel [ctb],\n Jacob Bien [ctb],\n Jake Burkhead [ctb],\n James Manton [ctb],\n Jared Lander [ctb],\n Jason Punyon [ctb],\n Javier Luraschi [ctb],\n Jeff Arnold [ctb],\n Jenny Bryan [ctb],\n Jeremy Ashkenas [ctb, cph] (the CSS file at\n inst/misc/docco-classic.css),\n Jeremy Stephens [ctb],\n Jim Hester [ctb],\n Joe Cheng [ctb],\n Johannes Ranke [ctb],\n John Honaker [ctb],\n John Muschelli [ctb],\n Jonathan Keane [ctb],\n JJ Allaire [ctb],\n Johan Toloe [ctb],\n Jonathan Sidi [ctb],\n Joseph Larmarange [ctb],\n Julien Barnier [ctb],\n Kaiyin Zhong [ctb],\n Kamil Slowikowski [ctb],\n Karl Forner [ctb],\n Kevin K. Smith [ctb],\n Kirill Mueller [ctb],\n Kohske Takahashi [ctb],\n Lorenz Walthert [ctb],\n Lucas Gallindo [ctb],\n Marius Hofert [ctb],\n Martin Modrák [ctb],\n Michael Chirico [ctb],\n Michael Friendly [ctb],\n Michal Bojanowski [ctb],\n Michel Kuhlmann [ctb],\n Miller Patrick [ctb],\n Nacho Caballero [ctb],\n Nick Salkowski [ctb],\n Niels Richard Hansen [ctb],\n Noam Ross [ctb],\n Obada Mahdi [ctb],\n Pavel N. Krivitsky [ctb] (ORCID:\n ),\n Pedro Faria [ctb],\n Qiang Li [ctb],\n Ramnath Vaidyanathan [ctb],\n Richard Cotton [ctb],\n Robert Krzyzanowski [ctb],\n Rodrigo Copetti [ctb],\n Romain Francois [ctb],\n Ruaridh Williamson [ctb],\n Sagiru Mati [ctb] (ORCID: ),\n Scott Kostyshak [ctb],\n Sebastian Meyer [ctb],\n Sietse Brouwer [ctb],\n Simon de Bernard [ctb],\n Sylvain Rousseau [ctb],\n Taiyun Wei [ctb],\n Thibaut Assus [ctb],\n Thibaut Lamadon [ctb],\n Thomas Leeper [ctb],\n Tim Mastny [ctb],\n Tom Torsney-Weir [ctb],\n Trevor Davis [ctb],\n Viktoras Veitas [ctb],\n Weicheng Zhu [ctb],\n Wush Wu [ctb],\n Zachary Foster [ctb],\n Zhian N. Kamvar [ctb] (ORCID: ),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2025-12-20 14:30:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:57 UTC; unix" - } - }, - "labeling": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "labeling", - "Type": "Package", - "Title": "Axis Labeling", - "Version": "0.4.3", - "Date": "2023-08-29", - "Author": "Justin Talbot,", - "Maintainer": "Nuno Sempere ", - "Description": "Functions which provide a range of axis labeling algorithms. ", - "License": "MIT + file LICENSE | Unlimited", - "Collate": "'labeling.R'", - "NeedsCompilation": "no", - "Imports": "stats, graphics", - "Packaged": "2023-08-29 21:01:57 UTC; loki", - "Repository": "RSPM", - "Date/Publication": "2023-08-29 22:20:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-24 05:25:54 UTC; unix" - } - }, - "later": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "later", - "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", - "Version": "1.4.8", - "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-03-03 21:55:53 UTC; cg334", - "Author": "Winston Chang [aut] (ORCID: ),\n Joe Cheng [aut],\n Charlie Gao [aut, cre] (ORCID: ),\n Posit Software, PBC [cph, fnd] (ROR: ),\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 ", - "Repository": "RSPM", - "Date/Publication": "2026-03-05 07:50:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-25 15:56:05 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "lattice": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "lattice", - "Version": "0.22-9", - "Date": "2026-02-03", - "Priority": "recommended", - "Title": "Trellis Graphics for R", - "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\n\t email = \"deepayan.sarkar@r-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4107-1553\")),\n person(\"Felix\", \"Andrews\", role = \"ctb\"),\n\t person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\n\t person(\"Neil\", \"Klepeis\", role = \"ctb\"),\n\t person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"),\n person(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"),\n person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"),\n\t person(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"),\n\t person(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\"),\n person(\"Alexandre\", \"Courtiol\", role = \"ctb\", comment = \"generics for larrows, lpolygon, lrect and lsegments\")\n\t )", - "Description": "A powerful and elegant high-level data visualization\n system inspired by Trellis graphics, with an emphasis on\n multivariate data. Lattice is sufficient for typical graphics needs,\n and is also flexible enough to handle most nonstandard requirements.\n See ?Lattice for an introduction.", - "Depends": "R (>= 4.0.0)", - "Suggests": "KernSmooth, MASS, latticeExtra, colorspace", - "Imports": "grid, grDevices, graphics, stats, utils", - "Enhances": "chron, zoo", - "LazyLoad": "yes", - "LazyData": "yes", - "License": "GPL (>= 2)", - "URL": "https://lattice.r-forge.r-project.org/", - "BugReports": "https://github.com/deepayan/lattice/issues", - "NeedsCompilation": "yes", - "Packaged": "2026-02-08 19:21:28 UTC; deepayan", - "Author": "Deepayan Sarkar [aut, cre] (ORCID:\n ),\n Felix Andrews [ctb],\n Kevin Wright [ctb] (documentation),\n Neil Klepeis [ctb],\n Johan Larsson [ctb] (miscellaneous improvements),\n Zhijian (Jason) Wen [cph] (filled contour code),\n Paul Murrell [ctb],\n Stefan Eng [ctb] (violin plot improvements),\n Achim Zeileis [ctb] (modern colors),\n Alexandre Courtiol [ctb] (generics for larrows, lpolygon, lrect and\n lsegments)", - "Maintainer": "Deepayan Sarkar ", - "Repository": "CRAN", - "Date/Publication": "2026-02-09 06:10:13 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-26 13:39:34 UTC; unix" - } - }, - "lazyeval": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "lazyeval", - "Version": "0.2.3", - "Title": "Lazy (Non-Standard) Evaluation", - "Description": "An alternative approach to non-standard evaluation using\n formulas. Provides a full implementation of LISP style 'quasiquotation',\n making it easier to generate code with other code.", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )", - "License": "GPL-3", - "Depends": "R (>= 3.1.0)", - "Imports": "rlang", - "Suggests": "knitr, rmarkdown (>= 0.2.65), testthat, covr", - "VignetteBuilder": "knitr", - "RoxygenNote": "7.3.3", - "Config/build/compilation-database": "true", - "NeedsCompilation": "yes", - "Packaged": "2026-04-03 09:37:04 UTC; lionel", - "Author": "Hadley Wickham [aut, cre],\n RStudio [cph]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2026-04-04 05:10:53 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-05-09 04:53:16 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17", - "RemoteType": "standard", - "RemotePkgRef": "lazyeval", - "RemoteRef": "lazyeval", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.2.3" - } - }, - "leaflet": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "leaflet", - "Title": "Create Interactive Web Maps with the JavaScript 'Leaflet'\nLibrary", - "Version": "2.2.3", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Bhaskar\", \"Karambelkar\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", role = \"aut\"),\n person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Kenton\", \"Russell\", role = \"ctb\"),\n person(\"Kent\", \"Johnson\", role = \"ctb\"),\n person(\"Vladimir\", \"Agafonkin\", role = c(\"ctb\", \"cph\"),\n comment = \"Leaflet library\"),\n person(\"CloudMade\", role = \"cph\",\n comment = \"Leaflet library\"),\n person(\"Leaflet contributors\", role = \"ctb\",\n comment = \"Leaflet library\"),\n person(\"Brandon Copeland\", role = c(\"ctb\", \"cph\"),\n comment = \"leaflet-measure plugin\"),\n person(\"Joerg Dietrich\", role = c(\"ctb\", \"cph\"),\n comment = \"Leaflet.Terminator plugin\"),\n person(\"Benjamin Becquet\", role = c(\"ctb\", \"cph\"),\n comment = \"Leaflet.MagnifyingGlass plugin\"),\n person(\"Norkart AS\", role = c(\"ctb\", \"cph\"),\n comment = \"Leaflet.MiniMap plugin\"),\n person(\"L. Voogdt\", role = c(\"ctb\", \"cph\"),\n comment = \"Leaflet.awesome-markers plugin\"),\n person(\"Daniel Montague\", role = c(\"ctb\", \"cph\"),\n comment = \"Leaflet.EasyButton plugin\"),\n person(\"Kartena AB\", role = c(\"ctb\", \"cph\"),\n comment = \"Proj4Leaflet plugin\"),\n person(\"Robert Kajic\", role = c(\"ctb\", \"cph\"),\n comment = \"leaflet-locationfilter plugin\"),\n person(\"Mapbox\", role = c(\"ctb\", \"cph\"),\n comment = \"leaflet-omnivore plugin\"),\n person(\"Michael Bostock\", role = c(\"ctb\", \"cph\"),\n comment = \"topojson\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Create and customize interactive maps using the 'Leaflet'\n JavaScript library and the 'htmlwidgets' package. These maps can be\n used directly from the R console, from 'RStudio', in Shiny\n applications and R Markdown documents.", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/leaflet/,\nhttps://github.com/rstudio/leaflet", - "BugReports": "https://github.com/rstudio/leaflet/issues", - "Depends": "R (>= 3.5)", - "Imports": "crosstalk, htmltools, htmlwidgets (>= 1.5.4), jquerylib,\nleaflet.providers (>= 2.0.0), magrittr, methods, png, raster\n(>= 3.6.3), RColorBrewer, rlang, scales (>= 1.0.0), sf (>=\n0.9-6), stats, viridisLite, xfun", - "Suggests": "knitr, maps, purrr, R6, RJSONIO, rmarkdown, s2, shiny (>=\n1.0.0), sp, terra, testthat (>= 3.0.0)", - "Config/Needs/website": "dplyr, ncdf4, rnaturalearth,\ntidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-09-02 15:28:47 UTC; garrick", - "Author": "Joe Cheng [aut],\n Barret Schloerke [aut] (ORCID: ),\n Bhaskar Karambelkar [aut],\n Yihui Xie [aut],\n Garrick Aden-Buie [aut, cre] (ORCID:\n ),\n Hadley Wickham [ctb],\n Kenton Russell [ctb],\n Kent Johnson [ctb],\n Vladimir Agafonkin [ctb, cph] (Leaflet library),\n CloudMade [cph] (Leaflet library),\n Leaflet contributors [ctb] (Leaflet library),\n Brandon Copeland [ctb, cph] (leaflet-measure plugin),\n Joerg Dietrich [ctb, cph] (Leaflet.Terminator plugin),\n Benjamin Becquet [ctb, cph] (Leaflet.MagnifyingGlass plugin),\n Norkart AS [ctb, cph] (Leaflet.MiniMap plugin),\n L. Voogdt [ctb, cph] (Leaflet.awesome-markers plugin),\n Daniel Montague [ctb, cph] (Leaflet.EasyButton plugin),\n Kartena AB [ctb, cph] (Proj4Leaflet plugin),\n Robert Kajic [ctb, cph] (leaflet-locationfilter plugin),\n Mapbox [ctb, cph] (leaflet-omnivore plugin),\n Michael Bostock [ctb, cph] (topojson),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Garrick Aden-Buie ", - "Repository": "RSPM", - "Date/Publication": "2025-09-04 07:40:02 UTC", - "Built": "R 4.6.0; ; 2026-05-12 11:43:19 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "leaflet", - "RemoteRef": "leaflet", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "2.2.3" - } - }, - "leaflet.providers": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "leaflet.providers", - "Title": "Leaflet Providers", - "Version": "3.0.0", - "Authors@R": "c(\n person(\"Leslie\", \"Huang\", , \"lesliehuang@nyu.edu\", role = \"aut\"),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = c(\"ctb\", \"cre\"),\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Leaflet Providers contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"Leaflet Providers plugin\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"https://ror.org/03wc8by49\"))\n )", - "Description": "Contains third-party map tile provider information from\n 'Leaflet.js', ,\n to be used with the 'leaflet' R package. Additionally,\n 'leaflet.providers' enables users to retrieve up-to-date provider\n information between package updates.", - "License": "BSD_2_clause + file LICENSE", - "URL": "https://rstudio.github.io/leaflet.providers/,\nhttps://github.com/rstudio/leaflet.providers", - "BugReports": "https://github.com/rstudio/leaflet.providers/issues", - "Depends": "R (>= 2.10)", - "Imports": "htmltools", - "Suggests": "jsonlite, testthat (>= 3.0.0), V8", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.3", - "Collate": "'providers_data.R' 'get_current_providers.R'\n'leaflet.providers-package.R' 'zzz.R'", - "NeedsCompilation": "no", - "Packaged": "2026-03-18 17:18:39 UTC; barret", - "Author": "Leslie Huang [aut],\n Barret Schloerke [ctb, cre] (ORCID:\n ),\n Leaflet Providers contributors [ctb, cph] (Leaflet Providers plugin),\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Barret Schloerke ", - "Repository": "RSPM", - "Date/Publication": "2026-03-18 21:50:08 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:04:53 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "leaflet.providers", - "RemoteRef": "leaflet.providers", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "3.0.0" - } - }, - "lifecycle": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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: ),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2026-01-08 08:00:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:00 UTC; unix" - } - }, - "listenv": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "listenv", - "Version": "0.10.1", - "Depends": "R (>= 3.1.2)", - "Suggests": "R.utils, R.rsp, markdown", - "VignetteBuilder": "R.rsp", - "Title": "Environments Behaving (Almost) as Lists", - "Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\n email = \"henrikb@braju.com\"))", - "Description": "List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting, e.g. 'x <- listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.", - "License": "LGPL (>= 2.1)", - "LazyLoad": "TRUE", - "URL": "https://listenv.futureverse.org,\nhttps://github.com/futureverse/listenv", - "BugReports": "https://github.com/futureverse/listenv/issues", - "RoxygenNote": "7.3.3", - "Encoding": "UTF-8", - "Language": "en-US", - "NeedsCompilation": "no", - "Packaged": "2026-03-10 16:49:27 UTC; hb", - "Author": "Henrik Bengtsson [aut, cre, cph]", - "Maintainer": "Henrik Bengtsson ", - "Repository": "RSPM", - "Date/Publication": "2026-03-10 18:00:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:25:55 UTC; unix" - } - }, - "litedown": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "litedown", - "Type": "Package", - "Title": "A Lightweight Version of R Markdown", - "Version": "0.9", - "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(\"Tim\", \"Taylor\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8587-7113\")),\n person()\n )", - "Description": "Render R Markdown to Markdown (without using 'knitr'), and Markdown\n to lightweight HTML or 'LaTeX' documents with the 'commonmark' package (instead\n of 'Pandoc'). Some missing Markdown features in 'commonmark' are also\n supported, such as raw HTML or 'LaTeX' blocks, 'LaTeX' math, superscripts,\n subscripts, footnotes, element attributes, and appendices,\n but not all 'Pandoc' Markdown features are (or will be) supported. With\n additional JavaScript and CSS, you can also create HTML slides and articles.\n This package can be viewed as a trimmed-down version of R Markdown and\n 'knitr'. It does not aim at rich Markdown features or a large variety of\n output formats (the primary formats are HTML and 'LaTeX'). Book and website\n projects of multiple input documents are also supported.", - "Depends": "R (>= 3.2.0)", - "Imports": "utils, commonmark (>= 2.0.0), xfun (>= 0.55)", - "Suggests": "rbibutils, rstudioapi, tinytex", - "License": "MIT + file LICENSE", - "URL": "https://github.com/yihui/litedown", - "BugReports": "https://github.com/yihui/litedown/issues", - "VignetteBuilder": "litedown", - "RoxygenNote": "7.3.3", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2025-12-18 16:42:41 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (ORCID: ,\n URL: https://yihui.org),\n Tim Taylor [ctb] (ORCID: )", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2025-12-18 17:50:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:49 UTC; unix" - } - }, - "magrittr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "magrittr", - "Title": "A Forward-Pipe Operator for R", - "Version": "2.0.5", - "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": "2026-04-03 08:09:48 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: )", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2026-04-04 08:00:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:25:55 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "markdown": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "markdown", - "Type": "Package", - "Title": "Render Markdown with 'commonmark'", - "Version": "2.0", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"JJ\", \"Allaire\", role = \"aut\"),\n person(\"Jeffrey\", \"Horner\", role = \"aut\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Jim\", \"Hester\", role = \"ctb\"),\n person(\"Yixuan\", \"Qiu\", role = \"ctb\"),\n person(\"Kohske\", \"Takahashi\", role = \"ctb\"),\n person(\"Adam\", \"November\", role = \"ctb\"),\n person(\"Nacho\", \"Caballero\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Thomas\", \"Leeper\", role = \"ctb\"),\n person(\"Joe\", \"Cheng\", role = \"ctb\"),\n person(\"Andrzej\", \"Oles\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Render Markdown to full and lightweight HTML/LaTeX documents with\n the 'commonmark' package. This package has been superseded by 'litedown'.", - "Depends": "R (>= 2.11.1)", - "Imports": "utils, xfun, litedown (>= 0.6)", - "Suggests": "knitr, rmarkdown (>= 2.18), yaml, RCurl", - "License": "MIT + file LICENSE", - "URL": "https://github.com/rstudio/markdown", - "BugReports": "https://github.com/rstudio/markdown/issues", - "RoxygenNote": "7.3.2", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2025-03-23 17:06:26 UTC; runner", - "Author": "Yihui Xie [aut, cre] (),\n JJ Allaire [aut],\n Jeffrey Horner [aut],\n Henrik Bengtsson [ctb],\n Jim Hester [ctb],\n Yixuan Qiu [ctb],\n Kohske Takahashi [ctb],\n Adam November [ctb],\n Nacho Caballero [ctb],\n Jeroen Ooms [ctb],\n Thomas Leeper [ctb],\n Joe Cheng [ctb],\n Andrzej Oles [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2025-03-23 19:30:03 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:07 UTC; unix" - } - }, - "memoise": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ", - "Repository": "RSPM", - "Date/Publication": "2021-11-26 16:11:10 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:01 UTC; unix" - } - }, - "mime": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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] (,\n https://yihui.org),\n Jeffrey Horner [ctb],\n Beilei Bian [ctb]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2025-03-17 20:20:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:02 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "openssl": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "openssl", - "Type": "Package", - "Title": "Toolkit for Encryption, Signatures and Certificates Based on\nOpenSSL", - "Version": "2.4.1", - "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Oliver\", \"Keyes\", role = \"ctb\"))", - "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.\n Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic\n signatures can either be created and verified manually or via x509 certificates. \n AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric\n (public key) encryption or EC for Diffie Hellman. High-level envelope functions \n combine RSA and AES for encrypting arbitrary sized data. Other utilities include key\n generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random\n number generator, and 'bignum' math methods for manually performing crypto \n calculations on large multibyte integers.", - "License": "MIT + file LICENSE", - "URL": "https://jeroen.r-universe.dev/openssl", - "BugReports": "https://github.com/jeroen/openssl/issues", - "SystemRequirements": "OpenSSL >= 1.0.2", - "VignetteBuilder": "knitr", - "Imports": "askpass", - "Suggests": "curl, testthat (>= 2.1.0), digest, knitr, rmarkdown,\njsonlite, jose, sodium", - "RoxygenNote": "7.3.2", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2026-05-14 13:48:16 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (ORCID: ),\n Oliver Keyes [ctb]", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2026-05-14 14:50:14 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-05-15 06:17:34 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "otel": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 .\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 ", - "Repository": "RSPM", - "Date/Publication": "2025-08-29 13:30:07 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:14 UTC; unix" - } - }, - "parallelly": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "parallelly", - "Version": "1.47.0", - "Title": "Enhancing the 'parallel' Package", - "Imports": "parallel, tools, utils", - "Suggests": "commonmark, base64enc", - "VignetteBuilder": "parallelly", - "Authors@R": "c(\n person(\"Henrik\", \"Bengtsson\",\n role = c(\"aut\", \"cre\", \"cph\"),\n email = \"henrikb@braju.com\",\n comment = c(ORCID = \"0000-0002-7579-5165\")),\n person(\"Mike\", \"Cheng\",\n role = c(\"ctb\"),\n email = \"mikefc@coolbutuseless.com\")\n )", - "Description": "Utility functions that enhance the 'parallel' package and support the built-in parallel backends of the 'future' package. For example, availableCores() gives the number of CPU cores available to your R process as given by the operating system, 'cgroups' and Linux containers, R options, and environment variables, including those set by job schedulers on high-performance compute clusters. If none is set, it will fall back to parallel::detectCores(). Another example is makeClusterPSOCK(), which is backward compatible with parallel::makePSOCKcluster() while doing a better job in setting up remote cluster workers without the need for configuring the firewall to do port-forwarding to your local computer.", - "License": "LGPL (>= 2.1)", - "LazyLoad": "TRUE", - "ByteCompile": "TRUE", - "URL": "https://parallelly.futureverse.org,\nhttps://github.com/futureverse/parallelly", - "BugReports": "https://github.com/futureverse/parallelly/issues", - "Language": "en-US", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-16 19:36:18 UTC; hb", - "Author": "Henrik Bengtsson [aut, cre, cph] (ORCID:\n ),\n Mike Cheng [ctb]", - "Maintainer": "Henrik Bengtsson ", - "Repository": "RSPM", - "Date/Publication": "2026-04-17 05:10:10 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:13 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "pillar": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "pillar", - "Title": "Coloured Formatting for Columns", - "Version": "1.11.1", - "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\"),\n person(given = \"RStudio\",\n role = \"cph\"))", - "Description": "Provides 'pillar' and 'colonnade' generics designed\n for formatting columns of data using the full range of colours\n provided by modern terminals.", - "License": "MIT + file LICENSE", - "URL": "https://pillar.r-lib.org/, https://github.com/r-lib/pillar", - "BugReports": "https://github.com/r-lib/pillar/issues", - "Imports": "cli (>= 2.3.0), glue, lifecycle, rlang (>= 1.0.2), utf8 (>=\n1.1.0), utils, vctrs (>= 0.5.0)", - "Suggests": "bit64, DBI, debugme, DiagrammeR, dplyr, formattable, ggplot2,\nknitr, lubridate, nanotime, nycflights13, palmerpenguins,\nrmarkdown, scales, stringi, survival, testthat (>= 3.1.1),\ntibble, units (>= 0.7.2), vdiffr, withr", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3.9000", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "format_multi_fuzz, format_multi_fuzz_2,\nformat_multi, ctl_colonnade, ctl_colonnade_1, ctl_colonnade_2", - "Config/autostyle/scope": "line_breaks", - "Config/autostyle/strict": "true", - "Config/gha/extra-packages": "units=?ignore-before-r=4.3.0", - "Config/Needs/website": "tidyverse/tidytemplate", - "NeedsCompilation": "no", - "Packaged": "2025-09-17 03:59:12 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (ORCID:\n ),\n Hadley Wickham [aut],\n RStudio [cph]", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2025-09-17 11:20:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:03 UTC; unix" - } - }, - "pkgbuild": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "pkgbuild", - "Title": "Find Tools Needed to Build R Packages", - "Version": "1.4.8", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "Provides functions used to build R packages. Locates\n compilers needed to build R packages on various platforms and ensures\n the PATH is configured appropriately so R can use them.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/pkgbuild, https://pkgbuild.r-lib.org", - "BugReports": "https://github.com/r-lib/pkgbuild/issues", - "Depends": "R (>= 3.5)", - "Imports": "callr (>= 3.2.0), cli (>= 3.4.0), desc, processx, R6", - "Suggests": "covr, cpp11, knitr, Rcpp, rmarkdown, testthat (>= 3.2.0),\nwithr (>= 2.3.0)", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2025-04-30", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-05-26 10:36:48 UTC; gaborcsardi", - "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2025-05-26 14:10:06 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:37 UTC; unix" - } - }, - "pkgconfig": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "pkgconfig", - "Title": "Private Configuration for 'R' Packages", - "Version": "2.0.3", - "Author": "Gábor Csárdi", - "Maintainer": "Gábor Csárdi ", - "Description": "Set configuration options on a per-package basis.\n Options set by a given package only apply to that package,\n other packages are unaffected.", - "License": "MIT + file LICENSE", - "LazyData": "true", - "Imports": "utils", - "Suggests": "covr, testthat, disposables (>= 1.0.3)", - "URL": "https://github.com/r-lib/pkgconfig#readme", - "BugReports": "https://github.com/r-lib/pkgconfig/issues", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2019-09-22 08:42:40 UTC; gaborcsardi", - "Repository": "RSPM", - "Date/Publication": "2019-09-22 09:20:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:12 UTC; unix" - } - }, - "pkgload": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "pkgload", - "Title": "Simulate Package Installation and Attach", - "Version": "1.5.2", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Core team\", role = \"ctb\",\n comment = \"Some namespace and vignette code extracted from base R\")\n )", - "Description": "Simulates the process of installing a package and then\n attaching it. This is a key part of the 'devtools' package as it\n allows you to rapidly iterate while developing a package.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org", - "BugReports": "https://github.com/r-lib/pkgload/issues", - "Depends": "R (>= 3.4.0)", - "Imports": "cli (>= 3.3.0), desc, fs, glue, lifecycle, methods, pkgbuild,\nprocessx, rlang (>= 1.1.1), rprojroot, utils", - "Suggests": "bitops, jsonlite, mathjaxr, pak, Rcpp, remotes, rstudioapi,\ntestthat (>= 3.2.1.1), usethis, withr", - "Config/Needs/website": "tidyverse/tidytemplate, ggplot2", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "TRUE", - "Config/testthat/start-first": "dll", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2026-04-21 17:18:59 UTC; lionel", - "Author": "Hadley Wickham [aut],\n Winston Chang [aut],\n Jim Hester [aut],\n Lionel Henry [aut, cre],\n Posit Software, PBC [cph, fnd],\n R Core team [ctb] (Some namespace and vignette code extracted from base\n R)", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2026-04-22 06:00:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:34 UTC; unix" - } - }, - "png": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "png", - "Version": "0.1-9", - "Title": "Read and write PNG images", - "Author": "Simon Urbanek [aut, cre, cph] (https://urbanek.nz, ORCID:\n )", - "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 ", - "Depends": "R (>= 2.9.0)", - "Description": "This package provides an easy and simple way to read, write and display bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors.", - "License": "GPL-2 | GPL-3", - "SystemRequirements": "libpng", - "URL": "https://www.rforge.net/png/", - "BugReports": "https://github.com/s-u/png/issues/", - "NeedsCompilation": "yes", - "Packaged": "2026-03-15 03:28:25 UTC; rforge", - "Repository": "RSPM", - "Date/Publication": "2026-03-15 16:50:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-05-09 04:51:13 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_27", - "RemoteType": "standard", - "RemotePkgRef": "png", - "RemoteRef": "png", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.1-9" - } - }, - "prettyunits": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "prettyunits", - "Title": "Pretty, Human Readable Formatting of Quantities", - "Version": "1.2.0", - "Authors@R": "c(\n person(\"Gabor\", \"Csardi\", email=\"csardi.gabor@gmail.com\", role=c(\"aut\", \"cre\")),\n person(\"Bill\", \"Denney\", email=\"wdenney@humanpredictions.com\", role=c(\"ctb\"), comment=c(ORCID=\"0000-0002-5759-428X\")),\n person(\"Christophe\", \"Regouby\", email=\"christophe.regouby@free.fr\", role=c(\"ctb\"))\n )", - "Description": "Pretty, human readable formatting of quantities.\n Time intervals: '1337000' -> '15d 11h 23m 20s'.\n Vague time intervals: '2674000' -> 'about a month ago'.\n Bytes: '1337' -> '1.34 kB'.\n Rounding: '99' with 3 significant digits -> '99.0'\n p-values: '0.00001' -> '<0.0001'.\n Colors: '#FF0000' -> 'red'.\n Quantities: '1239437' -> '1.24 M'.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/prettyunits", - "BugReports": "https://github.com/r-lib/prettyunits/issues", - "Depends": "R(>= 2.10)", - "Suggests": "codetools, covr, testthat", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2023-09-24 10:53:19 UTC; gaborcsardi", - "Author": "Gabor Csardi [aut, cre],\n Bill Denney [ctb] (),\n Christophe Regouby [ctb]", - "Maintainer": "Gabor Csardi ", - "Repository": "RSPM", - "Date/Publication": "2023-09-24 21:10:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:14 UTC; unix" - } - }, - "processx": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "processx", - "Title": "Execute and Control System Processes", - "Version": "3.9.0", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\")),\n person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Tools to run system processes in the background. It can\n check if a background process is running; wait on a background process\n to finish; get the exit status of finished processes; kill background\n processes. It can read the standard output and error of the processes,\n using non-blocking connections. 'processx' can poll a process for\n standard output or error, with a timeout. It can also poll several\n processes at once.", - "License": "MIT + file LICENSE", - "URL": "https://processx.r-lib.org, https://github.com/r-lib/processx", - "BugReports": "https://github.com/r-lib/processx/issues", - "Depends": "R (>= 3.4.0)", - "Imports": "ps (>= 1.9.3), R6, utils", - "Suggests": "callr (>= 3.7.3), cli (>= 3.3.0), codetools, covr, curl,\ndebugme, parallel, rlang (>= 1.0.2), testthat (>= 3.0.0),\nwebfakes, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2025-04-25", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-22 10:56:15 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre, cph] (ORCID:\n ),\n Winston Chang [aut],\n Posit Software, PBC [cph, fnd] (ROR: ),\n Ascent Digital Services [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2026-04-22 12:00:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:37 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "progress": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "progress", - "Title": "Terminal Progress Bars", - "Version": "1.2.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Rich\", \"FitzJohn\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Configurable Progress bars, they may include percentage,\n elapsed time, and/or the estimated completion time. They work in\n terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the\n 'macOS' 'R.app'. The package also provides a 'C++' 'API', that works\n with or without 'Rcpp'.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/progress#readme,\nhttp://r-lib.github.io/progress/", - "BugReports": "https://github.com/r-lib/progress/issues", - "Depends": "R (>= 3.6)", - "Imports": "crayon, hms, prettyunits, R6", - "Suggests": "Rcpp, testthat (>= 3.0.0), withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-12-05 09:33:10 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Rich FitzJohn [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2023-12-06 10:30:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:29 UTC; unix" - } - }, - "promises": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ),\n Winston Chang [aut] (ORCID: ),\n Charlie Gao [aut] (ORCID: ),\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Barret Schloerke ", - "Repository": "RSPM", - "Date/Publication": "2025-11-01 06:30:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:40 UTC; unix" - } - }, - "proxy": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "proxy", - "Type": "Package", - "Title": "Distance and Similarity Measures", - "Version": "0.4-29", - "Authors@R": "c(person(given = \"David\", family = \"Meyer\", role = c(\"aut\", \"cre\"),\n email = \"David.Meyer@R-project.org\",\n\t\t comment = c(ORCID = \"0000-0002-5196-3048\")),\t \n person(given = \"Christian\", family = \"Buchta\", role = \"aut\"))", - "Description": "Provides an extensible framework for the efficient calculation of auto- and cross-proximities, along with implementations of the most popular ones. ", - "Depends": "R (>= 3.4.0)", - "Imports": "stats, utils", - "Suggests": "cba", - "Collate": "registry.R database.R dist.R similarities.R dissimilarities.R\nutil.R seal.R", - "License": "GPL-2 | GPL-3", - "NeedsCompilation": "yes", - "Packaged": "2025-12-29 16:26:15 UTC; hornik", - "Author": "David Meyer [aut, cre] (ORCID: ),\n Christian Buchta [aut]", - "Maintainer": "David Meyer ", - "Repository": "RSPM", - "Date/Publication": "2025-12-29 16:42:24 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:16 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "ps": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "ps", - "Title": "List, Query, Manipulate System Processes", - "Version": "1.9.3", - "Authors@R": "c(\n person(\"Jay\", \"Loden\", role = \"aut\"),\n person(\"Dave\", \"Daeschler\", role = \"aut\"),\n person(\"Giampaolo\", \"Rodola'\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "List, query and manipulate all system processes, on\n 'Windows', 'Linux' and 'macOS'.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/ps, https://ps.r-lib.org/", - "BugReports": "https://github.com/r-lib/ps/issues", - "Depends": "R (>= 3.4)", - "Imports": "utils", - "Suggests": "callr, covr, curl, pillar, pingr, processx (>= 3.1.0), R6,\nrlang, testthat (>= 3.0.0), webfakes, withr", - "Biarch": "true", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2025-04-28", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-20 12:53:07 UTC; gaborcsardi", - "Author": "Jay Loden [aut],\n Dave Daeschler [aut],\n Giampaolo Rodola' [aut],\n Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2026-04-20 13:40:03 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:16 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "purrr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "purrr", - "Title": "Functional Programming Tools", - "Version": "1.2.2", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"https://ror.org/03wc8by49\"))\n )", - "Description": "A complete and consistent functional programming toolkit for\n R.", - "License": "MIT + file LICENSE", - "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr", - "BugReports": "https://github.com/tidyverse/purrr/issues", - "Depends": "R (>= 4.1)", - "Imports": "cli (>= 3.6.1), lifecycle (>= 1.0.3), magrittr (>= 1.5.0),\nrlang (>= 1.1.1), vctrs (>= 0.6.3)", - "Suggests": "carrier (>= 0.3.0), covr, dplyr (>= 0.7.8), httr, knitr,\nlubridate, mirai (>= 2.5.1), rmarkdown, testthat (>= 3.0.0),\ntibble, tidyselect", - "LinkingTo": "cli", - "VignetteBuilder": "knitr", - "Biarch": "true", - "Config/build/compilation-database": "true", - "Config/Needs/website": "tidyverse/tidytemplate, tidyr", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "TRUE", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-10 10:15:54 UTC; lionel", - "Author": "Hadley Wickham [aut, cre] (ORCID:\n ),\n Lionel Henry [aut],\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2026-04-10 17:00:09 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:28:02 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "rappdirs": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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' () 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 ),\n Gabor Csardi [ctb],\n Gregory Jefferis [ctb],\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2026-01-17 08:40:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:18 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "raster": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "raster", - "Type": "Package", - "Title": "Geographic Data Analysis and Modeling", - "Version": "3.6-32", - "Date": "2025-03-27", - "Imports": "Rcpp, methods, terra (>= 1.8-5)", - "LinkingTo": "Rcpp", - "Depends": "sp (>= 1.4-5), R (>= 3.5.0)", - "Suggests": "ncdf4, igraph, tcltk, parallel, rasterVis, MASS, sf,\ntinytest, gstat, fields, exactextractr", - "Description": "Reading, writing, manipulating, analyzing and modeling of spatial data. This package has been superseded by the \"terra\" package . ", - "License": "GPL (>= 3)", - "URL": "https://rspatial.org/raster", - "BugReports": "https://github.com/rspatial/raster/issues/", - "Authors@R": "c(\n\tperson(\"Robert J.\", \"Hijmans\", role = c(\"cre\", \"aut\"), \n\t\t\temail = \"r.hijmans@gmail.com\", \n\t\t\tcomment = c(ORCID = \"0000-0001-5872-2872\")),\n\tperson(\"Jacob\", \"van Etten\", role = \"ctb\"),\n\tperson(\"Michael\", \"Sumner\", role = \"ctb\"),\n\tperson(\"Joe\", \"Cheng\", role = \"ctb\"),\n\tperson(\"Dan\", \"Baston\", role = \"ctb\"),\n\tperson(\"Andrew\", \"Bevan\", role = \"ctb\"),\n\tperson(\"Roger\", \"Bivand\", role = \"ctb\"),\n\tperson(\"Lorenzo\", \"Busetto\", role = \"ctb\"),\n\tperson(\"Mort\", \"Canty\", role = \"ctb\"),\n\tperson(\"Ben\", \"Fasoli\", role = \"ctb\"),\n\tperson(\"David\", \"Forrest\", role = \"ctb\"),\n\tperson(\"Aniruddha\", \"Ghosh\", role = \"ctb\"),\n\tperson(\"Duncan\", \"Golicher\", role = \"ctb\"),\n\tperson(\"Josh\", \"Gray\", role = \"ctb\"),\n\tperson(\"Jonathan A.\", \"Greenberg\", role = \"ctb\"),\n\tperson(\"Paul\", \"Hiemstra\", role = \"ctb\"),\n\tperson(\"Kassel\", \"Hingee\", role = \"ctb\"),\n\tperson(\"Alex\", \"Ilich\", role = \"ctb\"),\n\tperson(\"Institute for Mathematics Applied Geosciences\", role=\"cph\"),\n\tperson(\"Charles\", \"Karney\", role = \"ctb\"),\n\tperson(\"Matteo\", \"Mattiuzzi\", role = \"ctb\"),\n\tperson(\"Steven\", \"Mosher\", role = \"ctb\"),\n\tperson(\"Babak\", \"Naimi\", role = \"ctb\"),\t\n\tperson(\"Jakub\", \"Nowosad\", role = \"ctb\"),\n\tperson(\"Edzer\", \"Pebesma\", role = \"ctb\"),\n\tperson(\"Oscar\", \"Perpinan Lamigueiro\", role = \"ctb\"),\n\tperson(\"Etienne B.\", \"Racine\", role = \"ctb\"),\n\tperson(\"Barry\", \"Rowlingson\", role = \"ctb\"),\n\tperson(\"Ashton\", \"Shortridge\", role = \"ctb\"),\n\tperson(\"Bill\", \"Venables\", role = \"ctb\"),\n\tperson(\"Rafael\", \"Wueest\", role = \"ctb\")\n\t)", - "NeedsCompilation": "yes", - "Packaged": "2025-03-28 04:28:45 UTC; rhijm", - "Author": "Robert J. Hijmans [cre, aut] (),\n Jacob van Etten [ctb],\n Michael Sumner [ctb],\n Joe Cheng [ctb],\n Dan Baston [ctb],\n Andrew Bevan [ctb],\n Roger Bivand [ctb],\n Lorenzo Busetto [ctb],\n Mort Canty [ctb],\n Ben Fasoli [ctb],\n David Forrest [ctb],\n Aniruddha Ghosh [ctb],\n Duncan Golicher [ctb],\n Josh Gray [ctb],\n Jonathan A. Greenberg [ctb],\n Paul Hiemstra [ctb],\n Kassel Hingee [ctb],\n Alex Ilich [ctb],\n Institute for Mathematics Applied Geosciences [cph],\n Charles Karney [ctb],\n Matteo Mattiuzzi [ctb],\n Steven Mosher [ctb],\n Babak Naimi [ctb],\n Jakub Nowosad [ctb],\n Edzer Pebesma [ctb],\n Oscar Perpinan Lamigueiro [ctb],\n Etienne B. Racine [ctb],\n Barry Rowlingson [ctb],\n Ashton Shortridge [ctb],\n Bill Venables [ctb],\n Rafael Wueest [ctb]", - "Maintainer": "Robert J. Hijmans ", - "Repository": "RSPM", - "Date/Publication": "2025-03-28 08:10:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-05-12 11:42:17 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "raster", - "RemoteRef": "raster", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "3.6-32" - } - }, - "reactR": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "reactR", - "Type": "Package", - "Title": "React Helpers", - "Version": "0.6.1", - "Date": "2024-09-14", - "Authors@R": "c(\n person(\n \"Facebook\", \"Inc\"\n , role = c(\"aut\", \"cph\")\n , comment = \"React library in lib, https://reactjs.org/; see AUTHORS for full list of contributors\"\n ),\n person(\n \"Michel\",\"Weststrate\",\n , role = c(\"aut\", \"cph\")\n , comment = \"mobx library in lib, https://github.com/mobxjs\"\n ),\n person(\n \"Kent\", \"Russell\"\n , role = c(\"aut\", \"cre\")\n , comment = \"R interface\"\n , email = \"kent.russell@timelyportfolio.com\"\n ),\n person(\n \"Alan\", \"Dipert\"\n , role = c(\"aut\")\n , comment = \"R interface\"\n , email = \"alan@rstudio.com\"\n ),\n person(\n \"Greg\", \"Lin\"\n , role = c(\"aut\")\n , comment = \"R interface\"\n , email = \"glin@glin.io\"\n )\n )", - "Maintainer": "Kent Russell ", - "Description": "Make it easy to use 'React' in R with 'htmlwidget' scaffolds,\n helper dependency functions, an embedded 'Babel' 'transpiler',\n and examples.", - "URL": "https://github.com/react-R/reactR", - "BugReports": "https://github.com/react-R/reactR/issues", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "Imports": "htmltools", - "Suggests": "htmlwidgets (>= 1.5.3), rmarkdown, shiny, V8, knitr, usethis,\njsonlite", - "RoxygenNote": "7.3.2", - "VignetteBuilder": "knitr", - "NeedsCompilation": "no", - "Packaged": "2024-09-14 13:24:57 UTC; kentr", - "Author": "Facebook Inc [aut, cph] (React library in lib, https://reactjs.org/;\n see AUTHORS for full list of contributors),\n Michel Weststrate [aut, cph] (mobx library in lib,\n https://github.com/mobxjs),\n Kent Russell [aut, cre] (R interface),\n Alan Dipert [aut] (R interface),\n Greg Lin [aut] (R interface)", - "Repository": "RSPM", - "Date/Publication": "2024-09-14 13:50:02 UTC", - "Built": "R 4.6.0; ; 2026-04-25 15:56:52 UTC; unix" - } - }, - "reactable": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "reactable", - "Type": "Package", - "Title": "Interactive Data Tables for R", - "Version": "0.4.5", - "Authors@R": "c(\n person(\"Greg\", \"Lin\", email = \"glin@glin.io\", role = c(\"aut\", \"cre\")),\n person(\"Tanner\", \"Linsley\", role = c(\"ctb\", \"cph\"), comment = \"React Table library\"),\n person(family = \"Emotion team and other contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"Emotion library\"),\n person(\"Kent\", \"Russell\", role = c(\"ctb\", \"cph\"), comment = \"reactR package\"),\n person(\"Ramnath\", \"Vaidyanathan\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"),\n person(\"Joe\", \"Cheng\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"),\n person(\"JJ\", \"Allaire\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"),\n person(\"Yihui\", \"Xie\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"),\n person(\"Kenton\", \"Russell\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"),\n person(family = \"Facebook, Inc. and its affiliates\", role = c(\"ctb\", \"cph\"), comment = \"React library\"),\n person(family = \"FormatJS\", role = c(\"ctb\", \"cph\"), comment = \"FormatJS libraries\"),\n person(family = \"Feross Aboukhadijeh, and other contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"buffer library\"),\n person(\"Roman\", \"Shtylman\", role = c(\"ctb\", \"cph\"), comment = \"process library\"),\n person(\"James\", \"Halliday\", role = c(\"ctb\", \"cph\"), comment = \"stream-browserify library\"),\n person(family = \"Posit Software, PBC\", role = c(\"fnd\", \"cph\"))\n )", - "Description": "Interactive data tables for R, based on the 'React Table'\n JavaScript library. Provides an HTML widget that can be used in 'R Markdown'\n or 'Quarto' documents, 'Shiny' applications, or viewed from an R console.", - "License": "MIT + file LICENSE", - "URL": "https://glin.github.io/reactable/,\nhttps://github.com/glin/reactable", - "BugReports": "https://github.com/glin/reactable/issues", - "Depends": "R (>= 3.1)", - "Imports": "digest, htmltools (>= 0.5.2), htmlwidgets (>= 1.5.3),\njsonlite, reactR", - "Suggests": "covr, crosstalk, dplyr, fontawesome, knitr, leaflet, MASS,\nrmarkdown, shiny, sparkline, testthat, tippy, V8", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2025-12-01 15:17:46 UTC; greg", - "Author": "Greg Lin [aut, cre],\n Tanner Linsley [ctb, cph] (React Table library),\n Emotion team and other contributors [ctb, cph] (Emotion library),\n Kent Russell [ctb, cph] (reactR package),\n Ramnath Vaidyanathan [ctb, cph] (htmlwidgets package),\n Joe Cheng [ctb, cph] (htmlwidgets package),\n JJ Allaire [ctb, cph] (htmlwidgets package),\n Yihui Xie [ctb, cph] (htmlwidgets package),\n Kenton Russell [ctb, cph] (htmlwidgets package),\n Facebook, Inc. and its affiliates [ctb, cph] (React library),\n FormatJS [ctb, cph] (FormatJS libraries),\n Feross Aboukhadijeh, and other contributors [ctb, cph] (buffer library),\n Roman Shtylman [ctb, cph] (process library),\n James Halliday [ctb, cph] (stream-browserify library),\n Posit Software, PBC [fnd, cph]", - "Maintainer": "Greg Lin ", - "Repository": "RSPM", - "Date/Publication": "2025-12-01 16:00:02 UTC", - "Built": "R 4.6.0; ; 2026-04-25 16:29:29 UTC; unix" - } - }, - "readr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "readr", - "Title": "Read Rectangular Text Data", - "Version": "2.2.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Shelby\", \"Bearrows\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\")),\n person(\"https://github.com/mandreyel/\", role = \"cph\",\n comment = \"mio library\"),\n person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"),\n comment = \"grisu3 implementation\"),\n person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"),\n comment = \"grisu3 implementation\")\n )", - "Description": "The goal of 'readr' is to provide a fast and friendly way to\n read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed\n to flexibly parse many types of data found in the wild, while still\n cleanly failing when data unexpectedly changes.", - "License": "MIT + file LICENSE", - "URL": "https://readr.tidyverse.org, https://github.com/tidyverse/readr", - "BugReports": "https://github.com/tidyverse/readr/issues", - "Depends": "R (>= 4.1)", - "Imports": "cli, clipr, crayon, glue, hms (>= 0.4.1), lifecycle, methods,\nR6, rlang, tibble, utils, vroom (>= 1.7.0), withr", - "Suggests": "covr, curl, datasets, knitr, rmarkdown, spelling, stringi,\ntestthat (>= 3.2.0), tzdb (>= 0.1.1), waldo, xml2", - "LinkingTo": "cpp11, tzdb (>= 0.1.1)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "false", - "Config/usethis/last-upkeep": "2025-11-14", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-02-19 07:07:31 UTC; jenny", - "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Romain Francois [ctb],\n Jennifer Bryan [aut, cre] (ORCID:\n ),\n Shelby Bearrows [ctb],\n Posit Software, PBC [cph, fnd] (ROR: ),\n https://github.com/mandreyel/ [cph] (mio library),\n Jukka Jylänki [ctb, cph] (grisu3 implementation),\n Mikkel Jørgensen [ctb, cph] (grisu3 implementation)", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2026-02-19 18:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:31:07 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "rlang": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "rlang", - "Version": "1.2.0", - "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.3.2), 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-04-02 12:23:10 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 ", - "Repository": "RSPM", - "Date/Publication": "2026-04-06 10:40:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:19 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "rmarkdown": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "rmarkdown", - "Title": "Dynamic Documents for R", - "Version": "2.31", - "Authors@R": "c(\n person(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"),\n person(\"Javier\", \"Luraschi\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"aut\"),\n person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")),\n person(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")), \n person(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")),\n person(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")),\n person(\"Jeff\", \"Allen\", , \"jeff@posit.co\", role = \"ctb\"), \n person(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")),\n person(\"Malcolm\", \"Barrett\", role = \"ctb\"),\n person(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"),\n person(\"Romain\", \"Lesur\", role = \"ctb\"),\n person(\"Roy\", \"Storey\", role = \"ctb\"),\n person(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"),\n person(\"Sergio\", \"Oller\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\n person(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"),\n person(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\n person(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"),\n person(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"),\n person(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"),\n person(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"),\n person(, \"W3C\", role = \"cph\", comment = \"slidy library\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"),\n person(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"),\n person(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"),\n person(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"),\n person(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"),\n person(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\")\n )", - "Description": "Convert R Markdown documents into a variety of formats.", - "License": "GPL-3", - "URL": "https://github.com/rstudio/rmarkdown,\nhttps://pkgs.rstudio.com/rmarkdown/", - "BugReports": "https://github.com/rstudio/rmarkdown/issues", - "Depends": "R (>= 3.0)", - "Imports": "bslib (>= 0.2.5.1), evaluate (>= 0.13), fontawesome (>=\n0.5.0), htmltools (>= 0.5.1), jquerylib, jsonlite, knitr (>=\n1.43), methods, tinytex (>= 0.31), tools, utils, xfun (>=\n0.36), yaml (>= 2.1.19)", - "Suggests": "digest, dygraphs, fs, rsconnect, downlit (>= 0.4.0), katex\n(>= 1.4.0), sass (>= 0.4.0), shiny (>= 1.6.0), testthat (>=\n3.0.3), tibble, vctrs, cleanrmd, withr (>= 2.4.2), xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "rstudio/quillt, pkgdown", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", - "NeedsCompilation": "no", - "Packaged": "2026-03-25 18:23:38 UTC; yihui", - "Author": "JJ Allaire [aut],\n Yihui Xie [aut, cre] (ORCID: ),\n Christophe Dervieux [aut] (ORCID:\n ),\n Jonathan McPherson [aut],\n Javier Luraschi [aut],\n Kevin Ushey [aut],\n Aron Atkins [aut],\n Hadley Wickham [aut],\n Joe Cheng [aut],\n Winston Chang [aut],\n Richard Iannone [aut] (ORCID: ),\n Andrew Dunning [ctb] (ORCID: ),\n Atsushi Yasumoto [ctb, cph] (ORCID:\n , cph: Number sections Lua\n filter),\n Barret Schloerke [ctb],\n Carson Sievert [ctb] (ORCID: ),\n Devon Ryan [ctb] (ORCID: ),\n Frederik Aust [ctb] (ORCID: ),\n Jeff Allen [ctb],\n JooYoung Seo [ctb] (ORCID: ),\n Malcolm Barrett [ctb],\n Rob Hyndman [ctb],\n Romain Lesur [ctb],\n Roy Storey [ctb],\n Ruben Arslan [ctb],\n Sergio Oller [ctb],\n Posit Software, PBC [cph, fnd],\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/rmd/h/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 Alexander Farkas [ctb, cph] (html5shiv library),\n Scott Jehl [ctb, cph] (Respond.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n Greg Franko [ctb, cph] (tocify library),\n John MacFarlane [ctb, cph] (Pandoc templates),\n Google, Inc. [ctb, cph] (ioslides library),\n Dave Raggett [ctb] (slidy library),\n W3C [cph] (slidy library),\n Dave Gandy [ctb, cph] (Font-Awesome),\n Ben Sperry [ctb] (Ionicons),\n Drifty [cph] (Ionicons),\n Aidan Lister [ctb, cph] (jQuery StickyTabs),\n Benct Philip Jonsson [ctb, cph] (pagebreak Lua filter),\n Albert Krewinkel [ctb, cph] (pagebreak Lua filter)", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2026-03-26 16:30:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:36:46 UTC; unix" - } - }, - "rprojroot": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "rprojroot", - "Title": "Finding Files in Project Subdirectories", - "Version": "2.1.1", - "Authors@R": "\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\"))", - "Description": "Robust, reliable and flexible paths to files below\n a project root. The 'root' of a project is defined as a directory that\n matches a certain criterion, e.g., it contains a certain regular file.", - "License": "MIT + file LICENSE", - "URL": "https://rprojroot.r-lib.org/, https://github.com/r-lib/rprojroot", - "BugReports": "https://github.com/r-lib/rprojroot/issues", - "Depends": "R (>= 3.0.0)", - "Suggests": "covr, knitr, lifecycle, rlang, rmarkdown, testthat (>=\n3.2.0), withr", - "VignetteBuilder": "knitr", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2.9000", - "Config/autostyle/scope": "line_breaks", - "Config/autostyle/strict": "true", - "Config/Needs/website": "tidyverse/tidytemplate", - "NeedsCompilation": "no", - "Packaged": "2025-08-26 15:22:42 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (ORCID:\n )", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2025-08-26 16:20:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:45 UTC; unix" - } - }, - "rstudioapi": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "rstudioapi", - "Title": "Safely Access the RStudio API", - "Description": "Access the RStudio API (if available) and provide informative error\n messages when it's not.", - "Version": "0.18.0", - "Authors@R": "c(\n person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"),\n person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@posit.co\"),\n person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@posit.co\"),\n person(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@posit.co\"),\n person(family = \"RStudio\", role = \"cph\")\n )", - "Maintainer": "Kevin Ushey ", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/rstudioapi/,\nhttps://github.com/rstudio/rstudioapi", - "BugReports": "https://github.com/rstudio/rstudioapi/issues", - "RoxygenNote": "7.3.3", - "Suggests": "testthat, knitr, rmarkdown, clipr, covr, curl, jsonlite,\nwithr", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2026-01-15 18:05:24 UTC; kevin", - "Author": "Kevin Ushey [aut, cre],\n JJ Allaire [aut],\n Hadley Wickham [aut],\n Gary Ritchie [aut],\n RStudio [cph]", - "Repository": "RSPM", - "Date/Publication": "2026-01-16 09:10:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:18 UTC; unix" - } - }, - "s2": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "s2", - "Title": "Spherical Geometry Operators Using the S2 Geometry Library", - "Version": "1.1.9", - "Authors@R": "c(\n person(given = \"Dewey\",\n family = \"Dunnington\",\n role = c(\"aut\"),\n email = \"dewey@fishandwhistle.net\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(given = \"Edzer\",\n family = \"Pebesma\",\n role = c(\"aut\", \"cre\"),\n email = \"edzer.pebesma@uni-muenster.de\",\n comment = c(ORCID = \"0000-0001-8049-7069\")),\n person(\"Ege\", \"Rubak\", email=\"rubak@math.aau.dk\", role = c(\"aut\")),\n person(\"Jeroen\", \"Ooms\", , \"jeroen.ooms@stat.ucla.edu\", role = \"ctb\", comment = \"configure script\"),\n person(family = \"Google, Inc.\", role = \"cph\", comment = \"Original s2geometry.io source code\")\n )", - "Description": "Provides R bindings for Google's s2 library for geometric calculations on\n the sphere. High-performance constructors and exporters provide high compatibility\n with existing spatial packages, transformers construct new geometries from existing\n geometries, predicates provide a means to select geometries based on spatial\n relationships, and accessors extract information about geometries.", - "License": "Apache License (== 2.0)", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.2", - "SystemRequirements": "cmake, OpenSSL >= 1.0.1, Abseil >= 20230802.0", - "LinkingTo": "Rcpp, wk", - "Imports": "Rcpp, wk (>= 0.6.0)", - "Suggests": "bit64, testthat (>= 3.0.0), vctrs", - "URL": "https://r-spatial.github.io/s2/, https://github.com/r-spatial/s2,\nhttp://s2geometry.io/", - "BugReports": "https://github.com/r-spatial/s2/issues", - "Depends": "R (>= 3.0.0)", - "Config/testthat/edition": "3", - "NeedsCompilation": "yes", - "Packaged": "2025-05-23 14:44:45 UTC; edzer", - "Author": "Dewey Dunnington [aut] (ORCID: ),\n Edzer Pebesma [aut, cre] (ORCID:\n ),\n Ege Rubak [aut],\n Jeroen Ooms [ctb] (configure script),\n Google, Inc. [cph] (Original s2geometry.io source code)", - "Maintainer": "Edzer Pebesma ", - "Repository": "RSPM", - "Date/Publication": "2025-05-23 15:50:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-25 16:20:56 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "sass": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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] (),\n Barret Schloerke [aut] (),\n Carson Sievert [aut, cre] (),\n Christophe Dervieux [ctb] (),\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 ", - "Repository": "RSPM", - "Date/Publication": "2025-04-11 19:50:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:29:08 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "scales": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "scales", - "Title": "Scale Functions for Visualization", - "Version": "1.4.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Dana\", \"Seidel\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "Graphical scales map data to aesthetics, and provide methods\n for automatically determining breaks and labels for axes and legends.", - "License": "MIT + file LICENSE", - "URL": "https://scales.r-lib.org, https://github.com/r-lib/scales", - "BugReports": "https://github.com/r-lib/scales/issues", - "Depends": "R (>= 4.1)", - "Imports": "cli, farver (>= 2.0.3), glue, labeling, lifecycle, R6,\nRColorBrewer, rlang (>= 1.1.0), viridisLite", - "Suggests": "bit64, covr, dichromat, ggplot2, hms (>= 0.5.0), stringi,\ntestthat (>= 3.0.0)", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/usethis/last-upkeep": "2025-04-23", - "Encoding": "UTF-8", - "LazyLoad": "yes", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2025-04-23 18:27:04 UTC; thomas", - "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [cre, aut]\n (),\n Dana Seidel [aut],\n Posit Software, PBC [cph, fnd] (03wc8by49)", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2025-04-24 11:00:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:27:23 UTC; unix" - } - }, - "sf": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "sf", - "Version": "1.1-1", - "Title": "Simple Features for R", - "Authors@R": "\n c(person(given = \"Edzer\",\n family = \"Pebesma\",\n role = c(\"aut\", \"cre\"),\n email = \"edzer.pebesma@uni-muenster.de\",\n comment = c(ORCID = \"0000-0001-8049-7069\")),\n person(given = \"Roger\",\n family = \"Bivand\",\n role = \"ctb\",\n comment = c(ORCID = \"0000-0003-2392-6140\")),\n person(given = \"Etienne\",\n family = \"Racine\",\n role = \"ctb\"),\n person(given = \"Michael\",\n family = \"Sumner\",\n role = \"ctb\"),\n person(given = \"Ian\",\n family = \"Cook\",\n role = \"ctb\"),\n person(given = \"Tim\",\n family = \"Keitt\",\n role = \"ctb\"),\n person(given = \"Robin\",\n family = \"Lovelace\",\n role = \"ctb\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"ctb\"),\n person(given = \"Jeroen\",\n family = \"Ooms\",\n role = \"ctb\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = \"ctb\"),\n person(given = \"Thomas Lin\",\n family = \"Pedersen\",\n role = \"ctb\"),\n person(given = \"Dan\",\n family = \"Baston\",\n role = \"ctb\"),\n person(given = \"Dewey\",\n family = \"Dunnington\",\n role = \"ctb\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(given = \"Alexandre\",\n family = \"Courtiol\",\n role = \"ctb\",\n comment = c(ORCID = \"0000-0003-0637-2959\"))\n\t\t\t )", - "Description": "Support for simple feature access, a standardized way to\n encode and analyze spatial vector data. Binds to 'GDAL' \n\t for reading and writing data, to 'GEOS'\n for geometrical operations,\n and to 'PROJ' for projection\n conversions and datum transformations. Uses by default the 's2'\n package for geometry operations on geodetic (long/lat degree)\n\tcoordinates.", - "License": "GPL-2 | MIT + file LICENSE", - "URL": "https://r-spatial.github.io/sf/, https://github.com/r-spatial/sf", - "BugReports": "https://github.com/r-spatial/sf/issues", - "Depends": "methods, R (>= 4.1.0)", - "Imports": "classInt (>= 0.4-1), DBI (>= 0.8), graphics, grDevices, grid,\ns2 (>= 1.1.0), stats, tools, units (>= 0.7-0), utils", - "Suggests": "blob, nanoarrow, covr, dplyr (>= 1.0.0), ggplot2, knitr,\nlwgeom (>= 0.2-14), maps, mapview, Matrix, microbenchmark,\nodbc, pbapply, pillar, pool, raster, rlang, rmarkdown,\nRPostgres (>= 1.1.0), RPostgreSQL, RSQLite, sp (>= 1.2-4),\nspatstat (>= 2.0-1), spatstat.geom, spatstat.random,\nspatstat.linnet, spatstat.utils, stars (>= 0.6-0), terra,\ntestthat (>= 3.0.0), tibble (>= 1.4.1), tidyr (>= 1.2.0),\ntidyselect (>= 1.0.0), tmap (>= 2.0), vctrs, wk (>= 0.9.0)", - "LinkingTo": "Rcpp", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "Config/testthat/edition": "2", - "Config/needs/coverage": "XML", - "SystemRequirements": "GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>= 4.8.0),\nsqlite3", - "Collate": "'RcppExports.R' 'init.R' 'import-standalone-s3-register.R'\n'crs.R' 'bbox.R' 'read.R' 'db.R' 'sfc.R' 'sfg.R' 'sf.R'\n'bind.R' 'wkb.R' 'wkt.R' 'plot.R' 'geom-measures.R'\n'geom-predicates.R' 'geom-transformers.R' 'transform.R'\n'proj.R' 'sp.R' 'grid.R' 'arith.R' 'tidyverse.R'\n'tidyverse-vctrs.R' 'cast_sfg.R' 'cast_sfc.R' 'graticule.R'\n'datasets.R' 'aggregate.R' 'agr.R' 'maps.R' 'join.R' 'sample.R'\n'valid.R' 'collection_extract.R' 'jitter.R' 'sgbp.R'\n'spatstat.R' 'stars.R' 'crop.R' 'gdal_utils.R' 'nearest.R'\n'normalize.R' 'sf-package.R' 'defunct.R' 'z_range.R'\n'm_range.R' 'shift_longitude.R' 'make_grid.R' 's2.R' 'terra.R'\n'geos-overlayng.R' 'break_antimeridian.R'", - "Config/roxygen2/version": "8.0.0", - "NeedsCompilation": "yes", - "Packaged": "2026-05-05 13:13:39 UTC; edzer", - "Author": "Edzer Pebesma [aut, cre] (ORCID:\n ),\n Roger Bivand [ctb] (ORCID: ),\n Etienne Racine [ctb],\n Michael Sumner [ctb],\n Ian Cook [ctb],\n Tim Keitt [ctb],\n Robin Lovelace [ctb],\n Hadley Wickham [ctb],\n Jeroen Ooms [ctb] (ORCID: ),\n Kirill Müller [ctb],\n Thomas Lin Pedersen [ctb],\n Dan Baston [ctb],\n Dewey Dunnington [ctb] (ORCID: ),\n Alexandre Courtiol [ctb] (ORCID:\n )", - "Maintainer": "Edzer Pebesma ", - "Repository": "RSPM", - "Date/Publication": "2026-05-06 11:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-05-08 20:51:05 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_28" - } - }, - "shiny": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "shiny", - "Title": "Web Application Framework for R", - "Version": "1.13.0", - "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": "MIT + file LICENSE", - "URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny", - "BugReports": "https://github.com/rstudio/shiny/issues", - "Depends": "methods, R (>= 3.1.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": "2026-02-19 20:25:10 UTC; cpsievert", - "Author": "Winston Chang [aut] (ORCID: ),\n Joe Cheng [aut],\n JJ Allaire [aut],\n Carson Sievert [aut, cre] (ORCID:\n ),\n Barret Schloerke [aut] (ORCID: ),\n Garrick Aden-Buie [aut] (ORCID:\n ),\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: ),\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 ", - "Repository": "RSPM", - "Date/Publication": "2026-02-20 09:00:03 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:35:37 UTC; unix" - } - }, - "shinyWidgets": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "shinyWidgets", - "Title": "Custom Inputs Widgets for Shiny", - "Version": "0.9.1", - "Authors@R": "c(\n person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")),\n person(\"Fanny\", \"Meyer\", role = \"aut\"),\n person(\"David\", \"Granjon\", role = \"aut\"),\n person(\"Ian\", \"Fellows\", role = \"ctb\", comment = \"Methods for mutating vertical tabs & updateMultiInput\"),\n person(\"Wil\", \"Davis\", role = \"ctb\", comment = \"numericRangeInput function\"),\n person(\"Spencer\", \"Matthews\", role = \"ctb\", comment = \"autoNumeric methods\"),\n person(family = \"JavaScript and CSS libraries authors\", role = c(\"ctb\", \"cph\"), comment = \"All authors are listed in LICENSE.md\")\n )", - "Description": "Collection of custom input controls and user interface components for 'Shiny' applications. \n Give your applications a unique and colorful style !", - "URL": "https://github.com/dreamRs/shinyWidgets,\nhttps://dreamrs.github.io/shinyWidgets/", - "BugReports": "https://github.com/dreamRs/shinyWidgets/issues", - "License": "GPL-3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.3", - "Depends": "R (>= 3.1.0)", - "Imports": "bslib, sass, shiny (>= 1.6.0), htmltools (>= 0.5.1), jsonlite,\ngrDevices, rlang", - "Suggests": "testthat, covr, ggplot2, DT, scales, shinydashboard,\nshinydashboardPlus", - "NeedsCompilation": "no", - "Packaged": "2026-03-06 05:06:15 UTC; perri", - "Author": "Victor Perrier [aut, cre, cph],\n Fanny Meyer [aut],\n David Granjon [aut],\n Ian Fellows [ctb] (Methods for mutating vertical tabs &\n updateMultiInput),\n Wil Davis [ctb] (numericRangeInput function),\n Spencer Matthews [ctb] (autoNumeric methods),\n JavaScript and CSS libraries authors [ctb, cph] (All authors are listed\n in LICENSE.md)", - "Maintainer": "Victor Perrier ", - "Repository": "RSPM", - "Date/Publication": "2026-03-09 08:30:02 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:25:10 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "shinyWidgets", - "RemoteRef": "shinyWidgets", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.9.1" - } - }, - "shinycssloaders": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "shinycssloaders", - "Title": "Add Loading Animations to a 'shiny' Output While It's\nRecalculating", - "Version": "1.1.0", - "Authors@R": "c(\n person(\"Dean\",\"Attali\",email=\"daattali@gmail.com\",role=c(\"aut\",\"cre\"),\n comment = c(\"Maintainer/developer of shinycssloaders since 2019\", ORCID=\"0000-0002-5645-3493\")),\n person(\"Andras\",\"Sali\",email=\"andras.sali@alphacruncher.hu\",role=c(\"aut\"),comment=\"Original creator of shinycssloaders package\"),\n person(\"Luke\",\"Hass\",role=c(\"ctb\",\"cph\"),comment=\"Author of included CSS loader code\")\n )", - "Description": "When a 'Shiny' output (such as a plot, table, map, etc.) is recalculating, it remains \n visible but gets greyed out. Using 'shinycssloaders', you can add a loading animation (\"spinner\")\n to outputs instead. By wrapping a 'Shiny' output in 'withSpinner()', a spinner will automatically\n appear while the output is recalculating. You can also manually show and hide the spinner, or add\n a full-page spinner to cover the entire page.\n See the demo online at .", - "License": "MIT + file LICENSE", - "URL": "https://github.com/daattali/shinycssloaders,\nhttps://daattali.com/shiny/shinycssloaders-demo/", - "BugReports": "https://github.com/daattali/shinycssloaders/issues", - "Depends": "R (>= 3.1)", - "Imports": "digest, glue, grDevices, htmltools (>= 0.3.5), shiny", - "Suggests": "knitr, shinydisconnect, shinyjs", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2024-07-30 18:52:48 UTC; Dean", - "Author": "Dean Attali [aut, cre] (Maintainer/developer of shinycssloaders since\n 2019, ),\n Andras Sali [aut] (Original creator of shinycssloaders package),\n Luke Hass [ctb, cph] (Author of included CSS loader code)", - "Maintainer": "Dean Attali ", - "Repository": "RSPM", - "Date/Publication": "2024-07-30 22:30:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:39:03 UTC; unix" - } - }, - "shinyjs": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "shinyjs", - "Title": "Easily Improve the User Experience of Your Shiny Apps in Seconds", - "Version": "2.1.1", - "Authors@R": "person(\"Dean\", \"Attali\", \n email = \"daattali@gmail.com\",\n role = c(\"aut\", \"cre\"),\n comment= c(ORCID=\"0000-0002-5645-3493\"))", - "Description": "Perform common useful JavaScript operations in Shiny apps that will\n greatly improve your apps without having to know any JavaScript. Examples\n include: hiding an element, disabling an input, resetting an input back to\n its original value, delaying code execution by a few seconds, and many more\n useful functions for both the end user and the developer. 'shinyjs' can also\n be used to easily call your own custom JavaScript functions from R.", - "URL": "https://deanattali.com/shinyjs/", - "BugReports": "https://github.com/daattali/shinyjs/issues", - "Depends": "R (>= 3.1.0)", - "Imports": "digest (>= 0.6.8), jsonlite, shiny (>= 1.0.0)", - "Suggests": "htmltools (>= 0.2.9), knitr (>= 1.7), rmarkdown, shinyAce,\nshinydisconnect, testthat (>= 0.9.1)", - "License": "MIT + file LICENSE", - "VignetteBuilder": "knitr", - "RoxygenNote": "7.3.3", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2026-01-14 23:37:28 UTC; Dean", - "Author": "Dean Attali [aut, cre] (ORCID: )", - "Maintainer": "Dean Attali ", - "Repository": "RSPM", - "Date/Publication": "2026-01-15 06:10:08 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:24:43 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "shinyjs", - "RemoteRef": "shinyjs", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "2.1.1" - } - }, - "snakecase": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "snakecase", - "Version": "0.11.1", - "Date": "2023-08-27", - "Title": "Convert Strings into any Case", - "Description": "A consistent, flexible and easy to use tool to parse and convert strings into cases like snake or camel among others.", - "Authors@R": "c(\n person(\"Malte\", \"Grosser\", , \"malte.grosser@gmail.com\", role = c(\"aut\", \"cre\")))", - "Maintainer": "Malte Grosser ", - "Depends": "R (>= 3.2)", - "Imports": "stringr, stringi", - "Suggests": "testthat, covr, tibble, purrrlyr, knitr, rmarkdown, magrittr", - "URL": "https://github.com/Tazinho/snakecase", - "BugReports": "https://github.com/Tazinho/snakecase/issues", - "Encoding": "UTF-8", - "License": "GPL-3", - "RoxygenNote": "6.1.1", - "VignetteBuilder": "knitr", - "NeedsCompilation": "no", - "Packaged": "2023-08-27 20:30:20 UTC; malte", - "Author": "Malte Grosser [aut, cre]", - "Repository": "RSPM", - "Date/Publication": "2023-08-27 22:50:09 UTC", - "Built": "R 4.6.0; ; 2026-04-25 16:12:28 UTC; unix" - } - }, - "sourcetools": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "sourcetools", - "Type": "Package", - "Title": "Tools for Reading, Tokenizing and Parsing R Code", - "Version": "0.1.7-2", - "Authors@R": "person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevinushey@gmail.com\")", - "Maintainer": "Kevin Ushey ", - "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": "2026-03-27 21:33:04 UTC; kevin", - "Author": "Kevin Ushey [aut, cre]", - "Repository": "RSPM", - "Date/Publication": "2026-03-28 06:10:35 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:46 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "sp": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "sp", - "Version": "2.2-1", - "Title": "Classes and Methods for Spatial Data", - "Authors@R": "c(person(\"Edzer\", \"Pebesma\", role = c(\"aut\", \"cre\"),\n\t\t\t\temail = \"edzer.pebesma@uni-muenster.de\"),\n\t\t\tperson(\"Roger\", \"Bivand\", role = \"aut\",\n \temail = \"Roger.Bivand@nhh.no\"),\n\t\t\tperson(\"Barry\", \"Rowlingson\", role = \"ctb\"),\n\t\t\tperson(\"Virgilio\", \"Gomez-Rubio\", role = \"ctb\"),\n\t\t\tperson(\"Robert\", \"Hijmans\", role = \"ctb\"),\n\t\t\tperson(\"Michael\", \"Sumner\", role = \"ctb\"),\n\t\t\tperson(\"Don\", \"MacQueen\", role = \"ctb\"),\n\t\t\tperson(\"Jim\", \"Lemon\", role = \"ctb\"),\n person(\"Finn\", \"Lindgren\", role = \"ctb\"),\n\t\t\tperson(\"Josh\", \"O'Brien\", role = \"ctb\"),\n\t\t\tperson(\"Joseph\", \"O'Rourke\", role = \"ctb\"),\n person(\"Patrick\", \"Hausmann\", role = \"ctb\"),\n person(\"Sebastian\", \"Meyer\", role = \"ctb\"))", - "Depends": "R (>= 3.5.0), methods", - "Imports": "utils, stats, graphics, grDevices, lattice, grid", - "Suggests": "RColorBrewer, gstat, deldir, knitr, maps, mapview, rmarkdown,\nsf, terra, raster", - "Description": "Classes and methods for spatial\n data; the classes document where the spatial location information\n resides, for 2D or 3D data. Utility functions are provided, e.g. for\n plotting data as maps, spatial selection, as well as methods for\n retrieving coordinates, for subsetting, print, summary, etc. From this\n version, 'rgdal', 'maptools', and 'rgeos' are no longer used at all,\n see for details.", - "License": "GPL (>= 2)", - "URL": "https://github.com/edzer/sp/ https://edzer.github.io/sp/", - "BugReports": "https://github.com/edzer/sp/issues", - "Collate": "bpy.colors.R AAA.R Class-CRS.R CRS-methods.R Class-Spatial.R\nSpatial-methods.R projected.R Class-SpatialPoints.R\nSpatialPoints-methods.R Class-SpatialPointsDataFrame.R\nSpatialPointsDataFrame-methods.R Class-SpatialMultiPoints.R\nSpatialMultiPoints-methods.R\nClass-SpatialMultiPointsDataFrame.R\nSpatialMultiPointsDataFrame-methods.R Class-GridTopology.R\nClass-SpatialGrid.R Class-SpatialGridDataFrame.R\nClass-SpatialLines.R SpatialLines-methods.R\nClass-SpatialLinesDataFrame.R SpatialLinesDataFrame-methods.R\nClass-SpatialPolygons.R Class-SpatialPolygonsDataFrame.R\nSpatialPolygons-methods.R SpatialPolygonsDataFrame-methods.R\nGridTopology-methods.R SpatialGrid-methods.R\nSpatialGridDataFrame-methods.R SpatialPolygons-internals.R\npoint.in.polygon.R SpatialPolygons-displayMethods.R zerodist.R\nimage.R stack.R bubble.R mapasp.R select.spatial.R gridded.R\nasciigrid.R spplot.R over.R spsample.R recenter.R dms.R\ngridlines.R spdists.R rbind.R flipSGDF.R chfids.R loadmeuse.R\ncompassRose.R surfaceArea.R spOptions.R subset.R disaggregate.R\nsp_spat1.R merge.R aggregate.R elide.R sp2Mondrian.R", - "VignetteBuilder": "knitr", - "NeedsCompilation": "yes", - "Packaged": "2026-02-12 22:13:59 UTC; edzer", - "Author": "Edzer Pebesma [aut, cre],\n Roger Bivand [aut],\n Barry Rowlingson [ctb],\n Virgilio Gomez-Rubio [ctb],\n Robert Hijmans [ctb],\n Michael Sumner [ctb],\n Don MacQueen [ctb],\n Jim Lemon [ctb],\n Finn Lindgren [ctb],\n Josh O'Brien [ctb],\n Joseph O'Rourke [ctb],\n Patrick Hausmann [ctb],\n Sebastian Meyer [ctb]", - "Maintainer": "Edzer Pebesma ", - "Repository": "RSPM", - "Date/Publication": "2026-02-13 10:30:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-05-09 04:48:14 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5", - "RemoteType": "standard", - "RemotePkgRef": "sp", - "RemoteRef": "sp", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "2.2-1" - } - }, - "stringi": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "stringi", - "Version": "1.8.7", - "Date": "2025-03-27", - "Title": "Fast and Portable Character String Processing Facilities", - "Description": "A collection of character string/text/natural language\n processing tools for pattern searching (e.g., with 'Java'-like regular\n expressions or the 'Unicode' collation algorithm), random string generation,\n case mapping, string transliteration, concatenation, sorting, padding,\n wrapping, Unicode normalisation, date-time formatting and parsing,\n and many more. They are fast, consistent, convenient, and -\n thanks to 'ICU' (International Components for Unicode) -\n portable across all locales and platforms. Documentation about 'stringi' is\n provided via its website at and\n the paper by Gagolewski (2022, ).", - "URL": "https://stringi.gagolewski.com/,\nhttps://github.com/gagolews/stringi, https://icu.unicode.org/", - "BugReports": "https://github.com/gagolews/stringi/issues", - "SystemRequirements": "ICU4C (>= 61, optional)", - "Type": "Package", - "Depends": "R (>= 3.4)", - "Imports": "tools, utils, stats", - "Biarch": "TRUE", - "License": "file LICENSE", - "Authors@R": "c(person(given = \"Marek\",\n family = \"Gagolewski\",\n role = c(\"aut\", \"cre\", \"cph\"),\n email = \"marek@gagolewski.com\",\n comment = c(ORCID = \"0000-0003-0637-6028\")),\n person(given = \"Bartek\",\n family = \"Tartanus\",\n role = \"ctb\"),\n person(\"Unicode, Inc. and others\", role=\"ctb\",\n comment = \"ICU4C source code, Unicode Character Database\")\n )", - "RoxygenNote": "7.3.2", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2025-03-27 10:27:19 UTC; gagolews", - "Author": "Marek Gagolewski [aut, cre, cph]\n (),\n Bartek Tartanus [ctb],\n Unicode, Inc. and others [ctb] (ICU4C source code, Unicode Character\n Database)", - "Maintainer": "Marek Gagolewski ", - "License_is_FOSS": "yes", - "Repository": "RSPM", - "Date/Publication": "2025-03-27 13:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:27:01 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_27" - } - }, - "stringr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "stringr", - "Title": "Simple, Consistent Wrappers for Common String Operations", - "Version": "1.6.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A consistent, simple and easy to use set of wrappers around\n the fantastic 'stringi' package. All function and argument names (and\n positions) are consistent, all functions deal with \"NA\"'s and zero\n length vectors in the same way, and the output from one function is\n easy to feed into the input of another.", - "License": "MIT + file LICENSE", - "URL": "https://stringr.tidyverse.org,\nhttps://github.com/tidyverse/stringr", - "BugReports": "https://github.com/tidyverse/stringr/issues", - "Depends": "R (>= 4.1.0)", - "Imports": "cli, glue (>= 1.6.1), lifecycle (>= 1.0.3), magrittr, rlang\n(>= 1.0.0), stringi (>= 1.5.3), vctrs (>= 0.4.0)", - "Suggests": "covr, dplyr, gt, htmltools, htmlwidgets, knitr, rmarkdown,\ntestthat (>= 3.0.0), tibble", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/potools/style": "explicit", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2025-11-03 22:09:58 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre, cph],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2025-11-04 14:00:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:33:34 UTC; unix" - } - }, - "sys": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "sys", - "Type": "Package", - "Title": "Powerful and Reliable Tools for Running System Commands in R", - "Version": "3.4.3", - "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \n email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"ctb\"))", - "Description": "Drop-in replacements for the base system2() function with fine control\n and consistent behavior across platforms. Supports clean interruption, timeout, \n background tasks, and streaming STDIN / STDOUT / STDERR over binary or text \n connections. Arguments on Windows automatically get encoded and quoted to work \n on different locales.", - "License": "MIT + file LICENSE", - "URL": "https://jeroen.r-universe.dev/sys", - "BugReports": "https://github.com/jeroen/sys/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.1", - "Suggests": "unix (>= 1.4), spelling, testthat", - "Language": "en-US", - "NeedsCompilation": "yes", - "Packaged": "2024-10-03 14:13:17 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\n Gábor Csárdi [ctb]", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2024-10-04 09:40:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:22 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "terra": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "terra", - "Type": "Package", - "Title": "Spatial Data Analysis", - "Version": "1.9-27", - "Date": "2026-05-09", - "Depends": "R (>= 3.5.0), methods", - "Suggests": "parallel, tinytest, ncdf4, sf (>= 0.9-8), deldir, XML,\nleaflet (>= 2.2.1), htmlwidgets, future, future.apply", - "LinkingTo": "Rcpp", - "Imports": "Rcpp (>= 1.0-10)", - "SystemRequirements": "C++17, GDAL (>= 2.2.3), GEOS (>= 3.4.0), PROJ (>=\n4.9.3), TBB, sqlite3", - "Encoding": "UTF-8", - "Language": "en-US", - "Maintainer": "Robert J. Hijmans ", - "Description": "Methods for spatial data analysis with vector (points, lines, polygons) and raster (grid) data. Methods for vector data include geometric operations such as intersect and buffer. Raster methods include local, focal, global, zonal and geometric operations. The predict and interpolate methods facilitate the use of regression type (interpolation, machine learning) models for spatial prediction, including with satellite remote sensing data. Processing of very large files is supported. See the manual and tutorials on to get started.", - "License": "GPL (>= 3)", - "URL": "https://rspatial.org/, https://rspatial.github.io/terra/", - "BugReports": "https://github.com/rspatial/terra/issues", - "LazyLoad": "yes", - "Authors@R": "c(\n\tperson(\"Robert J.\", \"Hijmans\", role=c(\"cre\", \"aut\"), \n\t\t\temail=\"r.hijmans@gmail.com\", comment=c(ORCID=\"0000-0001-5872-2872\")),\t\t\t\n person(\"Andrew\", \"Brown\", role=\"aut\", comment=c(ORCID=\"0000-0002-4565-533X\")),\n person(\"Márcia\", \"Barbosa\", role=\"aut\", comment=c(ORCID=\"0000-0001-8972-7713\")),\n person(\"Krzysztof\", \"Dyba\", role=\"ctb\", comment=c(ORCID=\"0000-0002-8614-3816\")),\n person(\"Roger\", \"Bivand\", role=\"ctb\", comment=c(ORCID=\"0000-0003-2392-6140\")),\n person(\"Michael\", \"Chirico\", role=\"ctb\", comment=c(ORCID=\"0000-0003-0787-087X\")),\n person(\"Emanuele\", \"Cordano\", role=\"ctb\",comment=c(ORCID=\"0000-0002-3508-5898\")),\n person(\"Edzer\", \"Pebesma\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8049-7069\")),\n person(\"Barry\", \"Rowlingson\", role=\"ctb\", comment=c(ORCID=\"0000-0002-8586-6625\")),\n person(\"Michael D.\", \"Sumner\", role=\"ctb\", comment=c(ORCID=\"0000-0002-2471-7511\")))", - "NeedsCompilation": "yes", - "Packaged": "2026-05-09 12:25:47 UTC; rhijm", - "Author": "Robert J. Hijmans [cre, aut] (ORCID:\n ),\n Andrew Brown [aut] (ORCID: ),\n Márcia Barbosa [aut] (ORCID: ),\n Krzysztof Dyba [ctb] (ORCID: ),\n Roger Bivand [ctb] (ORCID: ),\n Michael Chirico [ctb] (ORCID: ),\n Emanuele Cordano [ctb] (ORCID: ),\n Edzer Pebesma [ctb] (ORCID: ),\n Barry Rowlingson [ctb] (ORCID: ),\n Michael D. Sumner [ctb] (ORCID:\n )", - "Repository": "RSPM", - "Date/Publication": "2026-05-10 05:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-05-12 11:37:50 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "terra", - "RemoteRef": "terra", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "1.9-27" - } - }, - "tibble": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "tibble", - "Title": "Simple Data Frames", - "Version": "3.3.1", - "Authors@R": "c(\n person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"Romain\", \"Francois\", , \"romain@r-enthusiasts.com\", role = \"ctb\"),\n person(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\n comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter\n checking and better formatting than the traditional data frame.", - "License": "MIT + file LICENSE", - "URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble", - "BugReports": "https://github.com/tidyverse/tibble/issues", - "Depends": "R (>= 3.4.0)", - "Imports": "cli, lifecycle (>= 1.0.0), magrittr, methods, pillar (>=\n1.8.1), pkgconfig, rlang (>= 1.0.2), utils, vctrs (>= 0.5.0)", - "Suggests": "bench, bit64, blob, brio, callr, DiagrammeR, dplyr, evaluate,\nformattable, ggplot2, here, hms, htmltools, knitr, lubridate,\nnycflights13, pkgload, purrr, rmarkdown, stringi, testthat (>=\n3.0.2), tidyr, withr", - "VignetteBuilder": "knitr", - "Config/autostyle/rmd": "false", - "Config/autostyle/scope": "line_breaks", - "Config/autostyle/strict": "true", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "vignette-formats, as_tibble, add,\ninvariants", - "Config/usethis/last-upkeep": "2025-06-07", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3.9000", - "NeedsCompilation": "yes", - "Packaged": "2026-01-10 18:28:47 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (ORCID:\n ),\n Hadley Wickham [aut],\n Romain Francois [ctb],\n Jennifer Bryan [ctb],\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2026-01-11 10:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:28:27 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "tidyr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "tidyr", - "Title": "Tidy Messy Data", - "Version": "1.3.2", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"),\n person(\"Maximilian\", \"Girlich\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Tools to help to create tidy data, where each column is a\n variable, each row is an observation, and each cell contains a single\n value. 'tidyr' contains tools for changing the shape (pivoting) and\n hierarchy (nesting and 'unnesting') of a dataset, turning deeply\n nested lists into rectangular data frames ('rectangling'), and\n extracting values out of string columns. It also includes tools for\n working with missing values (both implicit and explicit).", - "License": "MIT + file LICENSE", - "URL": "https://tidyr.tidyverse.org, https://github.com/tidyverse/tidyr", - "BugReports": "https://github.com/tidyverse/tidyr/issues", - "Depends": "R (>= 4.1.0)", - "Imports": "cli (>= 3.4.1), dplyr (>= 1.1.0), glue, lifecycle (>= 1.0.3),\nmagrittr, purrr (>= 1.0.1), rlang (>= 1.1.1), stringr (>=\n1.5.0), tibble (>= 2.1.1), tidyselect (>= 1.2.1), utils, vctrs\n(>= 0.5.2)", - "Suggests": "covr, data.table, knitr, readr, repurrrsive (>= 1.1.0),\nrmarkdown, testthat (>= 3.0.0)", - "LinkingTo": "cpp11 (>= 0.4.0)", - "VignetteBuilder": "knitr", - "Config/build/compilation-database": "true", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2025-12-17 23:35:11 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Davis Vaughan [aut],\n Maximilian Girlich [aut],\n Kevin Ushey [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2025-12-19 09:20:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:34:31 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "tidyselect": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "tidyselect", - "Title": "Select from a Set of Strings", - "Version": "1.2.1", - "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A backend for the selecting functions of the 'tidyverse'. It\n makes it easy to implement select-like functions in your own packages\n in a way that is consistent with other 'tidyverse' interfaces for\n selection.", - "License": "MIT + file LICENSE", - "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", - "BugReports": "https://github.com/r-lib/tidyselect/issues", - "Depends": "R (>= 3.4)", - "Imports": "cli (>= 3.3.0), glue (>= 1.3.0), lifecycle (>= 1.0.3), rlang\n(>= 1.0.4), vctrs (>= 0.5.2), withr", - "Suggests": "covr, crayon, dplyr, knitr, magrittr, rmarkdown, stringr,\ntestthat (>= 3.1.1), tibble (>= 2.1.3)", - "VignetteBuilder": "knitr", - "ByteCompile": "true", - "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.0.9000", - "NeedsCompilation": "yes", - "Packaged": "2024-03-11 11:46:04 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2024-03-11 14:10:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:28:03 UTC; unix" - } - }, - "tinytex": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "tinytex", - "Type": "Package", - "Title": "Helper Functions to Install and Maintain TeX Live, and Compile\nLaTeX Documents", - "Version": "0.59", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")),\n person(\"Ethan\", \"Heinzen\", role = \"ctb\"),\n person(\"Fernando\", \"Cagua\", role = \"ctb\"),\n person()\n )", - "Description": "Helper functions to install and maintain the 'LaTeX' distribution\n named 'TinyTeX' (), a lightweight, cross-platform,\n portable, and easy-to-maintain version of 'TeX Live'. This package also\n contains helper functions to compile 'LaTeX' documents, and install missing\n 'LaTeX' packages automatically.", - "Imports": "xfun (>= 0.48)", - "Suggests": "testit, rstudioapi", - "License": "MIT + file LICENSE", - "URL": "https://github.com/rstudio/tinytex", - "BugReports": "https://github.com/rstudio/tinytex/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2026-03-27 22:21:20 UTC; yihui", - "Author": "Yihui Xie [aut, cre, cph] (ORCID:\n ),\n Posit Software, PBC [cph, fnd],\n Christophe Dervieux [ctb] (ORCID:\n ),\n Devon Ryan [ctb] (ORCID: ),\n Ethan Heinzen [ctb],\n Fernando Cagua [ctb]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2026-03-28 06:10:10 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:49 UTC; unix" - } - }, - "tzdb": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "tzdb", - "Title": "Time Zone Database Information", - "Version": "0.5.0", - "Authors@R": "c(\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Howard\", \"Hinnant\", role = \"cph\",\n comment = \"Author of the included date library\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides an up-to-date copy of the Internet Assigned Numbers\n Authority (IANA) Time Zone Database. It is updated periodically to\n reflect changes made by political bodies to time zone boundaries, UTC\n offsets, and daylight saving time rules. Additionally, this package\n provides a C++ interface for working with the 'date' library. 'date'\n provides comprehensive support for working with dates and date-times,\n which this package exposes to make it easier for other R packages to\n utilize. Headers are provided for calendar specific calculations,\n along with a limited interface for time zone manipulations.", - "License": "MIT + file LICENSE", - "URL": "https://tzdb.r-lib.org, https://github.com/r-lib/tzdb", - "BugReports": "https://github.com/r-lib/tzdb/issues", - "Depends": "R (>= 4.0.0)", - "Suggests": "covr, testthat (>= 3.0.0)", - "LinkingTo": "cpp11 (>= 0.5.2)", - "Biarch": "yes", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "yes", - "Packaged": "2025-03-14 18:41:13 UTC; davis", - "Author": "Davis Vaughan [aut, cre],\n Howard Hinnant [cph] (Author of the included date library),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", - "Date/Publication": "2025-03-15 22:50:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:50 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "units": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "units", - "Version": "1.0-1", - "Title": "Measurement Units for R Vectors", - "Authors@R": "c(person(\"Edzer\", \"Pebesma\", role = c(\"aut\", \"cre\"), email = \"edzer.pebesma@uni-muenster.de\", comment = c(ORCID = \"0000-0001-8049-7069\")),\n person(\"Thomas\", \"Mailund\", role = \"aut\", email = \"mailund@birc.au.dk\"),\n person(\"Tomasz\", \"Kalinowski\", role = \"aut\"),\n person(\"James\", \"Hiebert\", role = \"ctb\"),\n person(\"Iñaki\", \"Ucar\", role = \"aut\", email = \"iucar@fedoraproject.org\", comment = c(ORCID = \"0000-0001-6403-5550\")),\n person(\"Thomas Lin\", \"Pedersen\", role = \"ctb\")\n )", - "Depends": "R (>= 3.5.0)", - "Imports": "Rcpp", - "LinkingTo": "Rcpp (>= 1.1.0)", - "Suggests": "NISTunits, measurements, xml2, magrittr, pillar (>= 1.3.0),\ndplyr (>= 1.0.0), vctrs (>= 0.3.1), ggplot2 (> 3.2.1), testthat\n(>= 3.0.0), vdiffr, knitr, rvest, rmarkdown", - "VignetteBuilder": "knitr", - "Description": "Support for measurement units in R vectors, matrices\n and arrays: automatic propagation, conversion, derivation\n and simplification of units; raising errors in case of unit\n incompatibility. Compatible with the POSIXct, Date and difftime \n classes. Uses the UNIDATA udunits library and unit database for \n unit compatibility checking and conversion.\n Documentation about 'units' is provided in the paper by Pebesma, Mailund &\n Hiebert (2016, ), included in this package as a\n vignette; see 'citation(\"units\")' for details.", - "SystemRequirements": "udunits-2", - "License": "GPL-2", - "URL": "https://r-quantities.github.io/units/,\nhttps://github.com/r-quantities/units", - "BugReports": "https://github.com/r-quantities/units/issues", - "RoxygenNote": "7.3.3", - "Encoding": "UTF-8", - "Config/testthat/edition": "3", - "NeedsCompilation": "yes", - "Packaged": "2026-03-09 14:34:42 UTC; edzer", - "Author": "Edzer Pebesma [aut, cre] (ORCID:\n ),\n Thomas Mailund [aut],\n Tomasz Kalinowski [aut],\n James Hiebert [ctb],\n Iñaki Ucar [aut] (ORCID: ),\n Thomas Lin Pedersen [ctb]", - "Maintainer": "Edzer Pebesma ", - "Repository": "RSPM", - "Date/Publication": "2026-03-11 11:20:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-25 14:52:34 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "utf8": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "utf8", - "Title": "Unicode Text Processing", - "Version": "1.2.6", - "Authors@R": "\n c(person(given = c(\"Patrick\", \"O.\"),\n family = \"Perry\",\n role = c(\"aut\", \"cph\")),\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = \"cre\",\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Unicode, Inc.\",\n role = c(\"cph\", \"dtc\"),\n comment = \"Unicode Character Database\"))", - "Description": "Process and print 'UTF-8' encoded international\n text (Unicode). Input, validate, normalize, encode, format, and\n display.", - "License": "Apache License (== 2.0) | file LICENSE", - "URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8", - "BugReports": "https://github.com/krlmlr/utf8/issues", - "Depends": "R (>= 2.10)", - "Suggests": "cli, covr, knitr, rlang, rmarkdown, testthat (>= 3.0.0),\nwithr", - "VignetteBuilder": "knitr, rmarkdown", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2.9000", - "NeedsCompilation": "yes", - "Packaged": "2025-06-08 18:28:11 UTC; kirill", - "Author": "Patrick O. Perry [aut, cph],\n Kirill Müller [cre] (ORCID: ),\n Unicode, Inc. [cph, dtc] (Unicode Character Database)", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2025-06-08 19:00:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:25 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "uuid": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "uuid", - "Version": "1.2-2", - "Title": "Tools for Generating and Handling of UUIDs", - "Author": "Simon Urbanek [aut, cre, cph] (https://urbanek.org, ORCID:\n ),\n Theodore Ts'o [aut, cph] (libuuid)", - "Maintainer": "Simon Urbanek ", - "Authors@R": "c(person(\"Simon\", \"Urbanek\", role=c(\"aut\",\"cre\",\"cph\"), email=\"Simon.Urbanek@r-project.org\", comment=c(\"https://urbanek.org\", ORCID=\"0000-0003-2297-1732\")), person(\"Theodore\",\"Ts'o\", email=\"tytso@thunk.org\", role=c(\"aut\",\"cph\"), comment=\"libuuid\"))", - "Depends": "R (>= 2.9.0)", - "Description": "Tools for generating and handling of UUIDs (Universally Unique Identifiers).", - "License": "MIT + file LICENSE", - "URL": "https://www.rforge.net/uuid", - "BugReports": "https://github.com/s-u/uuid/issues", - "NeedsCompilation": "yes", - "Packaged": "2026-01-23 00:09:28 UTC; rforge", - "Repository": "RSPM", - "Date/Publication": "2026-01-23 06:40:09 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:29 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_27" - } - }, - "vctrs": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "vctrs", - "Title": "Vector Helpers", - "Version": "0.7.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"data.table team\", role = \"cph\",\n comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Defines new notions of prototype and size that are used to\n provide tools for consistent and well-founded type-coercion and\n size-recycling, and are in turn connected to ideas of type- and\n size-stability useful for analysing function interfaces.", - "License": "MIT + file LICENSE", - "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", - "BugReports": "https://github.com/r-lib/vctrs/issues", - "Depends": "R (>= 4.0.0)", - "Imports": "cli (>= 3.4.0), glue, lifecycle (>= 1.0.3), rlang (>= 1.1.7)", - "Suggests": "bit64, covr, crayon, dplyr (>= 0.8.5), generics, knitr,\npillar (>= 1.4.4), pkgdown (>= 2.0.1), rmarkdown, testthat (>=\n3.0.0), tibble (>= 3.1.3), waldo (>= 0.2.0), withr, xml2,\nzeallot", - "VignetteBuilder": "knitr", - "Config/build/compilation-database": "true", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Encoding": "UTF-8", - "KeepSource": "true", - "Language": "en-GB", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "yes", - "Packaged": "2026-04-10 14:27:17 UTC; davis", - "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Davis Vaughan [aut, cre],\n data.table team [cph] (Radix sort based on data.table's forder() and\n their contribution to R's order()),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", - "Date/Publication": "2026-04-11 06:20:03 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:27:17 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "vipor": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "vipor", - "Type": "Package", - "Title": "Plot Categorical Data Using Quasirandom Noise and Density\nEstimates", - "Version": "0.4.7", - "Date": "2023-12-15", - "Author": "Scott Sherrill-Mix, Erik Clarke", - "Maintainer": "Scott Sherrill-Mix ", - "Description": "Generate a violin point plot, a combination of a violin/histogram\n plot and a scatter plot by offsetting points within a category based on their\n density using quasirandom noise.", - "License": "GPL (>= 2)", - "LazyData": "True", - "Depends": "R (>= 3.5.0)", - "Imports": "stats, graphics", - "Suggests": "testthat, beeswarm, lattice, ggplot2, beanplot, vioplot,\nggbeeswarm,", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-12-16 03:56:56 UTC; scott", - "Repository": "RSPM", - "Date/Publication": "2023-12-18 14:30:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-25 16:14:54 UTC; unix" - } - }, - "viridis": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "viridis", - "Type": "Package", - "Title": "Colorblind-Friendly Color Maps for R", - "Version": "0.6.5", - "Date": "2024-01-28", - "Authors@R": "c(\n person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\n person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\n person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\n person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n )", - "Maintainer": "Simon Garnier ", - "Description": "Color maps designed to improve graph readability for readers with \n common forms of color blindness and/or color vision deficiency. The color \n maps are also perceptually-uniform, both in regular form and also when \n converted to black-and-white for printing. This package also contains \n 'ggplot2' bindings for discrete and continuous color and fill scales. A lean\n version of the package called 'viridisLite' that does not include the \n 'ggplot2' bindings can be found at \n .", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "Depends": "R (>= 2.10), viridisLite (>= 0.4.0)", - "Imports": "ggplot2 (>= 1.0.1), gridExtra", - "Suggests": "hexbin (>= 1.27.0), scales, MASS, knitr, dichromat,\ncolorspace, httr, mapproj, vdiffr, svglite (>= 1.2.0),\ntestthat, covr, rmarkdown, maps, terra", - "LazyData": "true", - "VignetteBuilder": "knitr", - "URL": "https://sjmgarnier.github.io/viridis/,\nhttps://github.com/sjmgarnier/viridis/", - "BugReports": "https://github.com/sjmgarnier/viridis/issues", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "no", - "Packaged": "2024-01-28 16:20:23 UTC; simon", - "Author": "Simon Garnier [aut, cre],\n Noam Ross [ctb, cph],\n Bob Rudis [ctb, cph],\n Marco Sciaini [ctb, cph],\n Antônio Pedro Camargo [ctb, cph],\n Cédric Scherer [ctb, cph]", - "Repository": "RSPM", - "Date/Publication": "2024-01-29 10:10:02 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:43:48 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "viridis", - "RemoteRef": "viridis", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.6.5" - } - }, - "viridisLite": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "viridisLite", - "Type": "Package", - "Title": "Colorblind-Friendly Color Maps (Lite Version)", - "Version": "0.4.3", - "Date": "2026-02-03", - "Authors@R": "c(\n person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\n person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\n person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\n person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n )", - "Maintainer": "Simon Garnier ", - "Description": "Color maps designed to improve graph readability for readers with \n common forms of color blindness and/or color vision deficiency. The color \n maps are also perceptually-uniform, both in regular form and also when \n converted to black-and-white for printing. This is the 'lite' version of the \n 'viridis' package that also contains 'ggplot2' bindings for discrete and \n continuous color and fill scales and can be found at \n .", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "Depends": "R (>= 2.10)", - "Suggests": "hexbin (>= 1.27.0), ggplot2 (>= 1.0.1), testthat, covr", - "URL": "https://sjmgarnier.github.io/viridisLite/,\nhttps://github.com/sjmgarnier/viridisLite/", - "BugReports": "https://github.com/sjmgarnier/viridisLite/issues/", - "RoxygenNote": "7.3.3", - "NeedsCompilation": "no", - "Packaged": "2026-02-03 20:55:07 UTC; simon", - "Author": "Simon Garnier [aut, cre],\n Noam Ross [ctb, cph],\n Bob Rudis [ctb, cph],\n Marco Sciaini [ctb, cph],\n Antônio Pedro Camargo [ctb, cph],\n Cédric Scherer [ctb, cph]", - "Repository": "RSPM", - "Date/Publication": "2026-02-04 06:40:10 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:26 UTC; unix" - } - }, - "vroom": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "vroom", - "Title": "Read and Write Rectangular Text Data Quickly", - "Version": "1.7.1", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Shelby\", \"Bearrows\", role = \"ctb\"),\n person(\"https://github.com/mandreyel/\", role = \"cph\",\n comment = \"mio library\"),\n person(\"Jukka\", \"Jylänki\", role = \"cph\",\n comment = \"grisu3 implementation\"),\n person(\"Mikkel\", \"Jørgensen\", role = \"cph\",\n comment = \"grisu3 implementation\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\"))\n )", - "Description": "The goal of 'vroom' is to read and write data (like 'csv',\n 'tsv' and 'fwf') quickly. When reading it uses a quick initial\n indexing step, then reads the values lazily , so only the data you\n actually use needs to be read. The writer formats the data in\n parallel and writes to disk asynchronously from formatting.", - "License": "MIT + file LICENSE", - "URL": "https://vroom.tidyverse.org, https://github.com/tidyverse/vroom", - "BugReports": "https://github.com/tidyverse/vroom/issues", - "Depends": "R (>= 4.1)", - "Imports": "bit64, cli (>= 3.2.0), crayon, glue, hms, lifecycle (>=\n1.0.3), methods, rlang (>= 1.1.0), stats, tibble (>= 2.0.0),\ntidyselect, tzdb (>= 0.1.1), vctrs (>= 0.2.0), withr", - "Suggests": "archive, bench (>= 1.1.0), covr, curl, dplyr, forcats, fs,\nggplot2, knitr, patchwork, prettyunits, purrr, rmarkdown,\nrstudioapi, scales, spelling, testthat (>= 2.1.0), tidyr,\nutils, waldo, xml2", - "LinkingTo": "cpp11 (>= 0.2.0), progress (>= 1.2.3), tzdb (>= 0.1.1)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "nycflights13, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "false", - "Config/usethis/last-upkeep": "2025-11-25", - "Copyright": "file COPYRIGHTS", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.3", - "Config/build/compilation-database": "true", - "NeedsCompilation": "yes", - "Packaged": "2026-03-30 20:25:37 UTC; jenny", - "Author": "Jim Hester [aut] (ORCID: ),\n Hadley Wickham [aut] (ORCID: ),\n Jennifer Bryan [aut, cre] (ORCID:\n ),\n Shelby Bearrows [ctb],\n https://github.com/mandreyel/ [cph] (mio library),\n Jukka Jylänki [cph] (grisu3 implementation),\n Mikkel Jørgensen [cph] (grisu3 implementation),\n Posit Software, PBC [cph, fnd] (ROR: )", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2026-03-31 05:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:29:03 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_27" - } - }, - "waiter": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "waiter", - "Title": "Loading Screen for 'Shiny'", - "Version": "0.2.5.1", - "Date": "2022-01-02", - "Authors@R": "c(\n person(given = \"John\",\n family = \"Coene\",\n role = c(\"aut\", \"cre\"),\n email = \"jcoenep@gmail.com\"),\n person(given = \"Jinhwan\",\n family = \"Kim\",\n role = \"ctb\",\n email = 'hwanistic@gmail.com'),\n person(given = \"Victor\",\n family = \"Granda\",\n role = c(\"ctb\"),\n email = \"victorgrandagarcia@gmail.com\",\n comment = c(ORCID = \"0000-0002-0469-1991\")))", - "Description": "Full screen and partial loading screens for 'Shiny' with spinners, progress bars, and notifications.", - "License": "MIT + file LICENSE", - "URL": "https://waiter.john-coene.com/,\nhttps://github.com/JohnCoene/waiter", - "BugReports": "https://github.com/JohnCoene/waiter/issues", - "Encoding": "UTF-8", - "Imports": "R6, shiny, htmltools", - "RoxygenNote": "7.3.3", - "Suggests": "httr, knitr, packer, rmarkdown", - "VignetteBuilder": "knitr", - "NeedsCompilation": "no", - "Packaged": "2025-09-23 11:45:51 UTC; hornik", - "Author": "John Coene [aut, cre],\n Jinhwan Kim [ctb],\n Victor Granda [ctb] (ORCID: )", - "Maintainer": "John Coene ", - "Repository": "RSPM", - "Date/Publication": "2025-09-23 12:02:29 UTC", - "Built": "R 4.6.0; ; 2026-05-09 05:24:02 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "waiter", - "RemoteRef": "waiter", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.2.5.1" - } - }, - "withr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "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 ", - "Repository": "RSPM", - "Date/Publication": "2024-10-28 13:30:02 UTC", - "Built": "R 4.6.0; ; 2026-04-24 05:26:27 UTC; unix" - } - }, - "wk": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "wk", - "Title": "Lightweight Well-Known Geometry Parsing", - "Version": "0.9.5", - "Authors@R": "\n c(\n person(given = \"Dewey\",\n family = \"Dunnington\",\n role = c(\"aut\", \"cre\"),\n email = \"dewey@fishandwhistle.net\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(given = \"Edzer\",\n family = \"Pebesma\",\n role = c(\"aut\"),\n email = \"edzer.pebesma@uni-muenster.de\",\n comment = c(ORCID = \"0000-0001-8049-7069\")),\n person(given = \"Anthony\",\n family = \"North\",\n email = \"anthony.jl.north@gmail.com\",\n role = c(\"ctb\"))\n )", - "Maintainer": "Dewey Dunnington ", - "Description": "Provides a minimal R and C++ API for parsing\n well-known binary and well-known text representation of\n geometries to and from R-native formats.\n Well-known binary is compact\n and fast to parse; well-known text is human-readable\n and is useful for writing tests. These formats are\n useful in R only if the information they contain can be\n accessed in R, for which high-performance functions\n are provided here.", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "Suggests": "testthat (>= 3.0.0), vctrs (>= 0.3.0), sf, tibble, readr", - "URL": "https://paleolimbot.github.io/wk/,\nhttps://github.com/paleolimbot/wk", - "BugReports": "https://github.com/paleolimbot/wk/issues", - "Config/testthat/edition": "3", - "Depends": "R (>= 2.10)", - "LazyData": "true", - "NeedsCompilation": "yes", - "Packaged": "2025-12-18 03:40:52 UTC; deweydunnington", - "Author": "Dewey Dunnington [aut, cre] (ORCID:\n ),\n Edzer Pebesma [aut] (ORCID: ),\n Anthony North [ctb]", - "Repository": "RSPM", - "Date/Publication": "2025-12-18 06:10:16 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:27 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_24" - } - }, - "xfun": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "xfun", - "Type": "Package", - "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", - "Version": "0.57", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Daijiang\", \"Li\", role = \"ctb\"),\n person(\"Xianying\", \"Tan\", role = \"ctb\"),\n person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person()\n )", - "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.", - "Depends": "R (>= 3.2.0)", - "Imports": "grDevices, stats, tools", - "Suggests": "testit, parallel, codetools, methods, rstudioapi, tinytex (>=\n0.30), mime, litedown (>= 0.6), commonmark, knitr (>= 1.50),\nremotes, pak, curl, xml2, jsonlite, magick, yaml, data.table,\nqs2", - "License": "MIT + file LICENSE", - "URL": "https://github.com/yihui/xfun", - "BugReports": "https://github.com/yihui/xfun/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "VignetteBuilder": "litedown", - "NeedsCompilation": "yes", - "Packaged": "2026-03-19 17:27:02 UTC; yihui", - "Author": "Yihui Xie [aut, cre, cph] (ORCID:\n , URL: https://yihui.org),\n Wush Wu [ctb],\n Daijiang Li [ctb],\n Xianying Tan [ctb],\n Salim Brüggemann [ctb] (ORCID: ),\n Christophe Dervieux [ctb]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2026-03-20 16:50:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:30 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_5" - } - }, - "xml2": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "xml2", - "Title": "Parse XML", - "Version": "1.5.2", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Jeroen\", \"Ooms\", email = \"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Foundation\", role = \"ctb\",\n comment = \"Copy of R-project homepage cached as example\")\n )", - "Description": "Bindings to 'libxml2' for working with XML data using a simple, \n consistent interface based on 'XPath' expressions. Also supports XML schema\n validation; for 'XSLT' transformations see the 'xslt' package.", - "License": "MIT + file LICENSE", - "URL": "https://xml2.r-lib.org, https://r-lib.r-universe.dev/xml2", - "BugReports": "https://github.com/r-lib/xml2/issues", - "Depends": "R (>= 3.6.0)", - "Imports": "cli, methods, rlang (>= 1.1.0)", - "Suggests": "covr, curl, httr, knitr, mockery, rmarkdown, testthat (>=\n3.2.0), xslt", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "SystemRequirements": "libxml2: libxml2-dev (deb), libxml2-devel (rpm)", - "Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R'\n'classes.R' 'format.R' 'import-standalone-obj-type.R'\n'import-standalone-purrr.R' 'import-standalone-types-check.R'\n'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R'\n'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R'\n'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R'\n'xml_node.R' 'xml_nodeset.R' 'xml_path.R' 'xml_schema.R'\n'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R'\n'xml_url.R' 'xml_write.R' 'zzz.R'", - "Config/testthat/edition": "3", - "NeedsCompilation": "yes", - "Packaged": "2026-01-17 13:03:05 UTC; jeroen", - "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Jeroen Ooms [aut, cre],\n Posit Software, PBC [cph, fnd],\n R Foundation [ctb] (Copy of R-project homepage cached as example)", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2026-01-17 16:10:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:28:06 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_28" - } - }, - "xtable": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "xtable", - "Version": "1.8-8", - "Date": "2026-02-20", - "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 ", - "Imports": "stats, utils, methods", - "Suggests": "knitr, zoo, survival, glue, tinytex", - "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": "RSPM", - "NeedsCompilation": "no", - "Packaged": "2026-02-20 02:51:53 UTC; dsco0", - "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": "2026-02-22 11:20:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.6.0; ; 2026-04-24 05:26:30 UTC; unix" - } - }, - "yaml": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Type": "Package", - "Package": "yaml", - "Title": "Methods to Convert R Data to YAML and Back", - "Version": "2.3.12", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"cre\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Shawn\", \"Garbett\", , \"shawn.garbett@vumc.org\", role = \"ctb\",\n comment = c(ORCID = \"0000-0003-4079-5621\")),\n person(\"Jeremy\", \"Stephens\", role = c(\"aut\", \"ctb\")),\n person(\"Kirill\", \"Simonov\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", role = \"ctb\",\n comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Zhuoer\", \"Dong\", role = \"ctb\"),\n person(\"Jeffrey\", \"Horner\", role = \"ctb\"),\n person(\"reikoch\", role = \"ctb\"),\n person(\"Will\", \"Beasley\", role = \"ctb\",\n comment = c(ORCID = \"0000-0002-5613-5006\")),\n person(\"Brendan\", \"O'Connor\", role = \"ctb\"),\n person(\"Michael\", \"Quinn\", role = \"ctb\"),\n person(\"Charlie\", \"Gao\", role = \"ctb\"),\n person(c(\"Gregory\", \"R.\"), \"Warnes\", role = \"ctb\"),\n person(c(\"Zhian\", \"N.\"), \"Kamvar\", role = \"ctb\")\n )", - "Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter\n () for R.", - "License": "BSD_3_clause + file LICENSE", - "URL": "https://yaml.r-lib.org, https://github.com/r-lib/yaml/", - "BugReports": "https://github.com/r-lib/yaml/issues", - "Suggests": "knitr, rmarkdown, testthat (>= 3.0.0)", - "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.3", - "VignetteBuilder": "knitr", - "NeedsCompilation": "yes", - "Packaged": "2025-12-08 16:53:07 UTC; hadleywickham", - "Author": "Hadley Wickham [cre] (ORCID: ),\n Shawn Garbett [ctb] (ORCID: ),\n Jeremy Stephens [aut, ctb],\n Kirill Simonov [aut],\n Yihui Xie [ctb] (ORCID: ),\n Zhuoer Dong [ctb],\n Jeffrey Horner [ctb],\n reikoch [ctb],\n Will Beasley [ctb] (ORCID: ),\n Brendan O'Connor [ctb],\n Michael Quinn [ctb],\n Charlie Gao [ctb],\n Gregory R. Warnes [ctb],\n Zhian N. Kamvar [ctb]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2025-12-10 07:00:01 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:30 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "yyjsonr": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "yyjsonr", - "Type": "Package", - "Title": "Fast 'JSON', 'NDJSON' and 'GeoJSON' Parser and Generator", - "Version": "0.1.22", - "Authors@R": "c(\n person(\"Mike\", \"Cheng\", role = c(\"aut\", \"cre\", 'cph'), \n email = \"mikefc@coolbutuseless.com\"),\n person(\"Yao\", \"Yuan\", role = c(\"aut\", \"cph\"), email = \"ibireme@gmail.com\", \n comment=\"Author of bundled yyjson\"),\n person(\"Murat\", \"Tasan\", role = c(\"ctb\"), \n comment=\"'json_verbatim' handling\")\n )", - "Maintainer": "Mike Cheng ", - "Description": "A fast 'JSON' parser, generator and validator which converts 'JSON', \n 'NDJSON' (Newline Delimited 'JSON') and 'GeoJSON' (Geographic 'JSON') data \n to/from R objects. The standard R data types are \n supported (e.g. logical, numeric, integer) with configurable handling of NULL \n and NA values. Data frames, atomic vectors and lists are all supported as data \n containers translated to/from 'JSON'. 'GeoJSON' data is read in as\n 'simple features' objects.\n This implementation wraps the 'yyjson' 'C' library which \n is available from .", - "License": "MIT + file LICENSE", - "URL": "https://github.com/coolbutuseless/yyjsonr,\nhttps://coolbutuseless.github.io/package/yyjsonr/", - "BugReports": "https://github.com/coolbutuseless/yyjsonr/issues", - "Encoding": "UTF-8", - "Language": "en-AU", - "RoxygenNote": "7.3.3", - "Suggests": "bit64, knitr, rmarkdown, jsonlite, testthat (>= 3.0.0)", - "Config/testthat/edition": "3", - "VignetteBuilder": "knitr", - "Copyright": "The included 'yyjson' code is Copyright (c) 2020 YaoYuan.\nSee 'COPYRIGHTS' for LICENSE for included code.", - "Depends": "R (>= 4.1.0)", - "NeedsCompilation": "yes", - "Packaged": "2026-04-05 05:10:02 UTC; mike", - "Author": "Mike Cheng [aut, cre, cph],\n Yao Yuan [aut, cph] (Author of bundled yyjson),\n Murat Tasan [ctb] ('json_verbatim' handling)", - "Repository": "RSPM", - "Date/Publication": "2026-04-05 06:40:02 UTC", - "Built": "R 4.6.0; x86_64-pc-linux-gnu; 2026-04-24 05:26:30 UTC; unix", - "Platform": "x86_64-pc-linux-gnu-manylinux_2_17" - } - }, - "zeallot": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "description": { - "Package": "zeallot", - "Type": "Package", - "Title": "Multiple, Unpacking, and Destructuring Assignment", - "Version": "0.2.0", - "Authors@R": "c(\n person(\"Nathan\", \"Teetor\", email = \"nate@haufin.ch\",\n role = c(\"aut\", \"cre\")),\n person(\"Paul\", \"Teetor\",\n role = \"ctb\"))", - "Description": "Provides a %<-% operator to perform multiple,\n unpacking, and destructuring assignment in R. The\n operator unpacks the right-hand side of an assignment\n into multiple values and assigns these values to\n variables on the left-hand side of the assignment.", - "URL": "https://github.com/r-lib/zeallot", - "BugReports": "https://github.com/r-lib/zeallot/issues", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "VignetteBuilder": "knitr", - "Depends": "R (>= 3.2)", - "Suggests": "codetools, testthat, knitr, rmarkdown, purrr", - "NeedsCompilation": "no", - "Packaged": "2025-05-22 07:55:46 UTC; nteetor", - "Author": "Nathan Teetor [aut, cre],\n Paul Teetor [ctb]", - "Maintainer": "Nathan Teetor ", - "Repository": "RSPM", - "Date/Publication": "2025-05-27 10:00:02 UTC", - "Built": "R 4.6.0; ; 2026-05-09 04:59:40 UTC; unix", - "RemoteType": "standard", - "RemotePkgRef": "zeallot", - "RemoteRef": "zeallot", - "RemoteRepos": "https://packagemanager.posit.co/cran/latest/bin/linux/manylinux_2_28-x86_64/4.6", - "RemotePkgPlatform": "source", - "RemoteSha": "0.2.0" - } - } - }, - "files": {}, - "users": null -} \ No newline at end of file diff --git a/remove_files_from_manifest.js b/remove_files_from_manifest.js deleted file mode 100644 index 535b484..0000000 --- a/remove_files_from_manifest.js +++ /dev/null @@ -1,5 +0,0 @@ -const fs = require("fs"); -const m = JSON.parse(fs.readFileSync("manifest.json", { "encoding": "utf-8" })); -m["files"] = {} - -fs.writeFileSync("manifest.json", JSON.stringify(m, null, 2)); \ No newline at end of file diff --git a/update_manifest.js b/update_manifest.js deleted file mode 100644 index d98097a..0000000 --- a/update_manifest.js +++ /dev/null @@ -1,32 +0,0 @@ -const fs = require('fs'); -const crypto = require('crypto'); - -// update this list with any files that should be included in manifest -const files = [ - "DESCRIPTION", - "NAMESPACE", - "app.R", - fs.readdirSync("R", { recursive: true }).map(f => "R/" + f), - fs.readdirSync("inst", { recursive: true }).map(f => "inst/" + f) -] - .flat() - // keep files, ignore directories - .filter(f => !fs.lstatSync(f).isDirectory()) - // convert windows file paths to unix file paths - .map(f => f.replace(/\\/g, "/")); - -// returns the md5 checksum of a given file -function hashfile(file_path) { - const hash = crypto.createHash("md5"); - const file = fs.readFileSync(file_path); - - hash.update(file); - return { "checksum": hash.digest("hex") }; -} - -// load the current manifest.json file -const manifest = require("./manifest.json"); -// replace the entire list of files inside manifest -manifest["files"] = Object.assign({}, ...files.map(f => ({ [f]: hashfile(f) }))); -// write the updated manifest to disk -fs.writeFileSync("manifest.json", JSON.stringify(manifest, null, 2)); From 8c597a5d9cd5643e70415b317cf2daca5f87ee8b Mon Sep 17 00:00:00 2001 From: Tom Jemmett Date: Thu, 2 Jul 2026 11:09:14 +0100 Subject: [PATCH 3/6] renames environment used in sync data step --- .github/workflows/sync-data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-data.yaml b/.github/workflows/sync-data.yaml index 3301746..f0eea0c 100644 --- a/.github/workflows/sync-data.yaml +++ b/.github/workflows/sync-data.yaml @@ -41,7 +41,7 @@ jobs: sync-data: name: "Sync Data" runs-on: ubuntu-latest - environment: production + environment: sync-data steps: - name: Azure Login From 15e428ef6abba92d7c8238a99e2eb2cf012c8c11 Mon Sep 17 00:00:00 2001 From: Tom Jemmett Date: Thu, 2 Jul 2026 12:39:48 +0100 Subject: [PATCH 4/6] adds additional package to setup dependencies --- .github/workflows/connect-publish-manual.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/connect-publish-manual.yaml b/.github/workflows/connect-publish-manual.yaml index 4e59fa0..58e8426 100644 --- a/.github/workflows/connect-publish-manual.yaml +++ b/.github/workflows/connect-publish-manual.yaml @@ -45,6 +45,7 @@ jobs: any::rsconnect any::cpp11 any::fs + any::progress - name: Generate manifest run: Rscript dev/generate_manifest.R From 527c7b6c293eae585754f7f4628d5bda1c574043 Mon Sep 17 00:00:00 2001 From: Tom Jemmett Date: Thu, 2 Jul 2026 12:41:25 +0100 Subject: [PATCH 5/6] updates notes --- .github/workflows/sync-data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-data.yaml b/.github/workflows/sync-data.yaml index f0eea0c..ef8d812 100644 --- a/.github/workflows/sync-data.yaml +++ b/.github/workflows/sync-data.yaml @@ -5,7 +5,7 @@ name: "Sync Data" # This action uses OIDC federated credentials for authenticating with Azure. # # In Azure there is a managed identity which has been created and is set to allow federated -# credentials from this repo when the environment is "production". +# credentials from this repo when the environment is "sync-data". # # That managed identity has been granted Storage Blob Data Contributor role to the storage account # which is being synced with azcopy. From 447663ff4515e9f9c655f8456480bab84e0f7313 Mon Sep 17 00:00:00 2001 From: Tom Jemmett Date: Thu, 2 Jul 2026 12:46:32 +0100 Subject: [PATCH 6/6] adds default value to workflow_dispatch --- .github/workflows/connect-publish-manual.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/connect-publish-manual.yaml b/.github/workflows/connect-publish-manual.yaml index 58e8426..c0b6844 100644 --- a/.github/workflows/connect-publish-manual.yaml +++ b/.github/workflows/connect-publish-manual.yaml @@ -12,6 +12,7 @@ on: description: "The environment to deploy to" required: true type: string + default: "development" workflow_call: inputs: namespace: @@ -24,7 +25,6 @@ on: description: "The environment to deploy to" required: true type: string - default: "development" jobs: connect-publish: