Determines if the current system is running on Mac OS (Darwin).
Usage
is_mac()
Arguments
Value
Logical value indicating whether the system is Mac OS. Returns TRUE if Mac OS, FALSE otherwise.
Author
Satoshi Kume
Details
Check if the System is Running on Mac OS
This function determines whether the current system is running on Mac OS.
It utilizes the system information provided by R to check the operating system name,
and returns TRUE if it is Mac OS (Darwin), and FALSE otherwise.