-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
S3method(format_toml,"NULL")
S3method(format_toml,character)
S3method(format_toml,data.frame)
S3method(format_toml,default)
S3method(format_toml,double)
S3method(format_toml,integer)
S3method(format_toml,list)
S3method(format_toml,logical)
S3method(format_toml,name)
export(cancel_slurm_job)
export(generate_nmm_config)
export(get_slurm_jobs)
export(get_slurm_partitions)
export(submit_slurm_job)
export(toggle_logger)
importFrom(brio,read_file)
importFrom(brio,write_file)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_exists)
importFrom(fs,file_chmod)
importFrom(fs,file_exists)
importFrom(fs,is_absolute_path)
importFrom(fs,path_abs)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(jsonlite,fromJSON)
importFrom(processx,run)
importFrom(purrr,discard)
importFrom(purrr,flatten_chr)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_if)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,as_function)
importFrom(rlang,dots_list)
importFrom(rlang,is_atomic)
importFrom(rlang,is_missing)
importFrom(rlang,names2)
importFrom(stringi,stri_replace_all_regex)
importFrom(tibble,tibble)
importFrom(utils,globalVariables)
importFrom(utils,read.table)
importFrom(whisker,whisker.render)
importFrom(withr,with_dir)