-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
93 lines (93 loc) · 2.33 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
81
82
83
84
85
86
87
88
89
90
91
92
93
# Generated by roxygen2: do not edit by hand
export(as_string_c)
export(boosting_importance_plot)
export(calibrate_boosting)
export(coef_lambda)
export(datos.disyuntivos)
export(disp_models)
export(dt_plot)
export(e_JS)
export(e_coeff_landa)
export(e_posib_lambda)
export(exe)
export(extract_code)
export(general_indices)
export(importance_plot_rf)
export(nn_plot)
export(pairs_power)
export(plot_RMSE)
export(plot_pred_rd)
export(plot_real_prediction)
export(plot_var_pred_rd)
export(rd_model)
export(rd_prediction)
export(rd_type)
export(rl_coeff)
export(rlr_model)
export(rlr_prediction)
export(rlr_type)
export(run_app)
export(summary_indices)
import(echarts4r)
import(glmnet)
import(htmltools)
import(rlang)
import(rpart.plot)
import(shiny)
import(shinyAce)
import(loadeR)
import(traineR)
import(shinycustomloader)
import(shinydashboard, except = c(dashboardHeader,dashboardPage,dashboardSidebar))
import(shinyjs, except = c(runExample,colourInput))
import(stats)
importFrom(DT,formatStyle)
importFrom(DT,tableHeader)
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,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(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinydashboardPlus,dashboardHeader)
importFrom(shinydashboardPlus,dashboardPage)
importFrom(shinydashboardPlus,dashboardSidebar)
importFrom(stats,complete.cases)
importFrom(stats,dnorm)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,write.csv)