R/utils.R

Defines functions get_github_spec

get_github_spec <- function() {
    tryCatch(usethis:::target_repo_spec(ask = FALSE), error = function(e) NULL)
}
lcolladotor/biocthis documentation built on Jan. 17, 2024, 8:07 p.m.