ropensci/visdat: The Northern Lights Moonwalker
Authors/Creators
- 1. Monash University
- 2. @rstudio
- 3. EcoHealth Alliance
- 4. @ropensci @lockedata
- 5. Sievert Consulting LLC, @plotly
Description
vis_compare()for comparing two dataframes of the same dimensionsvis_expect()for visualising where certain values of expectations occur in the data- Added NA colours to
vis_expect - Added
show_percarg tovis_expectto show the percentage of expectations that are TRUE. #73
- Added NA colours to
vis_corto visualise correlations in a dataframevis_guess()for displaying the likely type for each cell in a dataframe- Added draft
vis_expectto make it easy to look at certain appearances of numbers in your data. - visdat is now under the rOpenSci github repository
- added CITATION for visdat to cite the JOSS article
- updated options for
vis_corto use argumentna_actionnotuse_op. - cleaned up the organisation of the files and internal functions
- Added appropriate legend and x axis for
vis_miss_ly- thanks to Stuart Lee - Updated the
paper.mdfor JOSS - Updated some old links in doco
- Added Sean Hughes and Mara Averick to the DESCRIPTION with
ctb. - Minor changes to the paper for JOSS
Fix bug reported in #75 where
vis_dat(diamonds)erroredseq_len(nrow(x))inside internal functionvis_gather_, used to calculate the row numbers. Usingmutate(rows = dplyr::row_number())solved the issue.Fix bug reported in #72 where
vis_misserrored when one column was given to it. This was an issue with usinglimitsinsidescale_x_discrete- which is used to order the columns of the data. It is not necessary to order one column of data, so I created an if-else to avoid this step and return the plot early.Fix visdat x axis alignment when show_perc_col = FALSE - #82
fix visdat x axis alignment - issue 57
- fix bug where the column percentage missing would print to be NA when it was exactly equal to 0.1% missing. - issue 62
vis_cordidn't gather variables for plotting appropriately - now fixed
Files
ropensci/visdat-0.5.0.zip
Files
(12.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:4c0d94ce5c38df142269de689ec1f49f
|
12.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/visdat/tree/0.5.0 (URL)