R Under development (unstable) (2023-11-16 r85542 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(megamation) > > test_check("megamation") i If needed, your original '.Renviron' is backed up and stored in 'C:\Users\CRAN\Documents'. v Set and loaded Megamation API credentials. [ FAIL 0 | WARN 0 | SKIP 14 | PASS 26 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • Can't find envvar MEGAMATION_KEY_HTTR2 (1): 'test-authorize.R:32:5' • On CRAN (13): 'test-authorize.R:16:3', 'test-extract.R:2:3', 'test-get.R:3:5', 'test-get.R:13:5', 'test-get.R:23:5', 'test-get.R:32:5', 'test-get.R:41:5', 'test-get.R:50:5', 'test-paginate.R:3:5', 'test-perform.R:3:5', 'test-request.R:2:3', 'test-utils-parse.R:3:5', 'test-utils-parse.R:13:5' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 26 ] > > proc.time() user system elapsed 1.89 0.40 2.28