R/aaa.R

Defines functions packageVersionInternal

#' @importFrom utils packageVersion packageName
packageVersionInternal <- function() {
    ## To handle a roxygen run
    packageName = packageName()
    if (packageName == "roxygen_devtest") {
        return(package_version("0.0.0"))
    }
    packageVersion(packageName())
}

Try the geneClassifiers package in your browser

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

geneClassifiers documentation built on Nov. 8, 2020, 4:58 p.m.