mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
30 stars 2 forks source link

Comment Style in Vignettes #113

Closed discoleo closed 1 year ago

discoleo commented 1 year ago

Comment Style in Vignettes

Insert a space between the "#" comment tag and the first word following it. The lack of space makes the comments difficult to read at low resolution (e.g. pdf-file fit in page) or in streamed presentations.

Improved readability:

This code was previously explained.

# Here we're re-running it so it's available for us to work with.
# <= notice the space before the 1st word;
mikeblazanin commented 1 year ago

done in v1.1.0.9000 (will be included in next release)