-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.43 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(cite_certificate)
export(codecheck_metadata)
export(copy_manifest_files)
export(create_codecheck_files)
export(get_codecheck_yml)
export(get_or_create_zenodo_record)
export(get_zenodo_id)
export(get_zenodo_record)
export(latex_codecheck_logo)
export(latex_summary_of_manifest)
export(latex_summary_of_metadata)
export(list_manifest_files)
export(register_check)
export(register_clear_cache)
export(register_render)
export(set_zenodo_certificate)
export(upload_zenodo_metadata)
export(validate_codecheck_yml)
import(dplyr)
import(jsonlite)
importFrom(R.cache,addMemoization)
importFrom(R.cache,getCacheRootPath)
importFrom(gh,gh)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(knitr,kable)
importFrom(osfr,osf_download)
importFrom(osfr,osf_ls_files)
importFrom(osfr,osf_retrieve_node)
importFrom(parsedate,parse_date)
importFrom(pdftools,pdf_info)
importFrom(rmarkdown,render)
importFrom(rorcid,check_dois)
importFrom(stringr,str_match)
importFrom(stringr,str_replace_all)
importFrom(utils,askYesNo)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(whisker,whisker.render)
importFrom(xtable,xtable)
importFrom(yaml,read_yaml)
importFrom(yaml,yaml.load)
importFrom(zen4R,ZenodoManager)
importFrom(zen4R,ZenodoRecord)