R/utils.R

# function to check that the OS is windows
check_windows <- function(){
  unname(Sys.info()['sysname']) == 'Windows'
}

assertthat::assert_that(Sys.info()['sysname'] == 'Windows')
thelayc/laycReportCards documentation built on May 31, 2019, 9:16 a.m.