Published February 2, 2023
| Version v0.6.0
Software
Open
ropensci/visdat: visdat 0.6.0 (2023/02/01) "Superman, Lazlo Bane"
Creators
- 1. Telethon Kids Institute
- 2. @ropensci
- 3. @tidyverse
- 4. EcoHealth Alliance
- 5. National Association of Boards of Pharmacy
- 6. @rstudio
- 7. Berkeley Institute for Data Science
- 8. @netflix
- 9. iDiv (German Center for Integrative Biodiversity Research)
- 10. @tidyverse team at Posit
- 11. Johns Hopkins Bloomberg School of Public Health
Description
visdat 0.6.0 (2023/02/01) "Superman, Lazlo Bane" New Feature
vis_value()
for visualising all values in a dataset. It rescales values to be between 0 and 1. See #100vis_binary()
for visualising datasets with binary values - similar tovis_value()
, but just for binary data (0, 1, NA). See #125. Thank you to Trish Gilholm for her suggested use case for this.- Implemented facetting in
vis_dat()
andvis_cor()
, andvis_miss()
see (#78). The next release will implement facetting forvis_value()
,vis_binary()
,vis_compare()
,vis_expect()
, andvis_guess()
. - Implemented data methods for plots with
data_vis_dat()
,data_vis_cor()
, anddata_vis_miss()
see (#78). vis_dat()
vis_miss()
andvis_guess()
now render missing values in list-columns (@cregouby #138)- Added
abbreviate_vars()
function to assist with abbreviating data names (#140) - Percentage missing in columns for
vis_miss()
is now rounding to integers - for more accurate representation of missingness summaries please use thenaniar
R package. - A new vignette on customising colour palettes in visdat, "Customising colour palettes in visdat".
- no longer use old version of
gather_
(#141) - resolve bug where
vis_value()
displayed constant values as NA values (#128) - these constant values are now shown as 1. - removed use of the now deprecated "aes_string" from ggplot2
- output of plot in
vis_expect
would reorder columns (#133), fixed in #143 by @muschellij2.
- No longer uses gdtools for testing (#145)
- Use
cli
internally for error messages. - Speed up some internal functions in visdat
Files
ropensci/visdat-v0.6.0.zip
Files
(12.8 MB)
Name | Size | Download all |
---|---|---|
md5:7b3786c00e561bf1b65e602fcfcdd58f
|
12.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/visdat/tree/v0.6.0 (URL)