1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/packages.R
3\name{install_github}
4\alias{install_github}
5\title{An alias of \code{remotes::install_github()}}
6\usage{
7install_github(...)
8}
9\arguments{
10\item{...}{Arguments to be passed to
11\code{remotes::\link[remotes]{install_github}()}.}
12}
13\description{
14This alias is to make autocomplete faster via \code{xfun::install_github},
15because most \code{remotes::install_*} functions are never what I want. I
16only use \code{install_github} and it is inconvenient to autocomplete it,
17e.g. \code{install_git} always comes before \code{install_github}, but I
18never use it. In RStudio, I only need to type \code{xfun::ig} to get
19\code{xfun::install_github}.
20}
21