-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
77 lines (76 loc) · 1.97 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
# Generated by roxygen2: do not edit by hand
export(as_string_c)
export(e.rdim.rmse)
export(e.rdim.vare)
export(e_JS)
export(e_boost_evol_error)
export(e_boost_importance)
export(e_coeff_lambda)
export(e_posib_lambda)
export(e_rf_error)
export(e_rndf_importance)
export(exe)
export(extract_code)
export(general.indices)
export(plot_real_prediction)
export(run_app)
export(summary_indices)
import(echarts4r)
import(gbm)
import(glmnet)
import(htmltools)
import(loadeR)
import(rlang)
import(rpart.plot)
import(shiny)
import(shinyAce)
import(shinycustomloader)
import(shinydashboard, except = c(dashboardHeader,dashboardPage,dashboardSidebar))
import(shinyjs, except = c(runExample,colourInput))
import(stats)
import(traineR)
importFrom(DT,formatStyle)
importFrom(DT,tableHeader)
importFrom(glmnet,cv.glmnet)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,hcl)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,identify)
importFrom(graphics,lines)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,smoothScatter)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(pls,MSEP)
importFrom(pls,R2)
importFrom(pls,RMSEP)
importFrom(pls,explvar)
importFrom(pls,mvrValstats)
importFrom(pls,pcr)
importFrom(pls,plsr)
importFrom(psych,pairs.panels)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinydashboardPlus,dashboardHeader)
importFrom(shinydashboardPlus,dashboardPage)
importFrom(shinydashboardPlus,dashboardSidebar)
importFrom(stats,coef)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,write.csv)