-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
80 lines (79 loc) · 2.04 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
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
S3method(plot,ben_results)
S3method(print,ram)
export(benchmark_io)
export(benchmark_matrix_cal)
export(benchmark_matrix_fun)
export(benchmark_prog)
export(benchmark_std)
export(bm_matrix_cal_cross_product)
export(bm_matrix_cal_lm)
export(bm_matrix_cal_manip)
export(bm_matrix_cal_power)
export(bm_matrix_cal_sort)
export(bm_matrix_fun_cholesky)
export(bm_matrix_fun_determinant)
export(bm_matrix_fun_eigen)
export(bm_matrix_fun_fft)
export(bm_matrix_fun_inverse)
export(bm_parallel)
export(bm_prog_escoufier)
export(bm_prog_fib)
export(bm_prog_gcd)
export(bm_prog_hilbert)
export(bm_prog_toeplitz)
export(bm_read)
export(bm_write)
export(create_bundle)
export(get_available_benchmarks)
export(get_byte_compiler)
export(get_cpu)
export(get_linear_algebra)
export(get_platform_info)
export(get_r_version)
export(get_ram)
export(get_sys_details)
export(is_blas_optimize)
export(plot_past)
export(rank_results)
export(upload_results)
import(Matrix)
import(doParallel)
import(dplyr)
import(foreach)
import(parallel)
importFrom(benchmarkmeData,is_blas_optimize)
importFrom(benchmarkmeData,plot_past)
importFrom(benchmarkmeData,select_results)
importFrom(compiler,compilePKGS)
importFrom(compiler,enableJIT)
importFrom(compiler,getCompilerOption)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,palette)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(httr,POST)
importFrom(httr,upload_file)
importFrom(methods,new)
importFrom(parallel,detectCores)
importFrom(stats,cor)
importFrom(stats,fft)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(tibble,tibble)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,globalVariables)
importFrom(utils,installed.packages)
importFrom(utils,packageDescription)
importFrom(utils,read.csv)
importFrom(utils,sessionInfo)
importFrom(utils,write.csv)