R/sysinfo.R

Defines functions sysinfo

Documented in sysinfo

sysinfo<-function()
  {


A = .Machine

B = .Platform


print(paste(sep=" ", "Platform=", B$OS.type))
print(paste(sep=" ", "Endian=", B$endian))
print(paste(sep=" ", "Size of LONG=", A$sizeof.long))

invisible(list(A=A, B=B))
  }

Try the RSEIS package in your browser

Any scripts or data that you put into this service are public.

RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.