Skip to content

QuickJSR

Interface for the 'QuickJS-NG' Lightweight 'JavaScript' Engine

v1.9.0 · Jan 25, 2026 · MIT + file LICENSE

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

10 ERROR
2 NOTE
2 OK
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)
NOTE r-devel-linux-x86_64-debian-clang

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.
ERROR r-devel-linux-x86_64-debian-clang

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
NOTE r-devel-linux-x86_64-debian-gcc

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.
ERROR r-devel-linux-x86_64-debian-gcc

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
NOTE r-devel-linux-x86_64-fedora-clang

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.
ERROR r-devel-linux-x86_64-fedora-clang

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
NOTE r-devel-linux-x86_64-fedora-gcc

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.
ERROR r-devel-linux-x86_64-fedora-gcc

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
ERROR r-devel-macos-arm64

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
NOTE r-devel-windows-x86_64

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.
ERROR r-devel-windows-x86_64

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
NOTE r-oldrel-macos-arm64

for GNU extensions in Makefiles

GNU make is a SystemRequirements.
NOTE r-oldrel-macos-arm64

installed package size

installed size is  6.0Mb
  sub-directories of 1Mb or more:
    libs   5.8Mb
NOTE r-oldrel-macos-x86_64

for GNU extensions in Makefiles

GNU make is a SystemRequirements.
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.0Mb
  sub-directories of 1Mb or more:
    libs   6.9Mb
NOTE r-oldrel-windows-x86_64

for GNU extensions in Makefiles

GNU make is a SystemRequirements.
ERROR r-oldrel-windows-x86_64

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
NOTE r-patched-linux-x86_64

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.
ERROR r-patched-linux-x86_64

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
ERROR r-release-linux-x86_64

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
ERROR r-release-windows-x86_64

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
ERROR r-devel-linux-x86_64-debian-gcc

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
NOTE r-oldrel-macos-arm64

installed package size

installed size is  6.0Mb
  sub-directories of 1Mb or more:
    libs   5.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.0Mb
  sub-directories of 1Mb or more:
    libs   6.9Mb
NOTE r-oldrel-windows-x86_64

for GNU extensions in Makefiles

GNU make is a SystemRequirements.
NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is  6.0Mb
  sub-directories of 1Mb or more:
    libs   5.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.0Mb
  sub-directories of 1Mb or more:
    libs   6.9Mb
NOTE r-oldrel-windows-x86_64

for GNU extensions in Makefiles

GNU make is a SystemRequirements.

Reverse Dependencies (2)

imports

Dependency Network

Dependencies Reverse dependencies jsutils rstan QuickJSR

Version History

new 1.9.0 Mar 10, 2026
updated 1.9.0 ← 1.8.1 diff Jan 24, 2026
updated 1.8.1 ← 1.8.0 diff Sep 19, 2025
updated 1.8.0 ← 1.7.0 diff Jun 8, 2025
updated 1.7.0 ← 1.6.0 diff Mar 30, 2025
updated 1.6.0 ← 1.5.2 diff Feb 25, 2025
updated 1.5.2 ← 1.5.1 diff Feb 21, 2025
updated 1.5.1 ← 1.4.0 diff Jan 7, 2025
updated 1.4.0 ← 1.3.1 diff Sep 30, 2024
updated 1.3.1 ← 1.3.0 diff Jul 13, 2024
updated 1.3.0 ← 1.2.2 diff Jul 7, 2024
updated 1.2.2 ← 1.2.0 diff Jun 6, 2024
updated 1.2.0 ← 1.1.3 diff May 30, 2024
updated 1.1.3 ← 1.1.0 diff Jan 30, 2024
updated 1.1.0 ← 1.0.9 diff Jan 20, 2024
updated 1.0.9 ← 1.0.8 diff Dec 17, 2023
updated 1.0.8 ← 1.0.7 diff Nov 23, 2023
updated 1.0.7 ← 1.0.6 diff Oct 14, 2023
updated 1.0.6 ← 1.0.5 diff Sep 12, 2023
updated 1.0.5 ← 1.0.4 diff Sep 2, 2023