forked from pik-piam/lucode2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
113 lines (112 loc) · 3 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand
export(SystemCommandAvailable)
export(addEOF)
export(addGitHubActions)
export(autoFormat)
export(buildLibrary)
export(check)
export(checkRepoUpToDate)
export(checkRequiredPackages)
export(check_versions)
export(checkup)
export(findCoupledruns)
export(findDeps)
export(findIterations)
export(fixfile)
export(functionHeaderDefaults)
export(getClusterLoad)
export(getPackageAuthors)
export(getScenNames)
export(gitAuthors)
export(lint)
export(lintrRules)
export(manipulateConfig)
export(manipulateFile)
export(memCheck)
export(mergestatistics)
export(package2readme)
export(packageInfo)
export(path)
export(piamPackages)
export(produce_missing_reports)
export(readArgs)
export(readRuntime)
export(removeEOF)
export(rename_scenario)
export(rmAllbut)
export(runstatistics)
export(sendmail)
export(setup_info)
export(setwd2)
export(snakeToCamel)
export(testPackage)
export(updateRepo)
export(verifyCheck)
export(verifyLinter)
export(verifyTests)
importFrom(callr,r)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(desc,desc)
importFrom(desc,desc_get_deps)
importFrom(devtools,build)
importFrom(devtools,check)
importFrom(devtools,document)
importFrom(devtools,install_deps)
importFrom(devtools,install_github)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,summarize)
importFrom(lintr,T_and_F_symbol_linter)
importFrom(lintr,absolute_path_linter)
importFrom(lintr,cyclocomp_linter)
importFrom(lintr,default_undesirable_functions)
importFrom(lintr,default_undesirable_operators)
importFrom(lintr,line_length_linter)
importFrom(lintr,linters_with_defaults)
importFrom(lintr,object_length_linter)
importFrom(lintr,object_name_linter)
importFrom(lintr,todo_comment_linter)
importFrom(lintr,undesirable_function_linter)
importFrom(lintr,undesirable_operator_linter)
importFrom(rlang,.data)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(tools,md5sum)
importFrom(tools,write_PACKAGES)
importFrom(usethis,git_remotes)
importFrom(usethis,local_project)
importFrom(usethis,use_coverage)
importFrom(usethis,with_project)
importFrom(utils,askYesNo)
importFrom(utils,available.packages)
importFrom(utils,capture.output)
importFrom(utils,citation)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,object.size)
importFrom(utils,old.packages)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,read.delim)
importFrom(utils,sessionInfo)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,type.convert)
importFrom(utils,update.packages)
importFrom(utils,vignette)
importFrom(withr,defer)
importFrom(withr,local_connection)
importFrom(withr,local_dir)
importFrom(withr,local_envvar)
importFrom(withr,local_options)
importFrom(withr,local_tempdir)
importFrom(withr,local_tempfile)
importFrom(withr,with_dir)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)