R Under development (unstable) (2024-10-09 r87215 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(RESIDE) > > test_check("RESIDE") Exporting categorical to: D:\temp\RtmpGCtfLg\8726545644458\test/categorical_variables.csv Exporting binary to: D:\temp\RtmpGCtfLg\8726545644458\test/binary_variables.csv Exporting continuous to: D:\temp\RtmpGCtfLg\8726545644458\test/continuous_variables.csv Exporting quantiles to: D:\temp\RtmpGCtfLg\8726545644458\test/continuous_quantiles.csv Exporting summary to: D:\temp\RtmpGCtfLg\8726545644458\test/summary.csv Exporting categorical to: D:\temp\RtmpGCtfLg\3008168093627/categorical_variables.csv Exporting binary to: D:\temp\RtmpGCtfLg\3008168093627/binary_variables.csv Exporting continuous to: D:\temp\RtmpGCtfLg\3008168093627/continuous_variables.csv Exporting quantiles to: D:\temp\RtmpGCtfLg\3008168093627/continuous_quantiles.csv Exporting summary to: D:\temp\RtmpGCtfLg\3008168093627/summary.csv Exporting categorical to: D:\temp\RtmpGCtfLg\1832420409890/categorical_variables.csv Exporting binary to: D:\temp\RtmpGCtfLg\1832420409890/binary_variables.csv Exporting continuous to: D:\temp\RtmpGCtfLg\1832420409890/continuous_variables.csv Exporting quantiles to: D:\temp\RtmpGCtfLg\1832420409890/continuous_quantiles.csv Exporting summary to: D:\temp\RtmpGCtfLg\1832420409890/summary.csv Summary of Categorical Variables Variable: SEX F : 9028 M : 10407 Variable: RATRIAL N : 15282 Y : 3169 missing : 984 Summary of Binary Variables Variable: ID14 Mean: 0.0916388 Missing: 0 Variable: SET14D Mean: 0.9998971 Missing: 0 Summary of Continuous Variables Variable: AGE Quantiles: Original Transformed 1 16 -3.8836332 2 29 -2.8894619 3 64 -0.7447992 4 71 -0.2060679 5 79 0.5263253 6 86 1.4063880 7 95 2.8388310 8 96 3.0207824 9 99 4.0489244 Mean: -0.0002395239 SD: 0.9989907 Missing: 0 Variable: RSBP Quantiles: Original Transformed 1 70 -4.04892439 2 122 -1.37368502 3 128 -1.31679183 4 152 -0.13824887 5 159 -0.09474469 6 161 0.22957714 7 295 4.04892439 Mean: 0.0006094395 SD: 0.9931304 Missing: 0 Summary: Number of Rows: 19435 Number of Columns: 6 Variables: SEX, AGE, ID14, RSBP, RATRIAL, SET14DInfo: No file for binary variables found Exporting categorical to: D:\temp\RtmpGCtfLg\5445912521798/categorical_variables.csv Exporting binary to: D:\temp\RtmpGCtfLg\5445912521798/binary_variables.csv Exporting continuous to: D:\temp\RtmpGCtfLg\5445912521798/continuous_variables.csv Exporting quantiles to: D:\temp\RtmpGCtfLg\5445912521798/continuous_quantiles.csv Exporting summary to: D:\temp\RtmpGCtfLg\5445912521798/summary.csv Exporting categorical to: D:\temp\RtmpGCtfLg\3050668839598/categorical_variables.csv Exporting binary to: D:\temp\RtmpGCtfLg\3050668839598/binary_variables.csv Exporting continuous to: D:\temp\RtmpGCtfLg\3050668839598/continuous_variables.csv Exporting quantiles to: D:\temp\RtmpGCtfLg\3050668839598/continuous_quantiles.csv Exporting summary to: D:\temp\RtmpGCtfLg\3050668839598/summary.csv Exporting categorical to: D:\temp\RtmpGCtfLg\3050668839598/categorical_variables.csv Exporting binary to: D:\temp\RtmpGCtfLg\3050668839598/binary_variables.csv Exporting continuous to: D:\temp\RtmpGCtfLg\3050668839598/continuous_variables.csv Exporting quantiles to: D:\temp\RtmpGCtfLg\3050668839598/continuous_quantiles.csv Exporting summary to: D:\temp\RtmpGCtfLg\3050668839598/summary.csv binary not valid categorical not valid continuous not valid quantile not valid summary not valid Continuous variables do not match quantiles[ FAIL 0 | WARN 0 | SKIP 0 | PASS 106 ] > > proc.time() user system elapsed 32.00 1.09 33.00