-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
68 lines (67 loc) · 1.94 KB
/
NAMESPACE
File metadata and controls
68 lines (67 loc) · 1.94 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
export(agepro_inp_model)
export(agepro_json_model)
export(agepro_model)
export(beverton_holt_autocorrelated_error)
export(beverton_holt_curve_model)
export(case_id)
export(deprecated_recruit_model_9)
export(discard_fraction)
export(discard_weight_age)
export(empirical_cdf_model)
export(empirical_distribution_model)
export(empirical_ssb)
export(fishery_selectivity)
export(harvest_scenario)
export(jan_stock_weight_age)
export(landed_catch_weight_age)
export(maturity_fraction)
export(max_bounds)
export(mean_population_weight_age)
export(mortality_fraction_prior_spawn)
export(natural_mortality)
export(null_recruit_model)
export(options_flags)
export(options_output)
export(percentile_summary)
export(print_parameter_table)
export(process_error)
export(projection_years)
export(pstar_projection)
export(rebuild_projection)
export(recruitment)
export(reference_points)
export(retrospective_adjustments)
export(ricker_curve_autocorrelated_error)
export(ricker_curve_model)
export(scaling_factors)
export(shepherd_curve_autocorrelated_error)
export(shepherd_curve_model)
export(spawning_stock_weight_age)
export(two_stage_empirical_cdf)
export(two_stage_empirical_recruit)
export(validate_map)
import(cli)
importFrom(R6,R6Class)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_file_exists)
importFrom(checkmate,assert_int)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_matrix)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,assert_r6)
importFrom(checkmate,test_file_exists)
importFrom(checkmate,test_int)
importFrom(checkmate,test_logical)
importFrom(collections,dict)
importFrom(jsonlite,toJSON)
importFrom(purrr,map)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(withr,local_options)