R/systemInfo.R

Defines functions get_system_info

Documented in get_system_info

#' @title get_system_info
#' @description This function prints operating system, CPU, GPU, and OpenCL version information.
#' @return List of system information.
#' 
#' @useDynLib clrng
#' @export

get_system_info <- function() {
  .Call("_getSystemInfo")
}

Try the clrng package in your browser

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

clrng documentation built on Sept. 11, 2024, 7:19 p.m.