QuickJSR
Interface for the 'QuickJS-NG' Lightweight 'JavaScript' Engine
Description
An 'R' interface to the 'QuickJS' portable 'JavaScript' engine. The engine and all 'R' to 'JavaScript' interoperability is bundled within the package, requiring no dependencies beyond a 'C' compiler.
Downloads
191K
Last 30 days
243rd
2.1M
Last 90 days
2.9M
Last year
Trend: -75.3% (30d vs prior 30d)
CRAN Check Status
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | ERROR |
| r-devel-linux-x86_64-debian-gcc | ERROR |
| r-devel-linux-x86_64-fedora-clang | ERROR |
| r-devel-linux-x86_64-fedora-gcc | ERROR |
| r-devel-macos-arm64 | ERROR |
| r-devel-windows-x86_64 | ERROR |
| r-oldrel-macos-arm64 | NOTE |
| r-oldrel-macos-x86_64 | NOTE |
| r-oldrel-windows-x86_64 | ERROR |
| r-patched-linux-x86_64 | ERROR |
| r-release-linux-x86_64 | ERROR |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | ERROR |
Check details (21 non-OK)
compiled code
File ‘QuickJSR/libs/QuickJSR.so’: Found non-API call to R: ‘R_NamespaceRegistry’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points.
tests
Running ‘tinytest.R’ [0s/1s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> 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_JS
...[truncated]...
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 22ms
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 4ms
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 15ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T10:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
compiled code
File ‘QuickJSR/libs/QuickJSR.so’: Found non-API call to R: ‘R_NamespaceRegistry’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points.
tests
Running ‘tinytest.R’ [0s/1s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> 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_JS
...[truncated]...
est_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 19ms
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 11ms
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 12ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T10:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
compiled code
File ‘QuickJSR/libs/QuickJSR.so’: Found non-API call to R: ‘R_NamespaceRegistry’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points.
tests
Running ‘tinytest.R’
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> 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.
...[truncated]...
est_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 29ms
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 12ms
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 17ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T11:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
compiled code
File ‘QuickJSR/libs/QuickJSR.so’: Found non-API call to R: ‘R_NamespaceRegistry’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points.
tests
Running ‘tinytest.R’
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> 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.
...[truncated]...
est_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 28ms
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 12ms
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 17ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T11:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
tests
Running ‘tinytest.R’ [0s/0s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> 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_JS
...[truncated]...
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 2ms
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 1ms
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 1ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T00:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
compiled code
File 'QuickJSR/libs/x64/QuickJSR.dll': Found non-API call to R: 'R_NamespaceRegistry' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points.
tests
Running 'tinytest.R' [0s]
Running the tests in 'tests/tinytest.R' failed.
Complete output:
> 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_JSCon
...[truncated]...
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 10ms
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 4ms
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 5ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T10:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
for GNU extensions in Makefiles
GNU make is a SystemRequirements.
installed package size
installed size is 6.0Mb
sub-directories of 1Mb or more:
libs 5.8Mb
for GNU extensions in Makefiles
GNU make is a SystemRequirements.
installed package size
installed size is 7.0Mb
sub-directories of 1Mb or more:
libs 6.9Mb
for GNU extensions in Makefiles
GNU make is a SystemRequirements.
tests
Running 'tinytest.R' [1s]
Running the tests in 'tests/tinytest.R' failed.
Complete output:
> 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_JSCon
...[truncated]...
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 16ms
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 8ms
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 9ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T10:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
compiled code
File ‘QuickJSR/libs/QuickJSR.so’: Found non-API call to R: ‘R_NamespaceRegistry’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points.
tests
Running ‘tinytest.R’ [0s/1s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> 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_JS
...[truncated]...
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 12ms
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 4ms
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 12ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T10:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
tests
Running ‘tinytest.R’ [0s/1s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> 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_JS
...[truncated]...
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 17ms
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 8ms
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
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T10:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
tests
Running 'tinytest.R' [1s]
Running the tests in 'tests/tinytest.R' failed.
Complete output:
> 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_JSCon
...[truncated]...
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 4 tests OK
test_to_json_date.R........... 5 tests 1 fails 9ms
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 5ms
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 6ms
----- FAILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T10:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
Check History
ERROR 10 OK · 3 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 24, 2026
tests
Running ‘tinytest.R’ [0s/1s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> library(QuickJSR)
> library(tinytest)
>
> test_package("QuickJSR")
test_JSContext.R.............. 0 tests
test_JSContext.R.........
...[truncated]...
ILED[data]: test_to_json_date.R<14--14>
call| expect_equal(to_json(object), "[\"1985-06-18T12:34:56.000Z\"]")
diff| Expected '["1985-06-18T12:34:56.000Z"]', got '["1985-06-18T10:34:56.000Z"]'
Error: 1 out of 90 tests failed
Execution halted
installed package size
installed size is 6.0Mb
sub-directories of 1Mb or more:
libs 5.8Mb
installed package size
installed size is 7.0Mb
sub-directories of 1Mb or more:
libs 6.9Mb
for GNU extensions in Makefiles
GNU make is a SystemRequirements.
NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
installed package size
installed size is 6.0Mb
sub-directories of 1Mb or more:
libs 5.8Mb
installed package size
installed size is 7.0Mb
sub-directories of 1Mb or more:
libs 6.9Mb
for GNU extensions in Makefiles
GNU make is a SystemRequirements.