-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.17 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(BDLError)
export(BenchmarkingService)
export(ConfigError)
export(ConfigManager)
export(MLSampling)
export(MLSamplingError)
export(ProgressManager)
export(RFError)
export(ReportingService)
export(ResourceError)
export(ResourceManager)
export(SoilSamplingTool)
export(SpatialError)
export(ValidationError)
export(VisualizationService)
export(create_benchmarking_service)
export(create_default_config_manager)
export(create_ml_optimization_result)
export(create_ml_sampling_tool)
export(create_optimization_result)
export(create_progress_manager)
export(create_resource_manager)
export(create_sampling_locations)
export(create_soil_sampling_tool)
export(create_spatial_uncertainty)
export(create_uncertainty_results)
export(raise_error)
export(validate_crs_consistency)
export(validate_field_data)
export(validate_field_data_structure)
export(validate_ml_data)
export(validate_ml_optimization_result)
export(validate_optimization_result)
export(validate_sampling_locations)
export(validate_sampling_locations_model)
export(validate_system_requirements)
export(validate_uncertainty_results)
export(with_error_handling)
import(ggplot2)
import(viridis)