forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.13 KB
/
Copy pathNAMESPACE
File metadata and controls
48 lines (47 loc) · 1.13 KB
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
# Generated by roxygen2: do not edit by hand
export(add_workflow_info)
export(align_by_first_observation)
export(align_data)
export(align_data_to_data_pft)
export(align_pft)
export(bm_settings2pecan_settings)
export(calc_benchmark)
export(calc_metrics)
export(check_BRR)
export(clean_settings_BRR)
export(create_BRR)
export(define_benchmark)
export(format_wide2long)
export(generate_validation_report)
export(load_and_map_data)
export(load_csv)
export(load_data)
export(load_rds)
export(load_tab_separated_values)
export(load_x_netcdf)
export(match_timestep)
export(mean_over_larger_timestep)
export(metric_AME)
export(metric_Coverage)
export(metric_Frechet)
export(metric_MAE)
export(metric_MSE)
export(metric_PMU)
export(metric_PPMC)
export(metric_R2)
export(metric_RAE)
export(metric_RMSE)
export(metric_cor)
export(metric_lmDiag_plot)
export(metric_residual_plot)
export(metric_run)
export(metric_scatter_plot)
export(metric_timeseries_plot)
export(pecan_metric_registry)
export(read_settings_BRR)
export(register_metric)
export(run_benchmark)
importFrom(dplyr,rename)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(yaml,read_yaml)