R/devtools.R

Defines functions github_pat parse_git_repo github_remote remote_sha

remote_sha <- function(...){
  getFromNamespace('remote_sha', 'remotes')(...)
}

github_remote <- function(...){
  getFromNamespace('github_remote', 'remotes')(...)
}

parse_git_repo <- function(...){
  getFromNamespace('parse_git_repo', 'remotes')(...)
}

github_pat <- function(...){
  getFromNamespace('github_pat', 'remotes')(...)
}

Try the opencpu package in your browser

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

opencpu documentation built on Aug. 7, 2023, 5:12 p.m.