forked from mitchelloharawild/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
80 lines (79 loc) · 2.02 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
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
S3method("$",csl_name)
S3method(arrange,vitae_preserve)
S3method(distinct,vitae_preserve)
S3method(filter,vitae_preserve)
S3method(format,csl_date)
S3method(format,csl_name)
S3method(group_by,vitae_preserve)
S3method(knit_print,vitae_bibliography)
S3method(knit_print,vitae_brief)
S3method(knit_print,vitae_detailed)
S3method(mutate,vitae_preserve)
S3method(names,csl_name)
S3method(pillar_shaft,csl_name)
S3method(rename,vitae_preserve)
S3method(select,vitae_preserve)
S3method(slice,vitae_preserve)
S3method(summarise,vitae_preserve)
S3method(transmute,vitae_preserve)
S3method(vec_cast.character,csl_date)
S3method(vec_cast.character,csl_name)
S3method(vec_cast.double,csl_date)
S3method(vec_proxy_order,csl_date)
S3method(vec_proxy_order,csl_name)
S3method(vec_ptype2,csl_date.double)
S3method(vec_ptype2.double,csl_date)
S3method(vec_ptype_abbr,csl_date)
S3method(vec_ptype_abbr,csl_name)
S3method(xtfrm,csl_date)
S3method(xtfrm,csl_name)
export("%>%")
export(arrange)
export(awesomecv)
export(bibliography_entries)
export(brief_entries)
export(csl_date)
export(csl_name)
export(cv_document)
export(detailed_entries)
export(distinct)
export(filter)
export(group_by)
export(hyndman)
export(latexcv)
export(moderncv)
export(mutate)
export(rename)
export(select)
export(slice)
export(summarise)
export(transmute)
export(twentyseconds)
import(glue)
import(vctrs)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(knitr,knit_print)
importFrom(pillar,pillar_shaft)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,"%@%")
importFrom(rlang,":=")
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,expr_text)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(vctrs,vec_proxy_order)
importFrom(vctrs,vec_ptype_abbr)