Recent Releases of vtree
vtree - Version 5.6.1
Added a new parameter, prunebigger, which is the opposite of prunesmaller
- R
Published by nbarrowman over 3 years ago
vtree - Version 5.5.3. Added new parameter prefixcount and fixed spacing in counts
- R
Published by nbarrowman about 4 years ago
vtree - Version 5.4.3 Some recent improvements
Added automatic selection of white or black labels based on the fill color of nodes. Also added a new parameter, thousands, to allow separation of numbers by thousands (with a comma, for example).
- R
Published by nbarrowman over 4 years ago
vtree - Version 5.4.0. Development release
Includes a number of recent additions.
- R
Published by nbarrowman over 4 years ago
vtree - v3.1.7: Getting ready to submit a new version to CRAN
- R
Published by nbarrowman over 6 years ago
vtree - v3.1.3: Improved R Markdown support + Shiny support
Simplified R Markdown support in both chunks and inline, using png files or htmlwidgets. Panning and zooming variable trees using a Shiny app with the svg-pan-zoom JavaScript library.
- R
Published by nbarrowman over 6 years ago
vtree - Fixed outputs for different contexts
In v3.0.0 (as released on CRAN) vtree didn't work quite right when called from different contexts, namely (1) interactively, (2) in R Markdown chunks, and (3) in inline R Markdown code.
v3.0.4 made improvements, but still had issues.
I believe v3.0.7 has resolved these problems. This is documented in the help file for vtree and in the vignette.
- R
Published by nbarrowman over 6 years ago
vtree - Bug fixes and improved documentation.
Fixed a bug related to pruning missing value nodes.
Also when calling vtree from an R Markdown chunk (with the chunk option results="asis"), it is no longer necessary to wrap it in a call to cat( ... ). When such chunks were run interactively (say in RStudio by pressing the little green arrow on the right-hand side of the chunk), the use of cat would throw an error (although it would still work).
Added a help page for the package vtree-package, plus other miscellaneous documentation changes.
- R
Published by nbarrowman over 6 years ago
vtree - Version 1.0.2, with targetted text included (from branch).
- R
Published by nbarrowman about 7 years ago