{
  "_id": "6a4ca65d07c3fd5c3260ee8d",
  "Type": "Package",
  "Package": "widyr",
  "Title": "Widen, Process, then Re-Tidy Data",
  "Version": "0.1.5.9000",
  "Authors@R": "c(\nperson(\"David\", \"Robinson\", , \"admiral.david@gmail.com\", role = \"aut\"),\nperson(\"Kanishka\", \"Misra\", role = \"ctb\"),\nperson(\"Julia\", \"Silge\", , \"julia.silge@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3671-836X\"))\n)",
  "Description": "Encapsulates the pattern of untidying data into a wide\nmatrix, performing some processing, then turning it back into a\ntidy form. This is useful for several operations such as\nco-occurrence counts, correlations, or clustering that are\nmathematically convenient on wide matrices.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/juliasilge/widyr,\nhttps://juliasilge.github.io/widyr/",
  "BugReports": "https://github.com/juliasilge/widyr/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://juliasilge.r-universe.dev",
  "Date/Publication": "2026-03-09 17:04:05 UTC",
  "RemoteUrl": "https://github.com/juliasilge/widyr",
  "RemoteRef": "HEAD",
  "RemoteSha": "489e8d1167f366397e07f6089dcc2903d1373e21",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-07 07:06:45 UTC",
    "User": "root"
  },
  "Author": "David Robinson [aut],\nKanishka Misra [ctb],\nJulia Silge [aut, cre] (ORCID: <https://orcid.org/0000-0002-3671-836X>)",
  "Maintainer": "Julia Silge <julia.silge@gmail.com>",
  "_user": "juliasilge",
  "_type": "src",
  "_file": "widyr_0.1.5.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/eafbffe1285c1646176048b0a9ed29616b8365ada305a839f2a9ac71955f076c",
  "_filesize": 793031,
  "_sha256": "eafbffe1285c1646176048b0a9ed29616b8365ada305a839f2a9ac71955f076c",
  "_expires": "2026-10-15T07:10:19.000Z",
  "_created": "2026-07-07T07:06:45.000Z",
  "_published": "2026-07-07T07:10:21.618Z",
  "_jobs": [
    {
      "job": 85556804080,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8130453968"
    },
    {
      "job": 85556804069,
      "time": 170,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8130454776"
    },
    {
      "job": 85556804087,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8130432506"
    },
    {
      "job": 85556804074,
      "time": 112,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8130435931"
    },
    {
      "job": 85556214458,
      "time": 218,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8130398264"
    },
    {
      "job": 85556804094,
      "time": 150,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8130448455"
    },
    {
      "job": 85556804093,
      "time": 142,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8130446348"
    },
    {
      "job": 85556804116,
      "time": 115,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8130438328"
    },
    {
      "job": 85556804082,
      "time": 99,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8130431705"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578",
  "_status": "success",
  "_upstream": "https://github.com/juliasilge/widyr",
  "_commit": {
    "id": "489e8d1167f366397e07f6089dcc2903d1373e21",
    "author": "Julia Silge <julia.silge@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Switch package to use native pipe (#48)\n\n* Switch to native pipe\n\n* Redocument\n\n* Update tests\n\n* Render README",
    "time": 1773075845
  },
  "_maintainer": {
    "name": "Julia Silge",
    "email": "julia.silge@gmail.com",
    "login": "juliasilge",
    "mastodon": "@juliasilge@fosstodon.org",
    "orcid": "0000-0002-3671-836X",
    "description": "Data science and MLOps with #rstats, text mining, 💖",
    "uuid": 12505835
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "broom",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tidytext",
      "role": "Imports"
    },
    {
      "package": "countrycode",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "fuzzyjoin",
      "role": "Suggests"
    },
    {
      "package": "gapminder",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "ggraph",
      "role": "Suggests"
    },
    {
      "package": "igraph",
      "role": "Suggests"
    },
    {
      "package": "irlba",
      "role": "Suggests"
    },
    {
      "package": "janeaustenr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "maps",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "unvotes",
      "version": ">= 0.3.0",
      "role": "Suggests"
    }
  ],
  "_owner": "juliasilge",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2026-11",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 334,
  "_contributors": [
    {
      "user": "dgrtwo",
      "count": 43,
      "uuid": 994718
    },
    {
      "user": "juliasilge",
      "count": 22,
      "uuid": 12505835
    },
    {
      "user": "kanishkamisra",
      "count": 2,
      "uuid": 10777197
    },
    {
      "user": "benmarwick",
      "count": 1,
      "uuid": 1262179
    },
    {
      "user": "katiedaisey",
      "count": 1,
      "uuid": 10160679
    },
    {
      "user": "lhdjung",
      "count": 1,
      "uuid": 71007825
    },
    {
      "user": "kmdupr33",
      "count": 1,
      "uuid": 5463526
    },
    {
      "user": "simonpcouch",
      "count": 1,
      "uuid": 35748691
    }
  ],
  "_userbio": {
    "uuid": 12505835,
    "type": "user",
    "name": "Julia Silge",
    "followers": 3301,
    "description": "Data science and MLOps with #rstats, text mining, 💖"
  },
  "_downloads": {
    "count": 2116,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/widyr"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/juliasilge/widyr",
  "_pkgdown": "https://juliasilge.github.io/widyr/",
  "_searchresults": 2064,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/widyr.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/juliasilge/widyr",
  "_realowner": "juliasilge",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-08-14"
    },
    {
      "version": "0.1.1",
      "date": "2018-03-11"
    },
    {
      "version": "0.1.2",
      "date": "2019-09-09"
    },
    {
      "version": "0.1.3",
      "date": "2020-04-12"
    },
    {
      "version": "0.1.4",
      "date": "2021-08-12"
    },
    {
      "version": "0.1.5",
      "date": "2022-09-13"
    }
  ],
  "_exports": [
    "pairwise_cor",
    "pairwise_cor_",
    "pairwise_count",
    "pairwise_count_",
    "pairwise_delta",
    "pairwise_delta_",
    "pairwise_dist",
    "pairwise_dist_",
    "pairwise_pmi",
    "pairwise_pmi_",
    "pairwise_similarity",
    "pairwise_similarity_",
    "squarely",
    "squarely_",
    "widely",
    "widely_",
    "widely_hclust",
    "widely_kmeans",
    "widely_svd",
    "widely_svd_"
  ],
  "_help": [
    {
      "page": "cor_sparse",
      "title": "Find the Pearson correlation of a sparse matrix efficiently",
      "topics": [
        "cor_sparse"
      ]
    },
    {
      "page": "pairwise_cor",
      "title": "Correlations of pairs of items",
      "topics": [
        "pairwise_cor",
        "pairwise_cor_"
      ]
    },
    {
      "page": "pairwise_count",
      "title": "Count pairs of items within a group",
      "topics": [
        "pairwise_count",
        "pairwise_count_"
      ]
    },
    {
      "page": "pairwise_delta",
      "title": "Delta measure of pairs of documents",
      "topics": [
        "pairwise_delta",
        "pairwise_delta_"
      ]
    },
    {
      "page": "pairwise_dist",
      "title": "Distances of pairs of items",
      "topics": [
        "pairwise_dist",
        "pairwise_dist_"
      ]
    },
    {
      "page": "pairwise_pmi",
      "title": "Pointwise mutual information of pairs of items",
      "topics": [
        "pairwise_pmi",
        "pairwise_pmi_"
      ]
    },
    {
      "page": "pairwise_similarity",
      "title": "Cosine similarity of pairs of items",
      "topics": [
        "pairwise_similarity",
        "pairwise_similarity_"
      ]
    },
    {
      "page": "squarely",
      "title": "A special case of the widely adverb for creating tidy square matrices",
      "topics": [
        "squarely",
        "squarely_"
      ]
    },
    {
      "page": "widely",
      "title": "Adverb for functions that operate on matrices in \"wide\" format",
      "topics": [
        "widely",
        "widely_"
      ]
    },
    {
      "page": "widely_hclust",
      "title": "Cluster pairs of items into groups using hierarchical clustering",
      "topics": [
        "widely_hclust"
      ]
    },
    {
      "page": "widely_kmeans",
      "title": "Cluster items based on k-means across features",
      "topics": [
        "widely_kmeans"
      ]
    },
    {
      "page": "widely_svd",
      "title": "Turn into a wide matrix, perform SVD, return to tidy form",
      "topics": [
        "widely_svd",
        "widely_svd_"
      ]
    }
  ],
  "_readme": "https://github.com/juliasilge/widyr/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "broom",
    "cli",
    "cpp11",
    "dplyr",
    "generics",
    "glue",
    "janeaustenr",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pillar",
    "pkgconfig",
    "plyr",
    "purrr",
    "R6",
    "Rcpp",
    "reshape2",
    "rlang",
    "SnowballC",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tidytext",
    "tokenizers",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "united_nations.Rmd",
      "filename": "united_nations.html",
      "title": "United Nations Voting Correlations",
      "author": "David Robinson",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Pairwise correlations",
        "Visualizing clusters in a network"
      ],
      "created": "2016-07-15 21:41:18",
      "modified": "2026-03-09 17:04:05",
      "commits": 9
    },
    {
      "source": "intro.Rmd",
      "filename": "intro.html",
      "title": "widyr: Widen, process, and re-tidy a dataset",
      "author": "David Robinson",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Towards a precise definition of \"wide\" data",
        "Example: gapminder",
        "Pairwise operations"
      ],
      "created": "2016-08-18 07:26:15",
      "modified": "2026-03-09 17:04:05",
      "commits": 6
    }
  ],
  "_score": 11.440433627303133,
  "_indexed": true,
  "_nocasepkg": "widyr",
  "_universes": [
    "juliasilge"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5.9000",
      "date": "2026-07-07T07:09:15.000Z",
      "distro": "resolute",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "https://r2.ropensci.org/d118f9304ea64a797f671d7081f6457bdba75d38f5a8dcbfda1c1e4863e9cf6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.5.9000",
      "date": "2026-07-07T07:09:17.000Z",
      "distro": "resolute",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "https://r2.ropensci.org/ba7e9a07a937fbb3841a53b1ad3e9b346f91afa7ed279681655f1795d9947882",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5.9000",
      "date": "2026-07-07T07:08:19.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "https://r2.ropensci.org/516e68c672d1df55af770e9ec27124c389621577f909115b3c020228939d234b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.5.9000",
      "date": "2026-07-07T07:08:30.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "https://r2.ropensci.org/758d90bf359e962d1f13e8b98393ff2aa91bde5deed97ea0e84c987e4a931a18",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5.9000",
      "date": "2026-07-07T07:09:37.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "https://r2.ropensci.org/7f49aa38c4354dea2ddb015b606b53833a2e5a940de3e1f4a4629cff6233e710",
      "status": "success",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-07-07T07:08:43.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "https://r2.ropensci.org/adcf7377ffdde5ef8fbc035504246b54887f46b3d2edbdd78713af9001ae4789",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-07-07T07:08:21.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "https://r2.ropensci.org/591dfe0c6e506fc03e39e2d3739deda2ec6b96e72dc6705d04c43196ea545b25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-07-07T07:08:00.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "https://r2.ropensci.org/291b3152c0151b65bb1e7c227628c763b0d4bf9731fee92f011abc26ae5466f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/28847954578"
    }
  ]
}