-
Notifications
You must be signed in to change notification settings - Fork 43
/
NAMESPACE
41 lines (40 loc) · 1.04 KB
/
NAMESPACE
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
36
37
38
39
40
41
# Generated by roxygen2: do not edit by hand
S3method(plot,pkgDepGraph)
S3method(print,pkgDep)
export(addLocalPackage)
export(addOldPackage)
export(addPackage)
export(addPackageListingGithub)
export(basePkgs)
export(checkVersions)
export(getCranDescription)
export(is.online)
export(makeDepGraph)
export(makeLibrary)
export(makeRepo)
export(oldPackages)
export(pkgAvail)
export(pkgDep)
export(updatePackages)
export(updateRepoIndex)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(igraph,V)
importFrom(igraph,plot.igraph)
importFrom(methods,is)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(tools,write_PACKAGES)
importFrom(utils,chooseCRANmirror)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
importFrom(utils,download.packages)
importFrom(utils,flush.console)
importFrom(utils,installed.packages)
importFrom(utils,select.list)