Type: Package Package: shinyloadtest Title: Load Test Shiny Applications Version: 1.2.1.9000 Authors@R: c( person("Barret", "Schloerke", , "barret@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9986-114X")), person("Alan", "Dipert", role = "aut"), person("Barbara", "Borges", role = "aut"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Assesses the number of concurrent users 'shiny' applications are capable of supporting, and for directing application changes in order to support a higher number of users. Provides facilities for recording 'shiny' application sessions, playing recorded sessions against a target server at load, and analyzing the resulting metrics. License: GPL-3 URL: https://rstudio.github.io/shinyloadtest/, https://github.com/rstudio/shinyloadtest BugReports: https://github.com/rstudio/shinyloadtest/issues Depends: R (>= 2.10) Imports: cli, curl, dplyr (>= 1.0.0), ggplot2 (>= 3.4.0), httpuv (>= 1.5.2), jsonlite, magrittr, R6, rlang (>= 0.1.2), scales, stringr, svglite, vroom, websocket (>= 1.0.0), xml2 Suggests: getPass, glue, gtable, htmltools, lubridate, progress, rmarkdown, spelling, testthat (>= 3.2.0) Config/Needs/routine: devtools, readr, httr, jsonlite, rprojroot, usethis, stringr Config/Needs/website: devtools, httr, readr, gh, tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2026-02-05 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: pandoc (>= 2.2) - http://pandoc.org Collate: 'enum.R' 'data.R' 'analysis.R' 'detect.R' 'auth.R' 'make_report.R' 'plotting.R' 'shiny-recorder.R' 'shinyloadtest-package.R' 'url.R' 'util.R' 'util-pipe.R' Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2026-02-09 14:57:10 UTC RemoteUrl: https://github.com/rstudio/shinyloadtest RemoteRef: HEAD RemoteSha: 1fa395746805c77e293b8eba6c0e455e52efe21b NeedsCompilation: no Packaged: 2026-06-09 06:51:53 UTC; root Author: Barret Schloerke [aut, cre] (ORCID: ), Alan Dipert [aut], Barbara Borges [aut], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Barret Schloerke