forked from datawookie/emayili
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.59 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
S3method(as.character,envelope)
S3method(as.character,header)
S3method(as.character,vctrs_address)
S3method(format,vctrs_address)
S3method(print,envelope)
S3method(print,vctrs_address)
S3method(vec_ptype_abbr,vctrs_address)
S3method(vec_ptype_full,vctrs_address)
export("%>%")
export(address)
export(as.address)
export(attachment)
export(bcc)
export(cc)
export(compliant)
export(display)
export(domain)
export(envelope)
export(expires)
export(from)
export(html)
export(importance)
export(inreplyto)
export(local)
export(parties)
export(priority)
export(qp_decode)
export(qp_encode)
export(raw)
export(references)
export(render)
export(reply)
export(replyby)
export(sender)
export(sensitivity)
export(server)
export(subject)
export(text)
export(to)
import(curl)
import(digest)
import(dplyr)
import(logger)
import(purrr)
import(stringr)
import(tidyr)
import(xml2)
importFrom(base64enc,base64encode)
importFrom(commonmark,markdown_html)
importFrom(glue,glue)
importFrom(htmltools,tags)
importFrom(httr,http_date)
importFrom(magrittr,"%>%")
importFrom(mime,guess_type)
importFrom(rmarkdown,html_document)
importFrom(rmarkdown,render)
importFrom(stats,setNames)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(tools,file_ext)
importFrom(urltools,url_decode)
importFrom(utils,packageVersion)
importFrom(vctrs,field)
importFrom(vctrs,new_rcrd)
importFrom(vctrs,vec_assert)
importFrom(vctrs,vec_cast_common)
importFrom(vctrs,vec_ptype_abbr)
importFrom(vctrs,vec_ptype_full)
importFrom(vctrs,vec_recycle_common)
importFrom(xfun,read_utf8)