forked from USGS-R/grantools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 699 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 699 Bytes
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
# Generated by roxygen2: do not edit by hand
export(build_GRAN_all)
export(build_bin)
export(checkAvailablePackages)
export(checkNumbers)
export(check_src_tags)
export(collapseDepGraph)
export(dir_version)
export(dl_build_src)
export(generate_gran_html)
export(makeDepGraphFromDescription)
export(read_src_list)
export(set_version)
export(writeBuildList)
import(devtools)
import(httr)
import(tools)
import(utils)
importFrom(httr,HEAD)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,delete_vertices)
importFrom(igraph,edge)
importFrom(igraph,make_empty_graph)
importFrom(igraph,vertex)
importFrom(miniCRAN,makeDepGraph)
importFrom(miniCRAN,pkgDep)
importFrom(utils,compareVersion)