-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
72 lines (71 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
S3method(chacha,dance_grouped_df)
S3method(chacha,data.frame)
S3method(chacha,grouped_df)
S3method(print,choreography)
export("%<-%")
export("%>%")
export(and)
export(bachata)
export(ballet)
export(bolero)
export(chacha)
export(charleston)
export(choreography)
export(contains)
export(ends_with)
export(everything)
export(foxtrot)
export(group_by)
export(group_cols)
export(jive)
export(last_col)
export(madison)
export(mambo)
export(matches)
export(num_range)
export(one_of)
export(or)
export(polka)
export(rumba)
export(salsa)
export(samba)
export(starts_with)
export(swing)
export(tango)
export(tibble)
export(twist)
export(waltz)
export(zumba)
import(dplyr)
import(rlang)
import(tidyselect)
import(vctrs)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,silver)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(magrittr,and)
importFrom(magrittr,or)
importFrom(purrr,as_mapper)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_int)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,map_raw)
importFrom(purrr,reduce)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(purrr,walk2)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,head)
useDynLib(dance, .registration = TRUE)