boxplotdbl 1.2.2 and diaplt 1.2.1 packages are now available at CRAN
This article is originally published at https://tomizonor.wordpress.com
The boxplotdbl 1.2.2 and the diaplt 1.2.1 are listed at CRAN. Now the procedure to install, load and use the package is:
install.packages('boxplotdbl') library(boxplotdbl) f <- as.factor(rep(1:2, each=5)) boxplotdou(f, rnorm(10), f, runif(10)) install.packages('diaplt') library(diaplt) beadsplot(1:2)
If you see a message that a binary package is not available, use the following.
install.packages('boxplotdbl', type='source')
There is a delay of building binaries for Windows and Mac OS, as a usual schedule of CRAN listing.
Both are improved from the public beta on October, I thank again to everyone who used the beta, shared it, and commented to me.
Thanks for visiting r-craft.org
This article is originally published at https://tomizonor.wordpress.com
Please visit source website for post related comments.