You are viewing a single comment's thread from:

RE: [R: New Features on beginr] Automatically generate a self-contained package

in #utopian-io5 years ago

Thank you for your contribution @dapeng !

  1. It looks to me rmd_conflicts function and related ones are same as the one in your rmd contribution. Is it possible to require the common module/functions so that you don't have code duplication over different projects.
  2. The messages used in the packr could be extracted so that you can internationalise those later.

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Chat with us on Discord.

[utopian-moderator]

Sort:  

Thank you for your review, @justyy! Keep up the good work!

Technically, the idea of the packr() function came from the package 'rmd', which can load and install a group of R markdown packages. As it is quite useful to load user-defined multiple packages, I decided to pack the skeleton of 'rmd' into packr()so that everyone can create rmd-like packages. I would prefer to developing them independently because I will tailor 'rmd' for some specific use, while the current version is universal and sufficient for users to develop their own packages.

Thanks a lot for your kind comments.