Package: multiarm
Type: Package
Title: Design of single- and multi-stage multi-arm clinical trials
Version: 0.13.5
Authors@R: c(person(given = "Michael J", family = "Grayling",
                    email = "michael.grayling@newcastle.ac.uk",
                    role = c("aut", "cre")))
Description: multiarm provides functions to assist with the design of
    single- and multi-stage multi-arm clinical trials. In both cases the
    available functions allow for sample size determination, trial simulation,
    analytical operating characteristic calculation, and the production of
    several informative plots. An R Shiny graphical user interface is also
    provided to aid design determination. Further details on single-stage design
    can be found in Grayling and Wason (2020) <doi:10.1186/s12885-020-6525-0>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
VignetteBuilder: rmarkdown
Imports:
    dplyr,
    DT,
    GA,
    ggplot2,
    ggthemes,
    iterpc,
    knitr,
    magrittr,
    mvtnorm,
    rclipboard,
    Rfast,
    rmarkdown,
    Rsolnp,
    rvest,
    shiny,
    shinyalert,
    shinycssloaders,
    shinydashboard,
    shinydashboardPlus,
    shinyFeedback,
    shinyhelper,
    shinyjs,
    shinyWidgets,
    stats,
    tibble,
    tidyr,
    xml2
Date: 2020-12-15
URL: http://github.com/mjg211/multiarm
BugReports: http://github.com/mjg211/multiarm/issues
