Package: shinyloadtest
Type: Package
Title: Load Test Shiny Applications
Version: 1.2.0
Authors@R: c(
            person("Barret", "Schloerke", role = c("aut", "cre"), email = "barret@posit.co", comment = c(ORCID = "0000-0001-9986-114X")),
            person("Alan", "Dipert", role = c("aut")),
            person("Barbara", "Borges", role = c("aut")),
            person("Posit Software, PBC", role = c("cph", "fnd"))
            )
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
Depends: R (>= 2.10)
Encoding: UTF-8
LazyData: true
URL: https://rstudio.github.io/shinyloadtest/,
        https://github.com/rstudio/shinyloadtest
BugReports: https://github.com/rstudio/shinyloadtest/issues
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'
Imports: R6, cli, curl, dplyr (>= 1.0.0), ggplot2 (>= 3.4.0), httpuv
        (>= 1.5.2), jsonlite, magrittr, rlang (>= 0.1.2), scales,
        stringr, svglite, vroom, websocket (>= 1.0.0), xml2
Suggests: getPass, glue, gtable, htmltools, lubridate, progress,
        rmarkdown, testthat (>= 3.2.0), spelling
RoxygenNote: 7.3.1
SystemRequirements: pandoc (>= 2.2) - http://pandoc.org
Language: en-US
Config/Needs/website: devtools, readr, gh, tidyverse/tidytemplate
Config/Needs/routine: devtools, readr, httr, jsonlite, rprojroot,
        usethis, stringr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-07-19 19:47:06 UTC; barret
Author: Barret Schloerke [aut, cre] (<https://orcid.org/0000-0001-9986-114X>),
  Alan Dipert [aut],
  Barbara Borges [aut],
  Posit Software, PBC [cph, fnd]
Maintainer: Barret Schloerke <barret@posit.co>
Repository: CRAN
Date/Publication: 2024-07-19 20:10:02 UTC
Built: R 4.3.3; ; 2024-07-19 22:11:09 UTC; unix
