Type: | Package |
Title: | A 'Shiny' App for Weibull Analysis |
Version: | 0.3.1 |
Description: | A 'Shiny' web application for life data analysis that depends on 'WeibullR' by David Silkworth and Jurgen Symynck (2022) https://CRAN.R-project.org/package=WeibullR, an R package for Weibull analysis. |
License: | Apache License version 1.1 | Apache License version 2.0 [expanded from: Apache License] |
Imports: | magrittr, ReliaGrowR, WeibullR, WeibullR.plotly, shiny, shinydashboard, shinyWidgets |
Encoding: | UTF-8 |
RoxygenNote: | 7.3.2 |
URL: | https://paulgovan.github.io/WeibullR.shiny/, https://github.com/paulgovan/WeibullR.shiny, https://govan.shinyapps.io/weibullrshiny/ |
BugReports: | https://github.com/paulgovan/WeibullR.shiny/issues |
Suggests: | knitr, rmarkdown, shinytest2, WeibullR.learnr |
NeedsCompilation: | no |
Packaged: | 2025-07-21 00:03:36 UTC; paulgovan |
Author: | Paul Govan |
Maintainer: | Paul Govan <paul.govan2@gmail.com> |
Repository: | CRAN |
Date/Publication: | 2025-07-21 02:10:02 UTC |
Pipe operator
Description
See magrittr::%>%
for details.
Usage
lhs %>% rhs
Arguments
lhs |
A value or the magrittr placeholder. |
rhs |
A function call using the magrittr semantics. |
Value
The result of calling 'rhs(lhs)'.
A Shiny Weibull Analysis App.
Description
WeibullR.shiny is a Shiny web app for Weibull Analysis from WeibullR.
Usage
WeibullR.shiny()
Value
This function does not return a value.
See Also
https://paulgovan.github.io/WeibullR.shiny/
Examples
if (interactive()) {
WeibullR.shiny()
}