Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sysinfo

System Information


Description

Extract OS system information

Usage

sysinfo()

Details

Returns parts of the output of variables .Machine and .Platform.

Endian Problem

these should be used for reading binary data when crossing platforms. If binary files are created on a little-endian platform, but are being read on a big-endian platform, then one should use "swap".

SizeOf Problem

Many older machines use 4 bytes for LONG. Newer 64 bit machines use 8 bytes for LONG = so this is a big problem.

Value

A=.Machine, B=.Platform

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

.Machine, .Platform

Examples

sysinfo()

RSEIS

Seismic Time Series Analysis Tools

v3.9-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Jake Anderson [ctb], Leonard Lisapaly [ctb], Dave Harris [aut, cph]
Initial release
2020-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.