R/utils.R

Defines functions get_github_spec

get_github_spec <- function() {
    tryCatch(usethis:::target_repo_spec(ask = FALSE), error = function(e) NULL)
}

Try the biocthis package in your browser

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

biocthis documentation built on Feb. 28, 2021, 2:02 a.m.