-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
44 lines (43 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(cite_certificate)
export(codecheck_metadata)
export(copy_manifest_files)
export(create_codecheck_files)
export(create_zenodo_record)
export(get_codecheck_yml)
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(validate_codecheck_yml)
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(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,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,ZenodoRecord)