- Added Shinylive (WebAssembly) version of Shiny app for browser-only use.
- Added new pkgdown article "Interactive App (Shinylive)" with embedded app.
- Enhanced
_pkgdown.ymlwith custom navbar, article sections, and reference grouping. - Improved roxygen2 documentation for
app_server()andapp_ui(). - Fixed
app_ui()typo:with = 12corrected towidth = 12. - Fixed incomplete paper URL in Shiny app (now links to published paper).
- Modernized
calc_predictive()andmeeting_probs()to usevapply()instead of for-loops. - Added explicit
return()incalc_predictive(). - Removed dead commented-out code from
app_server()andrun_app(). - Documented hardcoded false positive rate in
find_pos(). - Aligned
.lintrline width (80) withair.tomlformatter config. - Added new tests for
calc_posterior(),calc_predictive(), andmeeting_probs(). - Updated GitHub Actions:
actions/checkout@v4, added shinylive export step. - Added
shinylivetoSuggests.
- Changed
LicencetoMIT. - Added spell checking to package.
- Added github issues link
BugReportand website link toURLin `Description. - Fix import issue with
shinydependency. - Fix bug returning
infvalues in Shiny app. - Added new
badgesto packages
- Improved
DESCRIPTION, added website URL, screenshot Shiny app - Improved
README - Improved code style using
styler - Fixed bug deploying
Shinyapp (relative import error) - Fixed package coverage by focusing only on statistical tool (no shiny app)
- Added a
NEWS.mdfile to track changes to the package. - Added
Shinysection inREADME.mdfile. - Improved
monitOS::run_app(): new layout, new descriptions, new use case. - Created
pkgdownpublic website.
- Initial CRAN submission.