-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
33 lines (32 loc) · 889 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
# Generated by roxygen2: do not edit by hand
S3method(print,converted_distance_analyses)
S3method(print,converted_distance_analysis)
S3method(print,distance_stats_table)
export(convert_project)
export(create_bins)
export(get_data)
export(run_analysis)
export(test_stats)
export(unflatfile)
importFrom(Hmisc,mdb.get)
importFrom(RODBC,odbcClose)
importFrom(RODBC,odbcDriverConnect)
importFrom(RODBC,sqlQuery)
importFrom(RODBC,sqlTables)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(mrds,ddf.gof)
importFrom(mrds,dht)
importFrom(plyr,".")
importFrom(plyr,ddply)
importFrom(plyr,dlply)
importFrom(plyr,l_ply)
importFrom(plyr,llply)
importFrom(plyr,summarise)
importFrom(stringr,str_c)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_trim)
importFrom(testthat,context)
importFrom(testthat,expect_equal)
importFrom(testthat,test_that)