[New Features on beginr] Automatically generate a self-contained package
Most R beginners think that developing an R package is a mission impossible. It is not true. With the new function packr()
, users can create a user-defined useful R packages easily. They can specify in packr()
a group of packages (e.g. foo_1, foo_2, foo_x) which they often use and the new package name, say foobar
, then a new package called foobar
will be generated.