Testing
R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(testthat)
> library(shinyValidatorTest2)
>
> test_check("shinyValidatorTest2")
Loading required package: shiny
[ FAIL 0 | WARN 0 | SKIP 2 | PASS 0 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (2)
[ FAIL 0 | WARN 0 | SKIP 2 | PASS 0 ]
>
> proc.time()
user system elapsed
2.063 0.109 2.244