1# Generated by roxygen2: do not edit by hand
2
3S3method(check_field,DescriptionAddedByRCMD)
4S3method(check_field,DescriptionAuthorsAtR)
5S3method(check_field,DescriptionClassification)
6S3method(check_field,DescriptionCollate)
7S3method(check_field,DescriptionCompression)
8S3method(check_field,DescriptionDate)
9S3method(check_field,DescriptionDependencyList)
10S3method(check_field,DescriptionDescription)
11S3method(check_field,DescriptionEncoding)
12S3method(check_field,DescriptionField)
13S3method(check_field,DescriptionFreeForm)
14S3method(check_field,DescriptionLanguage)
15S3method(check_field,DescriptionLicense)
16S3method(check_field,DescriptionLogical)
17S3method(check_field,DescriptionMaintainer)
18S3method(check_field,DescriptionOSType)
19S3method(check_field,DescriptionPackage)
20S3method(check_field,DescriptionPackageList)
21S3method(check_field,DescriptionPriority)
22S3method(check_field,DescriptionRemotes)
23S3method(check_field,DescriptionRepoList)
24S3method(check_field,DescriptionRepository)
25S3method(check_field,DescriptionTitle)
26S3method(check_field,DescriptionType)
27S3method(check_field,DescriptionURL)
28S3method(check_field,DescriptionURLList)
29S3method(check_field,DescriptionVersion)
30S3method(format,DescriptionAuthorsAtR)
31S3method(format,DescriptionCollate)
32S3method(format,DescriptionDependencyList)
33S3method(format,DescriptionField)
34S3method(format,DescriptionPackageList)
35S3method(format,DescriptionRemotes)
36S3method(toLatex,DescriptionAuthorsAtR)
37S3method(toLatex,DescriptionCollate)
38S3method(toLatex,DescriptionField)
39S3method(toLatex,DescriptionURL)
40S3method(toLatex,DescriptionURLList)
41S3method(toLatex,character)
42S3method(toLatex,person)
43export(check_field)
44export(cran_ascii_fields)
45export(cran_valid_fields)
46export(dep_types)
47export(desc)
48export(desc_add_author)
49export(desc_add_author_gh)
50export(desc_add_me)
51export(desc_add_orcid)
52export(desc_add_remotes)
53export(desc_add_role)
54export(desc_add_to_collate)
55export(desc_add_urls)
56export(desc_bump_version)
57export(desc_change_maintainer)
58export(desc_clear_remotes)
59export(desc_clear_urls)
60export(desc_coerce_authors_at_r)
61export(desc_del)
62export(desc_del_author)
63export(desc_del_collate)
64export(desc_del_dep)
65export(desc_del_deps)
66export(desc_del_from_collate)
67export(desc_del_remotes)
68export(desc_del_role)
69export(desc_del_urls)
70export(desc_fields)
71export(desc_get)
72export(desc_get_author)
73export(desc_get_authors)
74export(desc_get_built)
75export(desc_get_collate)
76export(desc_get_deps)
77export(desc_get_field)
78export(desc_get_list)
79export(desc_get_maintainer)
80export(desc_get_or_fail)
81export(desc_get_remotes)
82export(desc_get_urls)
83export(desc_get_version)
84export(desc_has_dep)
85export(desc_has_fields)
86export(desc_normalize)
87export(desc_print)
88export(desc_reformat_fields)
89export(desc_reorder_fields)
90export(desc_set)
91export(desc_set_authors)
92export(desc_set_collate)
93export(desc_set_dep)
94export(desc_set_deps)
95export(desc_set_list)
96export(desc_set_remotes)
97export(desc_set_urls)
98export(desc_set_version)
99export(desc_to_latex)
100export(desc_validate)
101export(description)
102importFrom(R6,R6Class)
103importFrom(crayon,blue)
104importFrom(crayon,red)
105importFrom(crayon,strip_style)
106importFrom(rprojroot,find_root)
107importFrom(utils,as.person)
108importFrom(utils,packageName)
109importFrom(utils,person)
110importFrom(utils,tail)
111importFrom(utils,toLatex)
112importFrom(utils,untar)
113importFrom(utils,unzip)
114