R Under development (unstable) (2024-01-11 r85801 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(sevenbridges2) > library(httr) > library(checkmate) > > test_check("sevenbridges2") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 20 | PASS 734 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-api-utils.R:3:3', 'test-class-app.R:18:3', 'test-class-auth.R:222:3', 'test-class-collection.R:69:3', 'test-class-export.R:30:3', 'test-class-billing.R:28:3', 'test-class-file.R:22:3', 'test-class-file.R:29:3', 'test-class-import.R:31:3', 'test-class-invoice.R:18:3', 'test-class-member.R:28:3', 'test-class-ratelimit.R:17:3', 'test-class-project.R:23:3', 'test-class-project.R:29:3', 'test-class-task.R:23:3', 'test-class-user.R:19:3', 'test-class-volcontent-collection.R:65:3', 'test-class-volumefile.R:18:3', 'test-class-volumeprefix.R:35:3', 'test-class-volume.R:21:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 734 ] > > proc.time() user system elapsed 3.60 0.51 14.73