R/sysinfo.R

Defines functions sysinfo

Documented in sysinfo

sysinfo<-function()
  {


A = .Machine

B = .Platform


message(paste(sep=" ", "Platform=", B$OS.type))
message(paste(sep=" ", "Endian=", B$endian))
message(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 May 29, 2024, 11:04 a.m.