R/get_default_github_repo_url.R

Defines functions get_default_github_repo_url

Documented in get_default_github_repo_url

#' Get the default GitHub repository URL
#' @return a string with the URL
#' @examples
#' get_default_github_repo_url()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_github_repo_url <- function() {
  "https://github.com/richelbilderbeek/GenoCAE"
}
richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.