-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.08 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.08 KB
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
# Generated by roxygen2: do not edit by hand
S3method(author2df,"NULL")
S3method(author2df,character)
S3method(author2df,default)
S3method(author2df,list)
S3method(author2df,logical)
S3method(author2df,person)
export(author2df)
export(get_default_org_list)
export(inbo_org_list)
export(is_repository)
export(menu_first)
export(org_item)
export(org_list)
export(store_authors)
export(use_author)
export(validate_email)
export(validate_orcid)
importFrom(R6,R6Class)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(desc,description)
importFrom(fs,dir_create)
importFrom(fs,is_dir)
importFrom(fs,is_file)
importFrom(fs,path)
importFrom(gert,git_find)
importFrom(gert,git_remote_list)
importFrom(httr,HEAD)
importFrom(sessioninfo,session_info)
importFrom(tools,R_user_dir)
importFrom(utils,as.person)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)