forked from Cole-Monnahan-NOAA/adnuts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.75 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
# Generated by roxygen2: do not edit by hand
export(adfit)
export(as_data_frame_adfit)
export(check_admb_version)
export(check_identifiable)
export(extract_sampler_params)
export(extract_samples)
export(get_model_executable)
export(get_os)
export(get_runtimes)
export(is_adfit)
export(launch_shinyadmb)
export(pairs_admb)
export(plot_adfit)
export(plot_marginals)
export(plot_sampler_params)
export(print_adfit)
export(read_mle_fit)
export(run_admb_sampler)
export(sample_admb)
export(sample_inits)
export(summary_adfit)
export(system_)
export(trim_logfile)
export(trim_logfiles)
importFrom(dplyr,mutate)
importFrom(ellipse,ellipse)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,gray)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(matrixcalc,is.positive.definite)
importFrom(microbenchmark,microbenchmark)
importFrom(parallel,detectCores)
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,walk)
importFrom(rlang,.data)
importFrom(rstan,monitor)
importFrom(shinystan,as.shinystan)
importFrom(shinystan,launch_shinystan)
importFrom(stats,acf)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(tibble,as_tibble)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)