R Under development (unstable) (2024-07-07 r86880 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. > library(QuickJSR) > library(tinytest) > > test_package("QuickJSR") test_JSContext.R.............. 0 tests test_JSContext.R.............. 0 tests test_JSContext.R.............. 1 tests OK test_JSContext.R.............. 2 tests OK test_JSContext.R.............. 3 tests OK test_JSContext.R.............. 3 tests OK test_JSContext.R.............. 3 tests OK test_JSContext.R.............. 3 tests OK test_JSContext.R.............. 4 tests OK test_JSContext.R.............. 5 tests OK test_JSContext.R.............. 6 tests OK test_JSContext.R.............. 6 tests OK test_JSContext.R.............. 7 tests OK test_JSContext.R.............. 7 tests OK test_JSContext.R.............. 8 tests OK test_JSContext.R.............. 9 tests OK test_JSContext.R.............. 9 tests OK test_JSContext.R.............. 9 tests OK test_JSContext.R.............. 9 tests OK test_JSContext.R.............. 9 tests OK test_JSContext.R.............. 10 tests OK test_JSContext.R.............. 10 tests OK test_JSContext.R.............. 10 tests OK test_JSContext.R.............. 11 tests OK test_JSContext.R.............. 12 tests OK test_JSContext.R.............. 12 tests OK test_JSContext.R.............. 13 tests OK test_JSContext.R.............. 13 tests OK test_data_conversion.R........ 1 tests OK test_data_conversion.R........ 2 tests OK test_data_conversion.R........ 3 tests OK test_data_conversion.R........ 4 tests OK test_data_conversion.R........ 5 tests OK test_data_conversion.R........ 6 tests OK test_data_conversion.R........ 7 tests OK test_data_conversion.R........ 8 tests OK test_data_conversion.R........ 9 tests OK test_data_conversion.R........ 10 tests OK test_data_conversion.R........ 11 tests OK test_data_conversion.R........ 12 tests OK test_data_conversion.R........ 13 tests OK test_data_conversion.R........ 14 tests OK test_data_conversion.R........ 15 tests OK test_data_conversion.R........ 16 tests OK test_data_conversion.R........ 17 tests OK test_data_conversion.R........ 18 tests OK test_data_conversion.R........ 19 tests OK test_data_conversion.R........ 20 tests OK test_data_conversion.R........ 21 tests OK test_data_conversion.R........ 22 tests OK test_data_conversion.R........ 23 tests OK test_data_conversion.R........ 24 tests OK test_data_conversion.R........ 25 tests OK test_data_conversion.R........ 26 tests OK test_data_conversion.R........ 27 tests OK test_data_conversion.R........ 28 tests OK test_data_conversion.R........ 29 tests OK test_data_conversion.R........ 30 tests OK test_data_conversion.R........ 31 tests OK test_data_conversion.R........ 32 tests OK test_data_conversion.R........ 33 tests OK test_data_conversion.R........ 34 tests OK test_data_conversion.R........ 35 tests OK test_data_conversion.R........ 36 tests OK test_data_conversion.R........ 37 tests OK test_data_conversion.R........ 38 tests OK test_data_conversion.R........ 39 tests OK test_data_conversion.R........ 40 tests OK test_data_conversion.R........ 41 tests OK 55ms test_qjs_eval.R............... 1 tests OK test_qjs_eval.R............... 2 tests OK test_qjs_eval.R............... 3 tests OK test_qjs_eval.R............... 4 tests OK test_qjs_eval.R............... 5 tests OK 16ms test_to_json_asis.R........... 1 tests OK test_to_json_asis.R........... 2 tests OK test_to_json_asis.R........... 3 tests OK test_to_json_asis.R........... 4 tests OK test_to_json_asis.R........... 5 tests OK test_to_json_asis.R........... 6 tests OK test_to_json_asis.R........... 7 tests OK test_to_json_asis.R........... 8 tests OK 15ms test_to_json_dataframe.R...... 0 tests test_to_json_dataframe.R...... 1 tests OK test_to_json_dataframe.R...... 1 tests OK test_to_json_dataframe.R...... 2 tests OK test_to_json_dataframe.R...... 2 tests OK test_to_json_dataframe.R...... 2 tests OK test_to_json_dataframe.R...... 2 tests OK test_to_json_dataframe.R...... 3 tests OK test_to_json_dataframe.R...... 3 tests OK test_to_json_dataframe.R...... 3 tests OK test_to_json_dataframe.R...... 3 tests OK test_to_json_dataframe.R...... 4 tests OK 12ms test_to_json_date.R........... 0 tests test_to_json_factor.R......... 0 tests test_to_json_factor.R......... 0 tests test_to_json_factor.R......... 1 tests OK test_to_json_factor.R......... 2 tests OK 6ms test_to_json_matrix.R......... 0 tests test_to_json_matrix.R......... 1 tests OK test_to_json_matrix.R......... 1 tests OK test_to_json_matrix.R......... 2 tests OK test_to_json_matrix.R......... 2 tests OK test_to_json_matrix.R......... 3 tests OK test_to_json_matrix.R......... 3 tests OK test_to_json_matrix.R......... 4 tests OK 8ms All ok, 77 results (0.2s) > > > proc.time() user system elapsed 0.40 0.07 0.46