Software Open Access

ropensci/visdat: visdat 0.6.0 (2023/02/01) "Superman, Lazlo Bane"

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


JSON Export

{
  "files": [
    {
      "links": {
        "self": "https://zenodo.org/api/files/28be3cd9-86b2-46b9-899f-f968b5e8e73a/ropensci/visdat-v0.6.0.zip"
      }, 
      "checksum": "md5:7b3786c00e561bf1b65e602fcfcdd58f", 
      "bucket": "28be3cd9-86b2-46b9-899f-f968b5e8e73a", 
      "key": "ropensci/visdat-v0.6.0.zip", 
      "type": "zip", 
      "size": 12816612
    }
  ], 
  "owners": [
    29028
  ], 
  "doi": "10.5281/zenodo.7597257", 
  "stats": {
    "version_unique_downloads": 41.0, 
    "unique_views": 18.0, 
    "views": 18.0, 
    "version_views": 882.0, 
    "unique_downloads": 1.0, 
    "version_unique_views": 819.0, 
    "volume": 12816612.0, 
    "version_downloads": 43.0, 
    "downloads": 1.0, 
    "version_volume": 500419493.0
  }, 
  "links": {
    "doi": "https://doi.org/10.5281/zenodo.7597257", 
    "conceptdoi": "https://doi.org/10.5281/zenodo.837273", 
    "bucket": "https://zenodo.org/api/files/28be3cd9-86b2-46b9-899f-f968b5e8e73a", 
    "conceptbadge": "https://zenodo.org/badge/doi/10.5281/zenodo.837273.svg", 
    "html": "https://zenodo.org/record/7597257", 
    "latest_html": "https://zenodo.org/record/7597257", 
    "badge": "https://zenodo.org/badge/doi/10.5281/zenodo.7597257.svg", 
    "latest": "https://zenodo.org/api/records/7597257"
  }, 
  "conceptdoi": "10.5281/zenodo.837273", 
  "created": "2023-02-02T05:52:31.934226+00:00", 
  "updated": "2023-02-03T14:26:55.046118+00:00", 
  "conceptrecid": "837273", 
  "revision": 3, 
  "id": 7597257, 
  "metadata": {
    "access_right_category": "success", 
    "doi": "10.5281/zenodo.7597257", 
    "description": "visdat 0.6.0 (2023/02/01) \"Superman, Lazlo Bane\"\nNew Feature\n<ul>\n<li><code>vis_value()</code> for visualising all values in a dataset. It rescales values to be between 0 and 1. See #100</li>\n<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>\n<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>\n<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>\n<li><code>vis_dat()</code> <code>vis_miss()</code> and <code>vis_guess()</code> now render missing values in list-columns (@cregouby #138)</li>\n<li>Added <code>abbreviate_vars()</code> function to assist with abbreviating data names (#140)</li>\n<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>\n<li>A new vignette on customising colour palettes in visdat, \"Customising colour palettes in visdat\".</li>\n</ul>\nBug Fix\n<ul>\n<li>no longer use old version of <code>gather_</code> (#141)</li>\n<li>resolve bug where <code>vis_value()</code> displayed constant values as NA values (#128) - these constant values are now shown as 1.</li>\n<li>removed use of the now deprecated \"aes_string\" from ggplot2</li>\n<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>\n</ul>\nMisc\n<ul>\n<li>No longer uses gdtools for testing (#145)</li>\n<li>Use <code>cli</code> internally for error messages.</li>\n<li>Speed up some internal functions in visdat</li>\n</ul>", 
    "license": {
      "id": "other-open"
    }, 
    "title": "ropensci/visdat: visdat 0.6.0 (2023/02/01) \"Superman, Lazlo Bane\"", 
    "relations": {
      "version": [
        {
          "count": 6, 
          "index": 5, 
          "parent": {
            "pid_type": "recid", 
            "pid_value": "837273"
          }, 
          "is_last": true, 
          "last_child": {
            "pid_type": "recid", 
            "pid_value": "7597257"
          }
        }
      ]
    }, 
    "version": "v0.6.0", 
    "publication_date": "2023-02-02", 
    "creators": [
      {
        "affiliation": "Telethon Kids Institute", 
        "name": "Nicholas Tierney"
      }, 
      {
        "name": "cregouby"
      }, 
      {
        "affiliation": "@ropensci", 
        "name": "Ma\u00eblle Salmon"
      }, 
      {
        "name": "Nic Crane"
      }, 
      {
        "name": "Sean Hughes"
      }, 
      {
        "affiliation": "@tidyverse", 
        "name": "Mara Averick"
      }, 
      {
        "name": "tierneyn"
      }, 
      {
        "affiliation": "EcoHealth Alliance", 
        "name": "Noam Ross"
      }, 
      {
        "affiliation": "National Association of Boards of Pharmacy", 
        "name": "Anthony Raborn"
      }, 
      {
        "affiliation": "@rstudio", 
        "name": "Carson Sievert"
      }, 
      {
        "affiliation": "Berkeley Institute for Data Science", 
        "name": "Jeroen Ooms"
      }, 
      {
        "affiliation": "@netflix", 
        "name": "Jim Hester"
      }, 
      {
        "affiliation": "iDiv (German Center for Integrative Biodiversity Research)", 
        "name": "Matthias Greni\u00e9"
      }, 
      {
        "affiliation": "@tidyverse team at Posit", 
        "name": "Romain Fran\u00e7ois"
      }, 
      {
        "affiliation": "Johns Hopkins Bloomberg School of Public Health", 
        "name": "John Muschelli"
      }
    ], 
    "access_right": "open", 
    "resource_type": {
      "type": "software", 
      "title": "Software"
    }, 
    "related_identifiers": [
      {
        "scheme": "url", 
        "identifier": "https://github.com/ropensci/visdat/tree/v0.6.0", 
        "relation": "isSupplementTo"
      }, 
      {
        "scheme": "doi", 
        "identifier": "10.5281/zenodo.837273", 
        "relation": "isVersionOf"
      }
    ]
  }
}
882
43
views
downloads
All versions This version
Views 88218
Downloads 431
Data volume 500.4 MB12.8 MB
Unique views 81918
Unique downloads 411

Share

Cite as