-
Notifications
You must be signed in to change notification settings - Fork 762
Expand file tree
/
Copy pathreexports.Rd
More file actions
36 lines (31 loc) · 1.06 KB
/
reexports.Rd
File metadata and controls
36 lines (31 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/package-deps.R, R/pkgbuild.R, R/pkgload.R,
% R/remotes.R, R/session-info.R
\docType{import}
\name{reexports}
\alias{reexports}
\alias{parse_deps}
\alias{check_dep_version}
\alias{with_debug}
\alias{clean_dll}
\alias{has_devel}
\alias{find_rtools}
\alias{unload}
\alias{github_pull}
\alias{github_release}
\alias{session_info}
\alias{package_info}
\title{Objects exported from other packages}
\usage{
github_pull(pull)
github_release()
}
\keyword{internal}
\description{
These objects are imported from other packages. Follow the links
below to see their documentation.
\describe{
\item{pkgbuild}{\code{\link[pkgbuild]{clean_dll}}, \code{\link[pkgbuild:has_rtools]{find_rtools}}, \code{\link[pkgbuild:has_compiler]{has_devel}}, \code{\link[pkgbuild]{with_debug}}}
\item{pkgload}{\code{\link[pkgload]{check_dep_version}}, \code{\link[pkgload]{parse_deps}}, \code{\link[pkgload]{unload}}}
\item{sessioninfo}{\code{\link[sessioninfo]{package_info}}, \code{\link[sessioninfo]{session_info}}}
}}