-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
82 lines (81 loc) · 2.14 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
# Generated by roxygen2: do not edit by hand
S3method(print,plm)
S3method(print,plm_icon)
export(Plume)
export(PlumeQuarto)
export(credit_roles)
export(enumerate)
export(everyone)
export(everyone_but)
export(orcid)
export(plm_template)
export(sequential)
export(set_default_names)
importFrom(R6,R6Class)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,dense_rank)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,if_any)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(jsonlite,parse_json)
importFrom(jsonlite,toJSON)
importFrom(lifecycle,deprecated)
importFrom(purrr,iwalk)
importFrom(purrr,list_assign)
importFrom(purrr,list_modify)
importFrom(purrr,list_rbind)
importFrom(purrr,list_transpose)
importFrom(purrr,map)
importFrom(purrr,map2_vec)
importFrom(purrr,map_vec)
importFrom(purrr,partial)
importFrom(purrr,reduce)
importFrom(readr,read_file)
importFrom(readr,write_lines)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,abort)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,enexprs)
importFrom(rlang,have_name)
importFrom(rlang,is_bool)
importFrom(rlang,is_call)
importFrom(rlang,is_named)
importFrom(rlang,is_string)
importFrom(rlang,is_true)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stringr,fixed)
importFrom(stringr,regex)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_1)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_row)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,starts_with)
importFrom(vctrs,vec_duplicate_any)
importFrom(vctrs,vec_group_id)
importFrom(vctrs,vec_rank)
importFrom(vctrs,vec_restore)