-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
116 lines (115 loc) · 3.42 KB
/
NAMESPACE
File metadata and controls
116 lines (115 loc) · 3.42 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
export(add_report_hyperlinks_reg)
export(calculate_breadcrumb_base_path)
export(cite_certificate)
export(codecheck_metadata)
export(complete_codecheck_yml)
export(copy_manifest_files)
export(copy_package_javascript)
export(create_codecheck_files)
export(generate_breadcrumb)
export(generate_cert_json)
export(generate_cert_schema_org)
export(generate_codechecker_profile_links)
export(generate_codechecker_redirect)
export(generate_codechecker_redirects)
export(generate_codechecker_schema_org)
export(generate_footer_build_info)
export(generate_meta_generator_content)
export(generate_navigation_header)
export(generate_robots_txt)
export(generate_sitemap)
export(get_build_metadata)
export(get_certificate_from_github_issue)
export(get_codecheck_yml)
export(get_codechecker_profile)
export(get_codechecker_profile_by_handle)
export(get_codecheckers_data)
export(get_git_info)
export(get_github_handle_by_name)
export(get_lifecycle_metadata)
export(get_or_create_zenodo_record)
export(get_zenodo_id)
export(get_zenodo_record)
export(is_placeholder_certificate)
export(latex_codecheck_logo)
export(latex_summary_of_manifest)
export(latex_summary_of_metadata)
export(list_manifest_files)
export(load_venues_config)
export(register_check)
export(register_clear_cache)
export(register_render)
export(render_manifest_files)
export(set_zenodo_certificate)
export(setup_external_libraries)
export(update_certificate_from_github)
export(update_codecheck_yml_from_lifecycle)
export(upload_zenodo_certificate)
export(upload_zenodo_metadata)
export(validate_certificate_for_rendering)
export(validate_certificate_github_issue)
export(validate_codecheck_yml)
export(validate_codecheck_yml_crossref)
export(validate_codecheck_yml_orcid)
export(validate_contents_references)
export(validate_yaml_syntax)
export(write_meta_json)
import(dplyr)
import(jsonlite)
importFrom(R.cache,addMemoization)
importFrom(R.cache,getCacheRootPath)
importFrom(gh,gh)
importFrom(git2r,commits)
importFrom(git2r,in_repository)
importFrom(git2r,last_commit)
importFrom(git2r,remote_url)
importFrom(git2r,remotes)
importFrom(git2r,repository)
importFrom(git2r,sha)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,progress)
importFrom(httr,status_code)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,prettify)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,write_json)
importFrom(knitr,kable)
importFrom(magick,image_read)
importFrom(magick,image_write)
importFrom(osfr,osf_download)
importFrom(osfr,osf_ls_files)
importFrom(osfr,osf_retrieve_node)
importFrom(parsedate,parse_date)
importFrom(pdftools,pdf_info)
importFrom(readxl,read_excel)
importFrom(rmarkdown,render)
importFrom(rorcid,check_dois)
importFrom(rorcid,orcid_person)
importFrom(rsvg,rsvg_pdf)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(stringr,str_ends)
importFrom(stringr,str_match)
importFrom(stringr,str_replace_all)
importFrom(utils,askYesNo)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(whisker,whisker.render)
importFrom(xtable,xtable)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load)
importFrom(zen4R,ZenodoManager)
importFrom(zen4R,ZenodoRecord)