-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 1016 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(Dockerfile)
export(merge_dockerfiles)
export(parse_dockerfile)
importFrom(R6,R6Class)
importFrom(V8,v8)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(magrittr,"%$%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(rlang,"%||%")
importFrom(rlang,is_missing)
importFrom(stringdist,stringdist)
importFrom(stringr,str_count)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(vctrs,"%0%")