-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
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
export(cloc)
export(current_script)
export(download_cran_package_source)
export(extract_kaggle_code)
export(extract_package_code)
export(file_sha1)
export(impute_fun_srcref)
export(install_cran_packages)
export(is_s3_dispatch_method)
export(metadata_functions)
export(read_file)
export(read_files)
export(read_parallel_log)
export(read_parallel_results)
export(read_parallel_seq)
export(run_all)
export(run_one)
export(run_r_file)
export(run_test_dir)
export(run_test_env)
export(search_function_calls)
export(wrap_files)
export(wrap_using_template)
importFrom(callr,r)
importFrom(codetools,findGlobals)
importFrom(digest,sha1)
importFrom(dplyr,`%>%`)
importFrom(dplyr,anti_join)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,select)
importFrom(dplyr,vars)
importFrom(fs,file_exists)
importFrom(fs,is_dir)
importFrom(fs,path)
importFrom(knitr,purl)
importFrom(lubridate,as.period)
importFrom(lubridate,as_datetime)
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)
importFrom(purrr,discard)
importFrom(purrr,imap_dfr)
importFrom(purrr,keep)
importFrom(purrr,map2)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dfr)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_lines)
importFrom(readr,read_tsv)
importFrom(remotes,download_version)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_ends)
importFrom(stringr,str_glue)
importFrom(stringr,str_replace)
importFrom(stringr,str_sub)
importFrom(testthat,find_test_scripts)
importFrom(testthat,test_dir)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,Rd2ex)
importFrom(tools,Rd_db)
importFrom(tools,checkVignettes)
importFrom(tools,pkgVignettes)
importFrom(withr,local_envvar)
importFrom(withr,local_libpaths)
importFrom(withr,local_options)
importFrom(withr,with_dir)