Software Open Access
Nicholas Tierney; cregouby; Maëlle Salmon; Nic Crane; Sean Hughes; Mara Averick; tierneyn; Noam Ross; Anthony Raborn; Carson Sievert; Jeroen Ooms; Jim Hester; Matthias Grenié; Romain François; John Muschelli
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.7597257</identifier> <creators> <creator> <creatorName>Nicholas Tierney</creatorName> <affiliation>Telethon Kids Institute</affiliation> </creator> <creator> <creatorName>cregouby</creatorName> </creator> <creator> <creatorName>Maëlle Salmon</creatorName> <affiliation>@ropensci</affiliation> </creator> <creator> <creatorName>Nic Crane</creatorName> </creator> <creator> <creatorName>Sean Hughes</creatorName> </creator> <creator> <creatorName>Mara Averick</creatorName> <affiliation>@tidyverse</affiliation> </creator> <creator> <creatorName>tierneyn</creatorName> </creator> <creator> <creatorName>Noam Ross</creatorName> <affiliation>EcoHealth Alliance</affiliation> </creator> <creator> <creatorName>Anthony Raborn</creatorName> <affiliation>National Association of Boards of Pharmacy</affiliation> </creator> <creator> <creatorName>Carson Sievert</creatorName> <affiliation>@rstudio</affiliation> </creator> <creator> <creatorName>Jeroen Ooms</creatorName> <affiliation>Berkeley Institute for Data Science</affiliation> </creator> <creator> <creatorName>Jim Hester</creatorName> <affiliation>@netflix</affiliation> </creator> <creator> <creatorName>Matthias Grenié</creatorName> <affiliation>iDiv (German Center for Integrative Biodiversity Research)</affiliation> </creator> <creator> <creatorName>Romain François</creatorName> <affiliation>@tidyverse team at Posit</affiliation> </creator> <creator> <creatorName>John Muschelli</creatorName> <affiliation>Johns Hopkins Bloomberg School of Public Health</affiliation> </creator> </creators> <titles> <title>ropensci/visdat: visdat 0.6.0 (2023/02/01) "Superman, Lazlo Bane"</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2023</publicationYear> <dates> <date dateType="Issued">2023-02-02</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/7597257</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/ropensci/visdat/tree/v0.6.0</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.837273</relatedIdentifier> </relatedIdentifiers> <version>v0.6.0</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract">visdat 0.6.0 (2023/02/01) "Superman, Lazlo Bane" New Feature <ul> <li><code>vis_value()</code> for visualising all values in a dataset. It rescales values to be between 0 and 1. See #100</li> <li><code>vis_binary()</code> for visualising datasets with binary values - similar to <code>vis_value()</code>, but just for binary data (0, 1, NA). See #125. Thank you to Trish Gilholm for her suggested use case for this.</li> <li>Implemented facetting in <code>vis_dat()</code> and <code>vis_cor()</code>, and <code>vis_miss()</code> see (#78). The next release will implement facetting for <code>vis_value()</code>, <code>vis_binary()</code>, <code>vis_compare()</code>, <code>vis_expect()</code>, and <code>vis_guess()</code>.</li> <li>Implemented data methods for plots with <code>data_vis_dat()</code>, <code>data_vis_cor()</code>, and <code>data_vis_miss()</code> see (#78).</li> <li><code>vis_dat()</code> <code>vis_miss()</code> and <code>vis_guess()</code> now render missing values in list-columns (@cregouby #138)</li> <li>Added <code>abbreviate_vars()</code> function to assist with abbreviating data names (#140)</li> <li>Percentage missing in columns for <code>vis_miss()</code> is now rounding to integers - for more accurate representation of missingness summaries please use the <code>naniar</code> R package.</li> <li>A new vignette on customising colour palettes in visdat, "Customising colour palettes in visdat".</li> </ul> Bug Fix <ul> <li>no longer use old version of <code>gather_</code> (#141)</li> <li>resolve bug where <code>vis_value()</code> displayed constant values as NA values (#128) - these constant values are now shown as 1.</li> <li>removed use of the now deprecated "aes_string" from ggplot2</li> <li>output of plot in <code>vis_expect</code> would reorder columns (<a href="https://github.com/ropensci/visdat/issues/133">#133</a>), fixed in <a href="https://github.com/ropensci/visdat/pull/134">#143</a> by <a href="https://github.com/muschellij2">@muschellij2</a>.</li> </ul> Misc <ul> <li>No longer uses gdtools for testing (#145)</li> <li>Use <code>cli</code> internally for error messages.</li> <li>Speed up some internal functions in visdat</li> </ul></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 882 | 18 |
Downloads | 43 | 1 |
Data volume | 500.4 MB | 12.8 MB |
Unique views | 819 | 18 |
Unique downloads | 41 | 1 |