The functions listed below are deprecated and will be defunct in the near future. When possible, alternative functions with similar functionality are also mentioned. Help pages for deprecated functions are available at help("<function>-deprecated").

generate_scatterplot(simulation_results, scenario_id)

load_data(
  input_directory = "~/evaluator/inputs",
  results_directory = "~/evaluator/results"
)

generate_scatterplot

Instead of generate_scatterplot, use loss_scatterplot.

load_data

Instead of load_data, use read_quantitative_inputs and read_qualitative_inputs as appropriate.