Carl A. B. Pearson
Carl A. B. Pearson
Minor spelling / terminology correction - spatting => splatting. Per contribution guidelines: I assign the copyright of this contribution to Hadley Wickham.
Using jekyll build out-of-the-box appears to update the mod times on js / css and other precursor files regardless of actual changes to the file. This in turn means changes...
I'd like to be able to make use of the YAML header / liquid template processing in out-of-the-box Jekyll for `.less` files. i.e.: ``` less --- --- .{{ someTargetNameFromConfig }}...
addresses #356: reflects pass through `label_number` first (i.e. can also include style_+/-) also update internals of label_percent to skip superceded function.
Saw #297, and seemed easy enough to fix while I was looking at that area anyway.
The domain of a q... distribution function is a probability, aka (0,1) Alternatively, sensible to exclude domain from the arguments, and simply set it in `trans_new` without allowing user intervention.
Many exported functions have no `@return` documentation. By eye, it seems like many of them shouldn't be exported (i.e., they are internal interface, not capability you want to provide users),...
In general, the function arguments are poorly named. The are often too long. They have similar prefixes (e.g., `num.initial.cases` and `num.initial.clusters`), which can present problems with R's ability to partially...
The documentation is generally incomplete. While it has the appearance of completeness, it does not include critical elements: - params should specific what class of object. e.g., `@param num.initial.cases integer...
## Description This PR demonstrates the idea discussed in #387. Briefly, the idea is intro `make` rules for building some of the package content (e.g. vignettes), with the idea of...