You are viewing a single comment's thread from:
RE: [R: New Features on mindr] v.1.2.0 released: universal function and directory tree
Thank you for your contribution @dapeng .
- typo.
file name extension
notextention
- Are you sure this is not typo
return('NULLLL')
as well? dir2
,dir4
could be better named- functions may be decomposed into smaller ones.
- Most functions could be unit tested and also you could configure your project on Travis-CI.com
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.
Thank you for the helpful comments!
NULLLL
is deliberately misspelt for tracing (see the functioncount_space()
. Although I agree thatdir2
anddir4
could be better named, such names are quite popular in R community. For examples,read.csv2()
is a built-in function.Many thanks!
Thank you for your review, @justyy! Keep up the good work!