tests/testthat/helper-architecture.R

is_macos <- function(){
  Sys.info()["sysname"] == "Darwin"
}

is_windows <- function(){
  Sys.info()["sysname"] == "Windows"
}

Try the glmGamPoi package in your browser

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

glmGamPoi documentation built on Nov. 8, 2020, 7:14 p.m.