Thank you for your interest in contributing to this project. We value any input you may have, as this helps towards making the package even more useful.
Please read the guidelines below for instructions and criteria on filing issues, making code changes, and submitting PRs.
lcModel
class functions).=
for assignment, not <-
.median(x <- 5)
or if (x <- y + 2 == 3)
.=
of function calls with named arguments with a space, e.g., sample.int(n = 1e3, size = 10, replace = TRUE)
.'
for strings, e.g., var = 'abc'
L
suffix for integers.As some of these coding styles were introduced later into the project, not all current code may be up to standard. You are invited to submit PRs for formatting improvements.
Vignettes and documentation example code use the more popular R coding style. (i.e., using <-
for assignment and "
for strings).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.