R version 4.4.0 alpha (2024-04-03 r86327 ucrt) 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(allofus) ♥ Thank you for using the allofus R package! ♥ ⚠ This package continues to be developed as All of Us grows and changes. Please report any issues to . ℹ The allofus R package is not affiliated with or endorsed by the All of Us Research Program. ⚠ This package has limited functionality outside of the All of Us Researcher Workbench > > test_check("allofus") test1.csv test2.txt test3.R test1.csv test3.R [ FAIL 0 | WARN 1 | SKIP 12 | PASS 4 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • This test is only for the workbench (12): 'test-aou_concept_set.R:3:3', 'test-aou_concept_set.R:12:3', 'test-aou_concept_set.R:39:3', 'test-aou_connect.R:2:3', 'test-aou_connect.R:10:3', 'test-aou_connect.R:16:3', 'test-aou_connect.R:25:3', 'test-join.R:2:3', 'test-join.R:16:3', 'test-obs_period.R:2:3', 'test-survey.R:3:3', 'test-survey.R:17:3' [ FAIL 0 | WARN 1 | SKIP 12 | PASS 4 ] > > proc.time() user system elapsed 0.89 0.20 1.07