Skip to content

nanonext

Lightweight Toolkit for Messaging, Concurrency and the Web

v1.8.2 · Apr 3, 2026 · MIT + file LICENSE

Description

R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. A toolkit for messaging, concurrency and the web. High-performance socket messaging over in-process, IPC, TCP, WebSocket and secure TLS transports implements 'Scalability Protocols', a standard for common communications patterns including publish/subscribe, request/reply and survey. A threaded concurrency framework with intuitive 'aio' objects that resolve automatically upon completion of asynchronous operations, and synchronisation primitives that allow R to wait on events signalled by concurrent threads. A unified HTTP server hosting REST endpoints, WebSocket connections and streaming on a single port, with a built-in HTTP client.

Downloads

64.8K

Last 30 days

449th

170.9K

Last 90 days

468.7K

Last year

Trend: +15.7% (30d vs prior 30d)

CRAN Check Status

3 WARNING
11 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang WARNING
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc WARNING
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 WARNING
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (3 non-OK)
WARNING r-devel-linux-x86_64-debian-clang

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_findVarInFrame’
This entry point may be removed soon:
‘Rf_findVarInFrame’

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_findVarInFrame’
This entry point may be removed soon:
‘Rf_findVarInFrame’

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’,
    ‘Rf_findVarInFrame’
This entry point may be removed soon:
‘Rf_findVarInFrame’

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.

Check History

WARNING 8 OK · 0 NOTE · 6 WARNING · 0 ERROR · 0 FAILURE Mar 30, 2026
WARNING r-devel-linux-x86_64-debian-clang

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’,
    ‘Rf_findVarInFrame’
This entry point may be removed soon:
‘Rf_findVarInFrame’

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’,
    ‘Rf_findVarInFrame’
This entry point may be removed soon:
‘Rf_findVarInFrame’

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.

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

compiled code

File 'nanonext/libs/x64/nanonext.dll':
  Found non-API call to R: 'Rf_findVarInFrame'
This entry point may be removed soon.

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 8 OK · 0 NOTE · 5 WARNING · 1 ERROR · 0 FAILURE Mar 28, 2026
WARNING r-devel-linux-x86_64-debian-clang

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’,
    ‘Rf_findVarInFrame’
This entry point may be removed soon:
‘Rf_findVarInFrame’

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.

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

compiled code

File 'nanonext/libs/x64/nanonext.dll':
  Found non-API call to R: 'Rf_findVarInFrame'
This entry point may be removed soon.

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

whether package can be installed

Installation failed.
See 'd:/Rcompile/CRANpkg/local/4.5/nanonext.Rcheck/00install.out' for details.
WARNING 9 OK · 4 NOTE · 1 WARNING · 0 ERROR · 0 FAILURE Mar 20, 2026
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’

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

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’

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

compiled code

File 'nanonext/libs/x64/nanonext.dll':
  Found non-API call to R: 'Rf_findVarInFrame'

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.
NOTE 13 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 16, 2026
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘nanonext/libs/nanonext.so’:
  Found non-API call to R: ‘Rf_findVarInFrame’

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.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (7)

suggests

Dependency Network

Dependencies Reverse dependencies crew crew.cluster mcptools mirai httr2 later targets nanonext

Version History

updated 1.8.2 ← 1.8.1 diff Apr 3, 2026
new 1.8.1 Mar 10, 2026
updated 1.8.1 ← 1.8.0 diff Mar 7, 2026
updated 1.8.0 ← 1.7.2 diff Feb 8, 2026
updated 1.7.2 ← 1.7.1 diff Nov 2, 2025
updated 1.7.1 ← 1.7.0 diff Sep 30, 2025
updated 1.7.0 ← 1.6.2 diff Aug 31, 2025
updated 1.6.2 ← 1.6.1 diff Jul 13, 2025
updated 1.6.1 ← 1.6.0 diff Jun 22, 2025
updated 1.6.0 ← 1.5.2 diff May 19, 2025
updated 1.5.2 ← 1.5.1 diff Mar 17, 2025
updated 1.5.1 ← 1.5.0 diff Feb 16, 2025
updated 1.5.0 ← 1.4.0 diff Jan 27, 2025
updated 1.4.0 ← 1.3.2 diff Dec 2, 2024
updated 1.3.2 ← 1.3.1 diff Nov 13, 2024
updated 1.3.1 ← 1.3.0 diff Nov 12, 2024
updated 1.3.0 ← 1.2.1 diff Oct 3, 2024
updated 1.2.1 ← 1.2.0 diff Aug 18, 2024
updated 1.2.0 ← 1.1.1 diff Aug 16, 2024
updated 1.1.1 ← 1.1.0 diff Jun 23, 2024