-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
74 lines (73 loc) · 2.15 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
# Generated by roxygen2: do not edit by hand
export(build_weekcal)
export(compute_kd_coefs)
export(compute_kipr)
export(compute_kivt)
export(corresp_gps)
export(create_clusters_edf)
export(create_clusters_nuclear)
export(create_clusters_other)
export(mean_thermal_ts)
export(mean_thermal_ts2)
export(msp_run_clusters)
export(pcn_stop_clusters)
export(read_calendar)
export(read_cluster_desc)
export(read_constraints)
export(read_info)
export(read_kd_cho)
export(read_kd_cho_macro)
export(read_kd_edf)
export(read_kp_edf)
export(read_planning)
export(read_planning_rte)
export(setup_study)
importFrom(antaresEditObject,createArea)
importFrom(antaresEditObject,createCluster)
importFrom(antaresEditObject,createStudy)
importFrom(antaresEditObject,removeCluster)
importFrom(antaresEditObject,updateGeneralSettings)
importFrom(antaresEditObject,updateInputSettings)
importFrom(antaresRead,getAreas)
importFrom(antaresRead,readClusterDesc)
importFrom(antaresRead,readInputTS)
importFrom(antaresRead,setSimulationPath)
importFrom(antaresRead,simOptions)
importFrom(anytime,anydate)
importFrom(data.table,"%chin%")
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,first)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,uniqueN)
importFrom(janitor,clean_names)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,days)
importFrom(lubridate,hour)
importFrom(lubridate,hours)
importFrom(lubridate,isoweek)
importFrom(lubridate,leap_year)
importFrom(lubridate,month)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(lubridate,years)
importFrom(progress,progress_bar)
importFrom(readxl,anchored)
importFrom(readxl,cell_limits)
importFrom(readxl,read_excel)
importFrom(stats,setNames)
importFrom(stringi,stri_extract)
importFrom(stringi,stri_replace)
importFrom(stringi,stri_replace_all_charclass)
importFrom(stringi,stri_replace_all_regex)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(zoo,na.locf)