-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.18 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Generated by roxygen2: do not edit by hand
export(GAMScodeFilter)
export(addEOF)
export(buildLibrary)
export(checkAppearance)
export(checkDescription)
export(checkSwitchAppearance)
export(check_config)
export(checkoutLibraries)
export(codeCheck)
export(codeExtract)
export(commitLibraries)
export(convert.modularGAMS)
export(copy_input)
export(delete_olddata)
export(download_distribute)
export(download_unpack)
export(findCoupledruns)
export(findIterations)
export(fixfile)
export(fulldataOutput)
export(functionHeaderDefaults)
export(getModules)
export(getScenNames)
export(get_info)
export(getfiledestinations)
export(interfaceplot)
export(is.modularGAMS)
export(maintain_libraries)
export(manipulateConfig)
export(manipulateFile)
export(memCheck)
export(mergestatistics)
export(model_dependencies)
export(model_lock)
export(model_unlock)
export(module.skeleton)
export(modules_interfaceplot)
export(packageInfo)
export(path)
export(produce_missing_reports)
export(publish_data)
export(readArgs)
export(readDeclarations)
export(readRuntime)
export(removeEOF)
export(rename_scenario)
export(replace_in_file)
export(rmAllbut)
export(runstatistics)
export(setScenario)
export(settingsCheck)
export(setup_info)
export(setwd2)
export(singleGAMSfile)
export(tardir)
export(updateInterfaceMapping)
export(updateRepo)
export(update_fulldataOutput)
export(update_modules_embedding)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,summarize)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(stringr,fixed)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(utils,available.packages)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,read.delim)
importFrom(utils,sessionInfo)
importFrom(utils,tail)
importFrom(utils,type.convert)
importFrom(utils,untar)
importFrom(utils,write.csv)
importFrom(utils,write.table)