forked from DOI-USGS/scipiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(POSIX2char)
export(as_data_file)
export(as_ind_file)
export(char2POSIX)
export(combine_to_ind)
export(combine_to_tibble)
export(create_task_makefile)
export(create_task_plan)
export(create_task_step)
export(create_task_table)
export(fetch)
export(gd_config)
export(gd_confirm_posted)
export(gd_get)
export(gd_list)
export(gd_put)
export(get_remake_status)
export(hash_dependencies)
export(is_ind_file)
export(list_all_targets)
export(loop_tasks)
export(psprintf)
export(s3_config)
export(s3_confirm_posted)
export(s3_get)
export(s3_put)
export(sc_declare_current)
export(sc_indicate)
export(sc_retrieve)
export(scbless)
export(scdel)
export(scmake)
export(setup_dirs)
export(setup_files)
export(which_dirty)
export(why_dirty)
import(dplyr)
import(progress)
import(tidyr)
importFrom(digest,digest)
importFrom(methods,getPackageName)
importFrom(purrr,map2_chr)
importFrom(remake,fetch)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tibble,is_tibble)
importFrom(utils,packageVersion)
importFrom(utils,tail)