-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 992 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(jekyll)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(fs,dir_copy)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,dir_walk)
importFrom(fs,file_copy)
importFrom(fs,file_create)
importFrom(fs,file_delete)
importFrom(fs,file_exists)
importFrom(fs,file_move)
importFrom(fs,path)
importFrom(fs,path_ext)
importFrom(fs,path_ext_remove)
importFrom(fs,path_file)
importFrom(fs,path_package)
importFrom(fs,path_rel)
importFrom(glue,double_quote)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(purrr,"%@%")
importFrom(purrr,"%||%")
importFrom(purrr,accumulate)
importFrom(purrr,flatten_chr)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_if)
importFrom(purrr,walk)
importFrom(sourcetools,tokenize_string)