R Under development (unstable) (2024-02-14 r85901 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(Ecoprint) > > test_check("Ecoprint") Loading required package: shiny 83: observe 82: 80: contextFunc 79: env$runWith 72: ctx$run 71: run 52: flushCallback 51: FUN 50: lapply 49: ctx$executeFlushCallbacks 48: .getReactiveEnvironment()$flush 47: shiny:::flushReact 46: private$flush 45: session$setInputs 44: rlang::eval_tidy [test-golem-recommended.R#58] 24: testServer 23: eval [test-golem-recommended.R#55] 22: eval 13: test_code 12: source_file 11: FUN 10: lapply 4: test_files_serial 3: test_files 2: test_dir 1: test_check [ FAIL 0 | WARN 1 | SKIP 1 | PASS 76 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-golem-recommended.R:72:5' [ FAIL 0 | WARN 1 | SKIP 1 | PASS 76 ] > > proc.time() user system elapsed 3.46 0.70 4.17