-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
116 lines (115 loc) · 2.44 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
export(ADS)
export(ADS.DE)
export(ALV.DE)
export(ARMA_creator)
export(ARMA_creator_for)
export(AR_creator)
export(COMPONENTS_DE)
export(COMPONENTS_US)
export(CORONA)
export(CORONA_neu)
export(CORONA_xgb)
export(DBK.DE)
export(DHER.DE)
export(DOW)
export(En_NoFilter_0_0_yes)
export(GDAXI)
export(MA_creator)
export(Multiple_input)
export(acf_plot_xgb)
export(aggregate_sentiment)
export(create_hover_info_DE)
export(create_hover_info_corona)
export(density_plot_reg)
export(df_filterer)
export(get_industry_sentiment)
export(global_controls_test_DE)
export(global_controls_test_US)
export(histogram_plotter)
export(hover_info_DE)
export(hover_info_corona)
export(key)
export(lag_cols)
export(load_all_stocks_DE)
export(load_all_stocks_US)
export(make_ts_stationary)
export(missing_date_imputer)
export(model_xgb)
export(model_xgb_custom)
export(model_xgb_hyp)
export(network_plot_datagetter)
export(network_plot_filterer)
export(network_plot_plotter)
export(numeric_features)
export(pacf_plot_xgb)
export(parameter_tabs)
export(parameter_tabs_var)
export(parameter_tabs_xgb)
export(parameter_tabsi)
export(parameter_tabsi_var)
export(parameter_tabsi_xgb)
export(plot_corona)
export(plot_stocks_DE)
export(selectize_Stocks_reg)
export(selectize_corona)
export(selectize_corona_granger)
export(selectize_corona_regression)
export(selectize_corona_var)
export(sliderinput_dates)
export(sliderinput_dates_corona)
export(split_data)
export(split_data_eval)
export(split_data_for)
export(split_data_for_ahead)
export(sum_stats_table_creator)
export(tabs_custom)
export(tabs_custom_var)
export(tabs_custom_xgb)
export(ticker_dict)
export(time_series_plotter)
export(validate_MA)
export(violin_plotter)
export(word_cloud_plotter)
export(word_filter_time_series_plotter)
export(word_freq_data_wrangler)
export(wordcloud2a)
import(DBI)
import(GGally)
import(RSQLite)
import(corpus)
import(dplyr)
import(dygraphs)
import(forecast)
import(fs)
import(ggplot2)
import(glue)
import(igraph)
import(imputeTS)
import(kableExtra)
import(lmtest)
import(lubridate)
import(networkD3)
import(plotly)
import(psych)
import(purrr)
import(quantreg)
import(sandwich)
import(shiny)
import(shinyFeedback)
import(shinyFiles)
import(shinyWidgets)
import(shinycssloaders)
import(shinyhelper)
import(shinyjs)
import(shinythemes)
import(tidymodels)
import(tidyr)
import(tidytext)
import(tidyverse)
import(timetk)
import(tseries)
import(vars)
import(widyr)
import(wordcloud2)
import(xts)