Skip to content

Rserve

Versatile R Server

v1.8-19 · Mar 23, 2026 · GPL-2 | file LICENSE

Description

Rserve is a versatile, scalable server enabling the efficient use of R from other applications through variety of protocols including QAP, WebSockets, HTTP and HTTPS. It acts as a server (TCP/IP or local sockets) which allows binary requests to be sent to R. Every connection has a separate workspace and working directory. Client-side implementations are available for many popular languages allowing applications to use facilities of R without the need of linking to the R binary. Rserve supports remote connections, user authentication and file transfer. A simple R client is included in this package as well. It also supports OCAP mode for secure remote procedure calls, including support for full event loop, asynchronous results/graphics and console I/O.

Downloads

6.3K

Last 30 days

1549th

19K

Last 90 days

90.3K

Last year

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

CRAN Check Status

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

CRAN incoming feasibility

Maintainer: ‘Simon Urbanek <Simon.Urbanek@r-project.org>’

Package has FOSS license, installs .class/.jar but has no 'java' directory.
NOTE r-devel-linux-x86_64-debian-clang

compiled code

Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from ‘random’ (C)
  Found ‘srandom’, possibly from ‘srandom’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’,
    ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’,
    ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Simon Urbanek <Simon.Urbanek@r-project.org>’

Package has FOSS license, installs .class/.jar but has no 'java' directory.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from ‘random’ (C)
  Found ‘srandom’, possibly from ‘srandom’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’,
    ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’,
    ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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

Note: information on .o files is not available
File ‘/data/gannet/ripley/R/packages/tests-clang/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from ‘random’ (C)
  Found ‘srandom’, possibly from ‘srandom’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’,
    ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’,
    ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
File ‘Rserve/libs/Rserve.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
It is good practice to register native routines and to disable symbol
search.

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

Note: information on .o files is not available
File ‘/data/gannet/ripley/R/packages/tests-devel/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from ‘random’ (C)
  Found ‘srandom’, possibly from ‘srandom’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’,
    ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’,
    ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
File ‘Rserve/libs/Rserve.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
It is good practice to register native routines and to disable symbol
search.

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-macos-arm64

compiled code

Note: information on .o files is not available
File ‘/Volumes/Builds/packages/sonoma-arm64/results/4.6/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit’, possibly from ‘exit’ (C)
  Found ‘_rand’, possibly from ‘rand’ (C)
  Found ‘_random’, possibly from ‘random’ (C)
  Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’,
    ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’,
    ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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

Note: information on .o files for x64 is not available
File 'd:/Rcompile/CRANpkg/lib/4.6/Rserve/libs/x64/Rserve.dll':
  Found '_exit', possibly from '_exit' (C)
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'rand', possibly from 'rand' (C)
  Found 'srand', possibly from 'srand' (C)
File 'Rserve/libs/x64/Rserve.dll':
  Found non-API calls to R: 'R_Interactive', 'R_Visible',
    'Rf_initialize_R', 'setup_Rmainloop'

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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-oldrel-macos-arm64

compiled code

Note: information on .o files is not available
File ‘/Volumes/Builds/packages/big-sur-arm64/results/4.4/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit’, possibly from ‘exit’ (C)
  Found ‘_rand’, possibly from ‘rand’ (C)
  Found ‘_random’, possibly from ‘random’ (C)
  Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘getInputHandler’, ‘ptr_R_Busy’,
    ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’,
    ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’,
    ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
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 22.3Mb
  sub-directories of 1Mb or more:
    libs  22.1Mb
NOTE r-oldrel-macos-x86_64

compiled code

Note: information on .o files is not available
File ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit’, possibly from ‘exit’ (C)
  Found ‘_rand’, possibly from ‘rand’ (C)
  Found ‘_random’, possibly from ‘random’ (C)
  Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘getInputHandler’, ‘ptr_R_Busy’,
    ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’,
    ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’,
    ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
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 25.4Mb
  sub-directories of 1Mb or more:
    libs  25.1Mb
NOTE r-oldrel-windows-x86_64

compiled code

Note: information on .o files for x64 is not available
File 'd:/Rcompile/CRANpkg/lib/4.4/Rserve/libs/x64/Rserve.dll':
  Found '_exit', possibly from '_exit' (C)
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'rand', possibly from 'rand' (C)
  Found 'srand', possibly from 'srand' (C)
File 'Rserve/libs/x64/Rserve.dll':
  Found non-API calls to R: 'R_Interactive', 'R_Visible',
    'Rf_initialize_R', 'setup_Rmainloop'

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
NOTE r-oldrel-windows-x86_64

for GNU extensions in Makefiles

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

installed package size

installed size is 19.3Mb
  sub-directories of 1Mb or more:
    libs  18.3Mb
NOTE r-patched-linux-x86_64

compiled code

Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from ‘random’ (C)
  Found ‘srandom’, possibly from ‘srandom’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’,
    ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’,
    ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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-release-linux-x86_64

compiled code

Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from ‘random’ (C)
  Found ‘srandom’, possibly from ‘srandom’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘R_curErrorBuf’, ‘ptr_R_Busy’,
    ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’,
    ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’,
    ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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-release-macos-arm64

compiled code

Note: information on .o files is not available
File ‘/Volumes/Builds/packages/big-sur-arm64/results/4.5/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit’, possibly from ‘exit’ (C)
  Found ‘_rand’, possibly from ‘rand’ (C)
  Found ‘_random’, possibly from ‘random’ (C)
  Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘R_curErrorBuf’, ‘ptr_R_Busy’,
    ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’,
    ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’,
    ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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-release-macos-x86_64

compiled code

Note: information on .o files is not available
File ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.5/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit’, possibly from ‘exit’ (C)
  Found ‘_rand’, possibly from ‘rand’ (C)
  Found ‘_random’, possibly from ‘random’ (C)
  Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
  Found non-API calls to R: ‘R_Consolefile’, ‘R_Outputfile’,
    ‘R_TempDir’, ‘R_Visible’, ‘R_curErrorBuf’, ‘ptr_R_Busy’,
    ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’, ‘ptr_R_ReadConsole’,
    ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’, ‘ptr_R_WriteConsole’,
    ‘ptr_R_WriteConsoleEx’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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-release-windows-x86_64

compiled code

Note: information on .o files for x64 is not available
File 'd:/Rcompile/CRANpkg/lib/4.5/Rserve/libs/x64/Rserve.dll':
  Found '_exit', possibly from '_exit' (C)
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'rand', possibly from 'rand' (C)
  Found 'srand', possibly from 'srand' (C)
File 'Rserve/libs/x64/Rserve.dll':
  Found non-API calls to R: 'R_Interactive', 'R_Visible',
    'R_curErrorBuf', 'Rf_initialize_R', 'setup_Rmainloop'

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
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

NOTE 0 OK · 14 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Simon Urbanek <Simon.Urbanek@r-project.org>’

Package has FOSS license, installs .class/.jar but has no 'java' directory.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Simon Urbanek <Simon.Urbanek@r-project.org>’

Package has FOSS license, installs .class/.jar but has no 'java' directory.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

Note: information on .o files is not available
File ‘/data/gannet/ripley/R/packages/tests-clang/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from ‘r
...[truncated]...
nts in R.
It is good practice to register native routines and to disable symbol
search.

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

Note: information on .o files is not available
File ‘/data/gannet/ripley/R/packages/tests-devel/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from ‘r
...[truncated]...
nts in R.
It is good practice to register native routines and to disable symbol
search.

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-macos-arm64

compiled code

Note: information on .o files is not available
File ‘/Volumes/Builds/packages/sonoma-arm64/results/4.6/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit’,
...[truncated]...
es and not actually be called.
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

Note: information on .o files for x64 is not available
File 'd:/Rcompile/CRANpkg/lib/4.6/Rserve/libs/x64/Rserve.dll':
  Found '_exit', possibly from '_exit' (C)
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly 
...[truncated]...
es and not actually be called.
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-patched-linux-x86_64

compiled code

Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from 
...[truncated]...
es and not actually be called.
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-release-linux-x86_64

compiled code

Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rserve/libs/Rserve.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
  Found ‘random’, possibly from 
...[truncated]...
es and not actually be called.
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-release-macos-arm64

compiled code

Note: information on .o files is not available
File ‘/Volumes/Builds/packages/big-sur-arm64/results/4.5/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit’
...[truncated]...
es and not actually be called.
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-release-macos-x86_64

compiled code

Note: information on .o files is not available
File ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.5/Rserve.Rcheck/Rserve/libs/Rserve.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit
...[truncated]...
es and not actually be called.
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-release-windows-x86_64

compiled code

Note: information on .o files for x64 is not available
File 'd:/Rcompile/CRANpkg/lib/4.5/Rserve/libs/x64/Rserve.dll':
  Found '_exit', possibly from '_exit' (C)
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly 
...[truncated]...
es and not actually be called.
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-oldrel-macos-arm64

installed package size

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

installed package size

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

installed package size

installed size is 19.3Mb
  sub-directories of 1Mb or more:
    libs  18.3Mb

Reverse Dependencies (3)

imports

suggests

Dependency Network

Dependencies Reverse dependencies RestRserve acumos FastRWeb Rserve

Version History

updated 1.8-19 ← 1.8-18 diff Mar 23, 2026
updated 1.8-18 ← 1.8-17 diff Mar 19, 2026
new 1.8-17 Mar 10, 2026
updated 1.8-17 ← 1.8-16 diff Feb 1, 2026
updated 1.8-16 ← 1.8-15 diff Dec 14, 2025
updated 1.8-15 ← 1.8-13 diff Dec 16, 2024
updated 1.8-13 ← 1.8-11 diff Nov 27, 2023
updated 1.8-11 ← 1.8-10 diff Nov 27, 2022
updated 1.8-10 ← 1.8-9 diff Nov 24, 2021
updated 1.8-9 ← 1.8-8 diff Nov 4, 2021
updated 1.8-8 ← 1.7-3.1 diff Nov 2, 2021
updated 1.7-3.1 ← 1.7-3 diff Apr 14, 2019
updated 1.7-3 ← 1.7-2 diff Aug 20, 2013
updated 1.7-2 ← 1.7-1 diff Aug 12, 2013
updated 1.7-1 ← 0.6-8.1 diff Aug 2, 2013
updated 0.6-8.1 ← 0.6-8 diff Mar 22, 2013
updated 0.6-8 ← 0.6-7 diff Feb 19, 2012
updated 0.6-7 ← 0.6-6 diff Jan 16, 2012
updated 0.6-6 ← 0.6-5 diff Dec 10, 2011
updated 0.6-5 ← 0.6-4 diff Jun 21, 2011