R Under development (unstable) (2023-12-02 r85657 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(nasapower) > > test_check("nasapower") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 22 | PASS 53 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-query_parameters.R:3:13', 'test-query_parameters.R:14:3', 'test-query_parameters.R:22:3', 'test-query_parameters.R:28:3', 'test-get_power.R:4:3', 'test-get_power.R:58:5', 'test-get_power.R:115:5', 'test-get_power.R:172:3', 'test-get_power.R:204:3', 'test-get_power.R:236:3', 'test-get_power.R:280:3', 'test-get_power.R:316:3', 'test-get_power.R:331:3', 'test-get_power.R:346:3', 'test-get_power.R:362:5', 'test-get_power.R:377:3', 'test-get_power.R:392:3', 'test-get_power.R:407:3', 'test-get_power.R:421:3', 'test-get_power.R:453:3', 'test-get_power.R:467:3', 'test-get_power.R:481:3' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 53 ] > > proc.time() user system elapsed 1.50 0.09 12.40