-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.79 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
export(.libPathDefault)
export(.teardownProject)
export(PlotModuleGraph)
export(findProjectName)
export(findProjectPath)
export(getGithubFile)
export(getModule)
export(listModules)
export(machine)
export(metadataInModules)
export(moduleDependencies)
export(moduleDependenciesToGraph)
export(node)
export(packagesInModules)
export(pkgload2)
export(setProjPkgDir)
export(setupFunctions)
export(setupGitIgnore)
export(setupModules)
export(setupOptions)
export(setupPackages)
export(setupParams)
export(setupPaths)
export(setupProject)
export(setupSideEffects)
export(setupStudyArea)
export(user)
import(methods)
importFrom(Require,.downloadFileMasterMainAuth)
importFrom(Require,checkPath)
importFrom(Require,extractInequality)
importFrom(Require,extractPkgGitHub)
importFrom(Require,extractPkgName)
importFrom(Require,extractVersionNumber)
importFrom(Require,normPath)
importFrom(Require,tempfile2)
importFrom(Require,trimVersionNumber)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(fs,path_has_parent)
importFrom(fs,path_rel)
importFrom(fs,path_split)
importFrom(rprojroot,find_root)
importFrom(rprojroot,from_wd)
importFrom(rprojroot,is_git_root)
importFrom(rprojroot,is_rstudio_project)
importFrom(rstudioapi,getActiveProject)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(stats,na.omit)
importFrom(tools,R_user_dir)
importFrom(tools,file_ext)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,file.edit)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(utils,stack)
importFrom(utils,tail)
importFrom(utils,tar)