Revision e11c4e05c3ff6dd680c7c9c3ad543e9676274b64 authored by Richard M. Heiberger on 07 September 2020, 09:20:28 UTC, committed by cran-robot on 07 September 2020, 09:20:28 UTC
1 parent f9b0dbe
Raw File
AAAAAAA.if.R.R
"if.R" <-
function(r, s) {
  if (exists("is.R") && is.function(is.R) && is.R()) r
  else s
}

back to top