R/zz.R

.tmp.f <- function(){}      # overwrite other tmp functions for R CMD Check


# from twMisc
.fileExt <- function (filenames) 
{
    ifelse(regexpr("\\.", filenames) != -1, sub("(^.*[.])([^.]*)$", 
                    "\\2", filenames, perl = TRUE), "")
}

Try the twConfig package in your browser

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

twConfig documentation built on May 2, 2019, 6:26 p.m.