R Under development (unstable) (2023-07-03 r84633 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(PaRe) > > test_check("PaRe") cloning into 'D:\temp\RtmpwTmLuq/glue'... Receiving objects: 1% (50/4925), 63 kb Receiving objects: 11% (542/4925), 464 kb Receiving objects: 21% (1035/4925), 2033 kb Receiving objects: 31% (1527/4925), 2369 kb Receiving objects: 41% (2020/4925), 2761 kb Receiving objects: 51% (2512/4925), 2817 kb Receiving objects: 61% (3005/4925), 3209 kb Receiving objects: 71% (3497/4925), 3770 kb Receiving objects: 81% (3990/4925), 3826 kb Receiving objects: 91% (4482/4925), 4050 kb Receiving objects: 100% (4925/4925), 4887 kb, done. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 15 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-checkDependencies.R:13:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 15 ] > > proc.time() user system elapsed 3.32 0.57 4.42