4 Conclusion
When you are done defining the package, it remains to convert the Roxygen to documentation.
## ℹ Updating flowkernel documentation
## ℹ Loading flowkernel
## Writing 'NAMESPACE'
## Writing 'calculate_responsibilities.Rd'
## Writing 'default_biomass.Rd'
## Writing 'flowkernel-package.Rd'
## Writing 'generate_smooth_gauss_mix.Rd'
## Writing 'init_bayes.Rd'
## Writing 'init_const.Rd'
## Writing 'kernel_em.Rd'
## Writing 'plot_1d_means_triple.Rd'
## Writing 'plot_1d_means_with_width.Rd'
## Writing 'plot_biomass.Rd'
## Writing 'plot_data.Rd'
## Writing 'plot_data_and_model.Rd'
## Writing 'plot_pi.Rd'
## Writing 'pipe.Rd'
You can also add some extra things to your package here if you like, such as a README, some vignettes, a pkgdown site, etc. See here for an example of how to do this with litr
.