The R package roxyPackage significantly simplifies the process of packaging
your R code. Although it is common practice in the scientific community to
share solutions in the form of R scripts, there are several advantages of
providing a proper R package instead: It can include unit tests, declare
dependencies on other packages, come with standardised documentation,
and automatic updates are po...