-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
100 lines (99 loc) · 3.01 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
# Generated by roxygen2: do not edit by hand
S3method(agg_data,load_raw)
S3method(agg_data,prod_by_type)
S3method(augment_validation,aggprod_by_type)
S3method(augment_validation,aggregated)
S3method(augment_validation,load_raw)
S3method(augment_validation,prod_by_group)
S3method(augment_validation,prod_by_type)
S3method(augment_validation,type_group_prod)
S3method(plot,controled)
S3method(plot,qualcon)
S3method(qualcon,data.frame)
S3method(render_quality,data.frame)
export(add_hps_to_project_in_psp)
export(add_hps_to_project_in_virtualPsp)
export(add_hwr_to_project)
export(add_load_to_project)
export(add_ror_to_project)
export(add_solar_to_project)
export(add_wind_to_project)
export(agg_data)
export(anta_load)
export(as_learning_db)
export(augment_daily)
export(augment_daylight)
export(augment_holiday)
export(augment_process_summary)
export(augment_seasons_id)
export(augment_shifted)
export(augment_validation)
export(data_correct_with_rules)
export(define_model_rf)
export(impute_with_model)
export(init_antares_project)
export(plot_agg)
export(prod_compare)
export(qualcon)
export(read_prod_group)
export(read_prod_type)
export(render_quality)
export(set_antadraft_load_option)
export(update_learning_db)
import(UpSetR)
importFrom(antaresEditObject,createArea)
importFrom(antaresEditObject,createPSP)
importFrom(antaresEditObject,readIniFile)
importFrom(antaresEditObject,writeIni)
importFrom(antaresRead,getAreas)
importFrom(antaresRead,setSimulationPath)
importFrom(data.table,.SD)
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,melt.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(data.table,year)
importFrom(fasttime,fastPOSIXct)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,arrow)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(h2o,as.h2o)
importFrom(h2o,h2o.init)
importFrom(h2o,h2o.loadModel)
importFrom(h2o,h2o.ls)
importFrom(h2o,h2o.predict)
importFrom(h2o,h2o.randomForest)
importFrom(h2o,h2o.rm)
importFrom(h2o,h2o.saveModel)
importFrom(h2o,h2o.shutdown)
importFrom(lubridate,hour)
importFrom(lubridate,isoweek)
importFrom(lubridate,isoyear)
importFrom(lubridate,minute)
importFrom(lubridate,seconds_to_period)
importFrom(lubridate,wday)
importFrom(stats,na.omit)
importFrom(utils,data)
importFrom(utils,unzip)
importFrom(validate,confront)
importFrom(validate,validator)
importFrom(validate,values)
importFrom(validate,voptions)
importFrom(yaml,yaml.load_file)