-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
52 lines (51 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(add_read)
export(add_write)
export(create_config)
export(fair_init)
export(fair_run)
export(fdp)
export(finalise)
export(find_read_match)
export(find_write_match)
export(findme)
export(get_components)
export(get_dataproduct)
export(get_entry)
export(initialise)
export(link_read)
export(link_write)
export(raise_issue)
export(raise_issue_config)
export(raise_issue_repo)
export(raise_issue_script)
export(random_hash)
export(read_array)
export(read_distribution)
export(read_estimate)
export(read_table)
export(write_array)
export(write_distribution)
export(write_estimate)
export(write_table)
import(R6)
import(assertthat, except = has_name)
import(cli)
import(configr)
import(dplyr)
import(httr)
import(jsonlite)
import(rhdf5)
import(semver)
import(usethis)
import(yaml)
importFrom(git2r,last_commit)
importFrom(git2r,remote_url)
importFrom(git2r,sha)
importFrom(openssl,sha1)
importFrom(stats,setNames)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,type.convert)
importFrom(utils,unzip)
importFrom(utils,write.csv)