{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2020-06-19T06:19:15.650341+00:00",
  "custom_fields": {},
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "mjskay/tidybayes-v2.1.1.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:f5d94ffa5ab08610881025f14b9ff934",
        "ext": "zip",
        "id": "44f6400e-176c-4909-a61f-e9dd8e358118",
        "key": "mjskay/tidybayes-v2.1.1.zip",
        "links": {
          "content": "https://zenodo.org/api/records/3900954/files/mjskay/tidybayes-v2.1.1.zip/content",
          "self": "https://zenodo.org/api/records/3900954/files/mjskay/tidybayes-v2.1.1.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 36504444,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 36504444
  },
  "id": "3900954",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/3900954/access",
    "access_grants": "https://zenodo.org/api/records/3900954/access/grants",
    "access_links": "https://zenodo.org/api/records/3900954/access/links",
    "access_request": "https://zenodo.org/api/records/3900954/access/request",
    "access_users": "https://zenodo.org/api/records/3900954/access/users",
    "archive": "https://zenodo.org/api/records/3900954/files-archive",
    "archive_media": "https://zenodo.org/api/records/3900954/media-files-archive",
    "communities": "https://zenodo.org/api/records/3900954/communities",
    "communities-suggestions": "https://zenodo.org/api/records/3900954/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.3900954",
    "draft": "https://zenodo.org/api/records/3900954/draft",
    "file_modification": "https://zenodo.org/api/records/3900954/file-modification",
    "files": "https://zenodo.org/api/records/3900954/files",
    "latest": "https://zenodo.org/api/records/3900954/versions/latest",
    "latest_html": "https://zenodo.org/records/3900954/latest",
    "media_files": "https://zenodo.org/api/records/3900954/media-files",
    "parent": "https://zenodo.org/api/records/1308151",
    "parent_doi": "https://doi.org/10.5281/zenodo.1308151",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.1308151",
    "parent_html": "https://zenodo.org/records/1308151",
    "preview_html": "https://zenodo.org/records/3900954?preview=1",
    "quota_increase": "https://zenodo.org/api/records/3900954/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/3900954/request-deletion",
    "requests": "https://zenodo.org/api/records/3900954/requests",
    "reserve_doi": "https://zenodo.org/api/records/3900954/draft/pids/doi",
    "self": "https://zenodo.org/api/records/3900954",
    "self_doi": "https://doi.org/10.5281/zenodo.3900954",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.3900954",
    "self_html": "https://zenodo.org/records/3900954",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:3900954/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:3900954/sequence/default",
    "versions": "https://zenodo.org/api/records/3900954/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "affiliations": [
          {
            "name": "University of Michigan"
          }
        ],
        "person_or_org": {
          "family_name": "Matthew Kay",
          "name": "Matthew Kay",
          "type": "personal"
        }
      }
    ],
    "description": "<ul>\n\t<li>Initial split of <code>tidybayes</code> into <code>tidybayes</code> and <code>ggdist</code> (#250). <code>ggdist</code> now contains all stats/geoms from tidybayes (except deprecated ones), all support functions for stats/geoms (such as <code>point_interval()</code>), <code>vignette(&quot;slabinterval&quot;)</code>, and <code>vignette(&quot;freq-uncertainty-vis&quot;)</code>. <code>tidybayes</code> retains all other functions, and re-exports all <code>ggdist</code> functions for now.</li>\n\t<li>All stats and geoms now support automatic orientation detection (#257), following the new automatic orientation detection approach in <code>ggplot2</code>. If needed, this can be overridden using the existing <code>orientation</code> parameter.\n\t<ul>\n\t\t<li>All <code>h</code>-suffix geoms are now deprecated. The <code>h</code>-suffix geoms have been left in <code>tidybayes</code> and give a deprecation warning when used; they cannot be used from <code>ggdist</code> directly.</li>\n\t\t<li>The <code>h</code>-suffix <code>point_interval()</code> functions are also deprecated, since they are not needed in tidybayes nor in <code>ggplot2::stat_summary()</code>.</li>\n\t\t<li><code>geom_interval()</code>, <code>geom_pointinterval()</code>, and <code>geom_lineribbon()</code> no longer automatically set the <code>ymin</code> and <code>ymax</code> aesthetics if <code>.lower</code> or <code>.upper</code> are present in the data. This allows them to work better with automatic orientation detection (and was a bad feature to have existed in the first place anyway). The deprecated <code>tidybayes::geom_intervalh()</code> and <code>tidybayes::geom_pointintervalh()</code> still automatically set those aesthetics, since they are deprecated anyway (so supporting the old behavior is fine in these functions).</li>\n\t</ul>\n\t</li>\n\t<li><code>geom_lineribbon()</code>/<code>stat_lineribbon()</code> now supports a <code>step</code> argument for creating stepped lineribbons (#249). H/T to Solomon Kurz for the suggestion.</li>\n\t<li><code>ggdist</code> now has its own implementation of the scaled and shifted Student&#39;s t distribution (<code>dstudent_t()</code>, <code>qstudent_t()</code>, etc), since it is very useful for visualizing confidence distributions. That is re-exported in <code>tidybayes</code> as well`.</li>\n\t<li>All deprecated functions and geoms now throw deprecation warnings (previously, several deprecated functions did not).</li>\n</ul>",
    "publication_date": "2020-06-19",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/mjskay/tidybayes/tree/v2.1.1",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": ""
        },
        "id": "other-open",
        "title": {
          "en": "Other (Open)"
        }
      }
    ],
    "title": "tidybayes: Tidy Data and Geoms for Bayesian Models",
    "version": "v2.1.1"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "19809"
      },
      "settings": {
        "accept_conditions_text": null,
        "allow_guest_requests": false,
        "allow_user_requests": false,
        "secret_link_expiration": 0
      }
    },
    "communities": {},
    "id": "1308151",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.1308151",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.3900954",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:3900954",
      "provider": "oai"
    }
  },
  "revision_id": 18,
  "stats": {
    "all_versions": {
      "data_volume": 30474839554.0,
      "downloads": 841,
      "unique_downloads": 821,
      "unique_views": 7775,
      "views": 8203
    },
    "this_version": {
      "data_volume": 949115544.0,
      "downloads": 26,
      "unique_downloads": 26,
      "unique_views": 418,
      "views": 437
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2023-08-12T23:38:20.661367+00:00",
  "versions": {
    "index": 9,
    "is_latest": false
  }
}