{FAfA}You can install the development version of {FAfA} like
so:
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?You can launch the application by running:
FAfA::run_app()You are reading the doc about version : 0.5
This README has been compiled on the
Sys.time()
#> [1] "2025-12-11 22:13:40 +03"Here are the tests results and package coverage:
devtools::check(quiet = TRUE)
#> ℹ Loading FAfA
#> ── R CMD check results ─────────────────────────────────────────── FAfA 0.5 ────
#> Duration: 7.4s
#>
#> ❯ checking package dependencies ... ERROR
#> Namespace dependencies missing from DESCRIPTION Imports/Depends entries:
#> 'bsicons', 'bslib', 'ggplot2'
#>
#> Imports includes 27 non-default packages.
#> Importing from so many packages makes the package vulnerable to any of
#> them becoming unavailable. Move as many as possible to Suggests and
#> use conditionally.
#>
#> See section 'The DESCRIPTION file' in the 'Writing R Extensions'
#> manual.
#>
#> 1 error ✖ | 0 warnings ✔ | 0 notes ✔
#> Error: R CMD check found ERRORscovr::package_coverage()
#> Error in loadNamespace(x): there is no package called 'covr'