R/get_default_github_repo_branch_name.R

Defines functions get_default_github_repo_branch_name

Documented in get_default_github_repo_branch_name

#' Get the name of the default GitHub repository branch
#' @return a string with the name of the git branch
#' @examples
#' get_default_github_repo_branch_name()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_github_repo_branch_name <- function() { # nolint indeed a long function name
  "Pheno"
}
richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.