Get the OS from R
Get the type of the operating system. The returned value is used in configuring parallel computation for the implemented algorithms.
get_os()
This function is adapted from https://www.r-bloggers.com/identifying-the-os-from-r/
Useful links