forked from ecos-umons/extractoR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (39 loc) · 1.36 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
import(data.table)
import(logging)
import(parallel)
importFrom(RCurl, getCurlHandle, getURL, getCurlInfo)
importFrom(mongolite, mongo)
importFrom(utils, head, read.csv, write.csv)
importFrom(XML, htmlTreeParse, xpathSApply, xmlValue, xmlAttrs, xmlNode)
importFrom(utils, download.file, untar)
importFrom(stringr, str_trim)
importFrom(jsonlite, toJSON, fromJSON)
importFrom(hash, hash)
importFrom(yaml, as.yaml, yaml.load_file)
## importFrom(feather, read_feather, write_feather)
importFrom(sourceR, ParsePackage, FunctionDefinitions, FunctionCalls,
CodingStyle)
# update
export(CRANIndex, GithubIndex, UpdateIndex)
export(RunGit, ParseDate)
# extract
export(ExtractDescriptionFiles, Descfiles)
export(ReadDescfile, ReadCRANDescfile, ReadGithubDescfile)
export(ExtractDependencies, Dependencies)
export(ExtractRoles, Roles)
export(ExtractNamespaceFiles, Namespaces)
export(ReadCRANNamespace, ReadGithubNamespace)
export(ExtractPackages, Packages)
## export(FilterPackages)
# code
export(ParseCode, ParsePackage)
export(ExtractFunctions, FunctionDefinitions)
export(ExtractFunctionCalls, FunctionCalls)
export(ExtractCodingStyle, CodingStyle)
## export(ResolveFunctionCalls)
# snapshots
export(ListCheckings, ReadChecking, ConvertCSV)
export(SnapshotIndex, CRANCheckHistory, FlavorHistory)
# misc
export(ParseGithubRepositoryName, ParseRepositoryId)
## export(MakeTravisIndex)