|
1 | 1 | # Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 | | -S3method("variables<-",ernest_sampler) |
4 | | -S3method(as_draws,ernest_sampler) |
5 | | -S3method(as_draws_list,ernest_sampler) |
6 | | -S3method(as_draws_matrix,ernest_sampler) |
7 | | -S3method(autoplot,ernest_sampler) |
8 | | -S3method(calculate,ernest_sampler) |
| 3 | +S3method(as_draws,ernest_run) |
| 4 | +S3method(as_draws_matrix,ernest_run) |
| 5 | +S3method(as_draws_rvars,ernest_run) |
| 6 | +S3method(autoplot,ernest_estimates) |
| 7 | +S3method(autoplot,ernest_run) |
| 8 | +S3method(calculate,ernest_run) |
9 | 9 | S3method(compile,ernest_sampler) |
10 | | -S3method(format,ernest_lrps) |
11 | | -S3method(format,summary.ernest_sampler) |
| 10 | +S3method(create_likelihood,"function") |
| 11 | +S3method(create_likelihood,ernest_likelihood) |
| 12 | +S3method(format,ernest_likelihood) |
| 13 | +S3method(format,ernest_prior) |
| 14 | +S3method(format,ernest_run) |
| 15 | +S3method(format,summary.ernest_run) |
12 | 16 | S3method(generate,ernest_sampler) |
13 | | -S3method(make_ptype,character) |
14 | | -S3method(make_ptype,data.frame) |
15 | | -S3method(make_ptype,numeric) |
16 | | -S3method(nested_sampling,"function") |
17 | | -S3method(nested_sampling,default) |
18 | | -S3method(nvariables,ernest_sampler) |
19 | | -S3method(plot,ernest_sampler) |
20 | | -S3method(print,ernest_lrps) |
21 | | -S3method(print,summary.ernest_sampler) |
22 | | -S3method(propose_live,ernest_lrps) |
23 | | -S3method(propose_live,rw_cube) |
24 | | -S3method(propose_uniform,ernest_lrps) |
25 | | -S3method(refresh_lrps,rw_cube) |
26 | | -S3method(refresh_lrps,uniform_cube) |
27 | | -S3method(set_variables,ernest_sampler) |
28 | | -S3method(summary,ernest_sampler) |
29 | | -S3method(update_sampler,ernest_lrps) |
30 | | -S3method(update_sampler,rw_cube) |
31 | | -S3method(variables,ernest_sampler) |
| 17 | +S3method(plot,ernest_estimates) |
| 18 | +S3method(plot,ernest_run) |
| 19 | +S3method(print,ernest_likelihood) |
| 20 | +S3method(print,ernest_prior) |
| 21 | +S3method(print,ernest_run) |
| 22 | +S3method(print,summary.ernest_run) |
| 23 | +S3method(summary,ernest_run) |
| 24 | +S3method(visualize,ernest_run) |
| 25 | +export(as_draws) |
| 26 | +export(as_draws_matrix) |
| 27 | +export(as_draws_rvars) |
32 | 28 | export(calculate) |
33 | 29 | export(compile) |
| 30 | +export(create_cauchy_prior) |
| 31 | +export(create_likelihood) |
| 32 | +export(create_normal_prior) |
| 33 | +export(create_prior) |
| 34 | +export(create_t_prior) |
| 35 | +export(create_uniform_prior) |
34 | 36 | export(generate) |
35 | | -export(glance) |
36 | 37 | export(nested_sampling) |
37 | 38 | export(rwmh_cube) |
38 | 39 | export(unif_cube) |
| 40 | +export(visualize) |
39 | 41 | import(rlang) |
40 | 42 | importFrom(R6,R6Class) |
41 | | -importFrom(Rcpp,sourceCpp) |
| 43 | +importFrom(cli,cli_progress_bar) |
| 44 | +importFrom(cli,cli_progress_done) |
| 45 | +importFrom(cli,cli_progress_update) |
42 | 46 | importFrom(generics,calculate) |
43 | 47 | importFrom(generics,compile) |
44 | 48 | importFrom(generics,generate) |
45 | | -importFrom(generics,glance) |
| 49 | +importFrom(generics,visualize) |
46 | 50 | importFrom(ggplot2,aes) |
47 | 51 | importFrom(ggplot2,autoplot) |
48 | 52 | importFrom(ggplot2,facet_grid) |
49 | | -importFrom(ggplot2,geom_hline) |
| 53 | +importFrom(ggplot2,geom_col) |
50 | 54 | importFrom(ggplot2,geom_line) |
51 | 55 | importFrom(ggplot2,geom_ribbon) |
52 | | -importFrom(ggplot2,geom_vline) |
53 | 56 | importFrom(ggplot2,ggplot) |
| 57 | +importFrom(ggplot2,scale_fill_viridis_d) |
54 | 58 | importFrom(ggplot2,scale_x_continuous) |
55 | 59 | importFrom(ggplot2,scale_y_continuous) |
56 | 60 | importFrom(ggplot2,vars) |
57 | 61 | importFrom(glue,glue) |
58 | | -importFrom(graphics,plot) |
59 | 62 | importFrom(lifecycle,deprecated) |
60 | | -importFrom(posterior,"variables<-") |
61 | 63 | importFrom(posterior,as_draws) |
62 | | -importFrom(posterior,as_draws_list) |
63 | 64 | importFrom(posterior,as_draws_matrix) |
64 | | -importFrom(posterior,nvariables) |
65 | | -importFrom(posterior,set_variables) |
66 | | -importFrom(posterior,variables) |
| 65 | +importFrom(posterior,as_draws_rvars) |
67 | 66 | importFrom(rlang,"%@%") |
68 | 67 | importFrom(rlang,"%@%<-") |
69 | 68 | importFrom(rlang,"%|%") |
70 | 69 | importFrom(rlang,"%||%") |
71 | 70 | importFrom(tibble,tibble) |
72 | 71 | importFrom(utils,head) |
73 | 72 | importFrom(utils,tail) |
| 73 | +importFrom(vctrs,vec_c) |
| 74 | +importFrom(vctrs,vec_size) |
74 | 75 | useDynLib(ernest, .registration = TRUE) |
0 commit comments