You can install the development version of {avertui} like so:
utils::install.packages("devtools")
devtools::install_github("avertableburden/avertui")You can launch the application by running:
avertui::run_app()A web version is also currently available at https://0193901e-5d7c-7ad5-9210-9ccc0663a057.share.connect.posit.cloud/
You are reading the doc about version : 0.0.0.9001
This README has been compiled on the
Sys.time()
#> [1] "2024-12-04 15:54:31 AEDT"Here are the tests results and package coverage:
devtools::check(quiet = TRUE)
#> Writing 'NAMESPACE'
#> ℹ Loading avertui
#> ── R CMD check results ───────────────────────────────── avertui 0.0.0.9000 ────
#> Duration: 29.6s
#>
#> ❯ checking DESCRIPTION meta-information ... WARNING
#> Non-standard license specification:
#> What license is it under?
#> Standardizable: FALSE
#>
#> ❯ checking package subdirectories ... NOTE
#> Problems with news in 'NEWS.md':
#> No news entries found.
#>
#> 0 errors ✔ | 1 warning ✖ | 1 note ✖
#> Error: R CMD check found WARNINGscovr::package_coverage()
#> avertui Coverage: 97.15%
#> R/run_app.R: 0.00%
#> R/app_config.R: 100.00%
#> R/app_ui.R: 100.00%
#> R/golem_utils_server.R: 100.00%
#> R/golem_utils_ui.R: 100.00%
#> R/make.R: 100.00%
#> R/mod_name_of_module1.R: 100.00%
#> R/mod_name_of_module2.R: 100.00%