-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
80 lines (79 loc) · 2.1 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
# Generated by roxygen2: do not edit by hand
S3method(add_weeks,data.frame)
S3method(add_weeks,raw_sge_accounting)
S3method(add_weeks,sge_accounting)
S3method(anonymize,data.frame)
S3method(anonymize,qstat_ext)
S3method(anonymize,qstat_xml)
S3method(anonymize,raw_sge_accounting)
S3method(anonymize,sge_accounting)
S3method(as_sge_accounting,raw_sge_accounting)
S3method(available,queues)
S3method(parse_category,sge_accounting)
S3method(print,sge_accounting)
export(add_weeks)
export(anonymize)
export(as_sge_accounting)
export(available)
export(beegfs_quota)
export(cpu_info)
export(dbi_import_sge_accounting)
export(disk_free)
export(has_qhost)
export(host_info)
export(host_table)
export(job_summary_by_status)
export(lscpu)
export(make_file_index)
export(mem_info)
export(on_hostname)
export(open_file_at)
export(parse_category)
export(qhost)
export(queues)
export(read_file_index)
export(read_qstat)
export(read_raw_sge_accounting)
export(read_sge_accounting)
export(round_ram)
export(save_file_index)
export(sge_accounting_file)
export(sge_failed_codes)
export(sge_make_week_index)
export(system_info)
export(users_over_time)
export(write_raw_sge_accounting)
importFrom(DBI,dbExecute)
importFrom(DBI,dbWriteTable)
importFrom(R.cache,loadCache)
importFrom(R.cache,saveCache)
importFrom(dplyr,left_join)
importFrom(forcats,fct_anon)
importFrom(future,future)
importFrom(future,plan)
importFrom(future,value)
importFrom(glue,glue)
importFrom(parallel,splitIndices)
importFrom(parallelly,isConnectionValid)
importFrom(prettyunits,pretty_bytes)
importFrom(prettyunits,pretty_dt)
importFrom(prettyunits,pretty_sec)
importFrom(progressr,progressor)
importFrom(readr,col_character)
importFrom(readr,col_date)
importFrom(readr,col_datetime)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_table)
importFrom(readr,read_tsv)
importFrom(readr,write_delim)
importFrom(readr,write_tsv)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,file_test)
importFrom(utils,str)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)