-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
92 lines (91 loc) · 2.67 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(Ops,projects_author)
S3method(Ops,projects_stage)
S3method(print,projects_metadata_tbl)
S3method(vec_cast,projects_author)
S3method(vec_cast,projects_stage)
S3method(vec_cast.character,projects_author)
S3method(vec_cast.character,projects_stage)
S3method(vec_cast.double,projects_author)
S3method(vec_cast.double,projects_stage)
S3method(vec_cast.integer,projects_author)
S3method(vec_cast.integer,projects_stage)
S3method(vec_cast.projects_author,character)
S3method(vec_cast.projects_author,default)
S3method(vec_cast.projects_author,integer)
S3method(vec_cast.projects_author,projects_author)
S3method(vec_cast.projects_stage,character)
S3method(vec_cast.projects_stage,default)
S3method(vec_cast.projects_stage,double)
S3method(vec_cast.projects_stage,integer)
S3method(vec_cast.projects_stage,projects_stage)
S3method(vec_ptype2,projects_author)
S3method(vec_ptype2,projects_stage)
S3method(vec_ptype2.character,projects_author)
S3method(vec_ptype2.character,projects_stage)
S3method(vec_ptype2.projects_author,character)
S3method(vec_ptype2.projects_author,default)
S3method(vec_ptype2.projects_author,projects_author)
S3method(vec_ptype2.projects_stage,character)
S3method(vec_ptype2.projects_stage,default)
S3method(vec_ptype2.projects_stage,projects_stage)
S3method(vec_ptype_abbr,projects_author)
S3method(vec_ptype_abbr,projects_stage)
export("%>%")
export("%in%")
export("%in%.projects_author")
export("%in%.projects_stage")
export(affiliations)
export(archive_project)
export(authors)
export(copy_project)
export(delete_affiliation)
export(delete_author)
export(delete_project)
export(delete_task)
export(edit_affiliation)
export(edit_author)
export(edit_project)
export(edit_task)
export(email_authors)
export(export_project)
export(finish)
export(header)
export(ideas)
export(is_projects_author)
export(manuscripts)
export(match)
export(match.projects_author)
export(match.projects_stage)
export(move_project)
export(move_projects_folder)
export(new_affiliation)
export(new_author)
export(new_idea)
export(new_project)
export(new_project_group)
export(new_task)
export(open_project)
export(projects)
export(projects_author)
export(projects_folder)
export(projects_stage)
export(rename_folder)
export(rename_projects_folder)
export(reorder_affiliations)
export(reorder_authors)
export(save_session_info)
export(setup_projects)
export(tasks)
export(update_metadata)
export(vec_cast.projects_author)
export(vec_cast.projects_stage)
export(vec_ptype2.projects_author)
export(vec_ptype2.projects_stage)
exportClasses(projects_author)
exportClasses(projects_stage)
exportMethods("%in%")
exportMethods(match)
import(vctrs)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)