platform_detect: Detect platform and architecture
Description
Detect platform and architecture
Usage
platform_detect(quiet = TRUE)
Value
A list of length 2 with the detected platform and architecture.
Arguments
- quiet
A logical
value indicating whether to suppress messages. Can be TRUE
or FALSE
.