Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upminor fixes to documentation #16
Conversation
updating my version of the fork
…emoved & version bump in description file
|
Here is an example with the bug in library(ggcorrplot)
#> Loading required package: ggplot2
# Changing number of digits for correlation coeffcient
ggcorrplot(cor(mtcars),
type = "lower",
insig = "blank",
lab = TRUE,
digits = 3)Created on 2018-12-17 by the reprex package (v0.2.1) |
|
merged thanks |

This
PRaddresses a few minor issues-READMEandroxygenexamples, the argumentoutline.colorwas written asoutline.col, which createdwarningsinRStudioscripts about the partial matching of arguments. Fixed that.READMEwas poor and text in figures was not legible inREADMEavailable onCRAN. The update fixes that usingdpiof 300 and output width of 100%.DESCRIPTIONfile (jrowen/rhandsontable#83). Removed the date accordingly (This was also creating problems for a stricter version ofdevtools::check()).tidyversestyle guide (both inRscript andREADMEfile).READMEto convey the same thing.digitsargument (introduced in #12) wasn't working properly (IndrajeetPatil/ggstatsplot#93). This is now fixed. Also added an example to show that this works.