forked from mitchelloharawild/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
92 lines (91 loc) · 2.36 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
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
S3method("$",list_of_csl_names)
S3method(arrange,vitae_preserve)
S3method(as.Date,csl_date)
S3method(distinct,vitae_preserve)
S3method(filter,vitae_preserve)
S3method(format,csl_date)
S3method(format,csl_dates)
S3method(format,csl_name)
S3method(format,csl_names)
S3method(format,list_of_csl_names)
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,list_of_csl_names)
S3method(obj_print_data,list_of_csl_names)
S3method(pillar_shaft,list_of_csl_names)
S3method(print,csl_date)
S3method(print,csl_name)
S3method(rename,vitae_preserve)
S3method(select,vitae_preserve)
S3method(slice,vitae_preserve)
S3method(summarise,vitae_preserve)
S3method(tbl_sum,vitae_bibliography)
S3method(tbl_sum,vitae_brief)
S3method(tbl_sum,vitae_detailed)
S3method(transmute,vitae_preserve)
S3method(vec_cast,Date.csl_dates)
S3method(vec_cast,csl_dates.list)
S3method(vec_cast,list_of_csl_names.list)
S3method(vec_cast.character,list_of_csl_names)
S3method(vec_proxy_order,csl_dates)
S3method(vec_proxy_order,list_of_csl_names)
S3method(vec_ptype_abbr,csl_dates)
S3method(xtfrm,csl_dates)
S3method(xtfrm,list_of_csl_names)
export("%>%")
export(arrange)
export(awesomecv)
export(bibliography_entries)
export(brief_entries)
export(csl_date)
export(csl_dates)
export(csl_name)
export(csl_names)
export(cv_document)
export(detailed_entries)
export(distinct)
export(filter)
export(group_by)
export(hyndman)
export(latexcv)
export(list_of_csl_names)
export(markdowncv)
export(moderncv)
export(mutate)
export(rename)
export(select)
export(slice)
export(summarise)
export(transmute)
export(twentyseconds)
import(glue)
import(rlang)
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(tibble,tbl_sum)