-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithubr-package.Rd
24 lines (23 loc) · 1.03 KB
/
githubr-package.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/githubr-package.R
\docType{package}
\name{githubr-package}
\alias{githubr}
\alias{githubr-package}
\title{githubr: Interface to GitHub from R}
\description{
Based around the gh package, this package provides a user-friendly
interface to GitHub. Functions include adding or closing Issues, setting labels,
or creating new repositories. Most GitHub API requests are or will be available.
}
\seealso{
Read the package vignette for more details on usage:
\code{vignette("githubr", package = "githubr")}. See the \href{https://developer.github.com/v3/}{GitHub API documentation} for more details about the
types of requests that are possible to send to GitHub. For more details on
implementing your own requests or for how githubr's requests were
constructed, see the \href{https://github.com/r-lib/gh}{gh} R package.
}
\author{
\strong{Maintainer}: Luke Johnston \email{[email protected]} (\href{https://orcid.org/0000-0003-4169-2616}{ORCID})
}
\keyword{internal}