ErvanCH / AGBflux_pack

Package with all functions to compute AGB flux
0 stars 0 forks source link

Follow a style guide #11

Closed maurolepore closed 6 years ago

maurolepore commented 6 years ago

I recommend this style guide http://style.tidyverse.org/ because it is well documented and current.

You can re-format code with Control + Shift + A. This will add spaces after commas, brake lines to fit within 80 characters width, add spaces around equal signs, etc. You may dislike that formatting style butitiseasiertoread. Also see the styler package and the function goodpractice::gp().

Some specific comments:

maurolepore commented 6 years ago

This issue was moved to forestgeo/AGBfluxes#16