Diff of /NAMESPACE [000000] .. [dfe06d]

Switch to side-by-side view

--- a
+++ b/NAMESPACE
@@ -0,0 +1,51 @@
+# Generated by roxygen2: do not edit by hand
+
+S3method(plot,outbreaker_chains)
+S3method(print,custom_likelihoods)
+S3method(print,custom_priors)
+S3method(print,outbreaker_chains)
+S3method(print,outbreaker_config)
+S3method(print,outbreaker_moves)
+S3method(summary,outbreaker_chains)
+export(bind_to_function)
+export(cases_pal)
+export(chains_pal)
+export(create_config)
+export(create_param)
+export(custom_likelihoods)
+export(custom_moves)
+export(custom_priors)
+export(get_cpp_api)
+export(outbreaker)
+export(outbreaker_data)
+importFrom(Rcpp,evalCpp)
+importFrom(ggplot2,aes)
+importFrom(ggplot2,aes_string)
+importFrom(ggplot2,coord_flip)
+importFrom(ggplot2,facet_wrap)
+importFrom(ggplot2,geom_density)
+importFrom(ggplot2,geom_histogram)
+importFrom(ggplot2,geom_line)
+importFrom(ggplot2,geom_point)
+importFrom(ggplot2,geom_violin)
+importFrom(ggplot2,ggplot)
+importFrom(ggplot2,guides)
+importFrom(ggplot2,labs)
+importFrom(ggplot2,scale_color_manual)
+importFrom(ggplot2,scale_fill_manual)
+importFrom(ggplot2,scale_size_area)
+importFrom(ggplot2,scale_x_continuous)
+importFrom(ggplot2,scale_x_discrete)
+importFrom(ggplot2,scale_y_continuous)
+importFrom(ggplot2,scale_y_discrete)
+importFrom(ggplot2,theme_bw)
+importFrom(grDevices,colorRampPalette)
+importFrom(grDevices,xyTable)
+importFrom(graphics,plot)
+importFrom(magrittr,"%>%")
+importFrom(stats,median)
+importFrom(stats,reshape)
+importFrom(utils,head)
+importFrom(utils,packageDescription)
+importFrom(utils,tail)
+useDynLib(outbreaker2, .registration = TRUE)