Type: Package
Package: shinyloadtest
Title: Load Test Shiny Applications
Version: 1.2.1
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
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'
NeedsCompilation: no
Packaged: 2026-02-05 20:27:25 UTC; barret
Author: Barret Schloerke [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9986-114X>),
  Alan Dipert [aut],
  Barbara Borges [aut],
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Barret Schloerke <barret@posit.co>
Repository: CRAN
Date/Publication: 2026-02-05 20:50:02 UTC
Built: R 4.6.0; ; 2026-02-07 00:51:32 UTC; windows
