forked from jakubnowicki/fixtuRes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(MockDataGenerator)
export(distribution_vector)
export(id_vector)
export(random_boolean)
export(random_data_frame)
export(random_date)
export(random_date_vector)
export(random_datetime)
export(random_datetime_vector)
export(random_from_set)
export(random_integer)
export(random_numeric)
export(random_string)
export(random_time)
export(random_time_vector)
export(random_vector)
export(set_vector)
export(special_vector)
import(R6)
import(glue)
import(purrr)
import(stats)
import(yaml)
importFrom(checkmate,assert_choice)
importFrom(checkmate,test_function)
importFrom(checkmate,test_int)
importFrom(checkmate,test_string)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(lubridate,as_date)
importFrom(lubridate,force_tz)
importFrom(lubridate,hm)
importFrom(lubridate,hms)
importFrom(lubridate,hours)
importFrom(lubridate,minutes)
importFrom(lubridate,period_to_seconds)
importFrom(lubridate,seconds)
importFrom(lubridate,seconds_to_period)
importFrom(purrr,`%>%`)
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(rlang,fn_fmls_names)
importFrom(rlang,parse_expr)
importFrom(stats,runif)
importFrom(stringi,stri_rand_strings)