{
  "_id": "6a251d4f4b233be19838eaf5",
  "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-06-07 07:19:55 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>",
  "MD5sum": "6d9cd06702950e554f644b10bd187095",
  "_user": "juliasilge",
  "_type": "src",
  "_file": "widyr_0.1.5.9000.tar.gz",
  "_fileid": "b32627fe85bb4cdad3a5d6d7aac4f71f92a2d76e418f489982179e6beab32b4d",
  "_filesize": 791523,
  "_sha256": "b32627fe85bb4cdad3a5d6d7aac4f71f92a2d76e418f489982179e6beab32b4d",
  "_created": "2026-06-07T07:19:55.000Z",
  "_published": "2026-06-07T07:27:11.065Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79940382673,
      "time": 202,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461845731"
    },
    {
      "job": 79940382666,
      "time": 186,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461844097"
    },
    {
      "job": 79940382684,
      "time": 89,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461871912"
    },
    {
      "job": 79940382678,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461848883"
    },
    {
      "job": 79940156382,
      "time": 233,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461819446"
    },
    {
      "job": 79940382685,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461837247"
    },
    {
      "job": 79940382670,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461833624"
    },
    {
      "job": 79940382682,
      "time": 210,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461847210"
    },
    {
      "job": 79940382691,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461833299"
    }
  ],
  "_buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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": 335,
  "_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",
    "description": "Data science and MLOps with #rstats, text mining, 💖"
  },
  "_downloads": {
    "count": 3064,
    "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": 2072,
  "_rbuild": "4.6.0",
  "_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",
    "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.60418512324385,
  "_indexed": true,
  "_nocasepkg": "widyr",
  "_universes": [
    "juliasilge"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5.9000",
      "date": "2026-06-07T07:22:57.000Z",
      "distro": "noble",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "11fa1a29a212e2df56820915b0d67dbce4712845b2f8088b21cc8fdfc2ecf4ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5.9000",
      "date": "2026-06-07T07:22:45.000Z",
      "distro": "noble",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "d60f2747e5c2cf015858f7cd7d6b1956cc9831ffcfae7f94fcda7f42d052fe3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5.9000",
      "date": "2026-06-07T07:26:33.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "a419f3d90438c9794188d5b34c30d1660b98580422cfdd6cd4e4b0cce187c8fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5.9000",
      "date": "2026-06-07T07:23:29.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "2fd7c8d5d13402aa8d9b3f4d253f9f50530af11d977d82761dc04d98d05847db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5.9000",
      "date": "2026-06-07T07:22:30.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "862ca5a25d611fbfd69979ed300f71538dbbf63c4082442dd03164e73dcb5771",
      "status": "success",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-06-07T07:21:17.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "0e09e4ab7da6e98cd3107034394d435e10fe9f748fcbe26af3a9bd5b5a02a278",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-06-07T07:22:54.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "e2c0edb88468ed60b2ffd07777307a0cdad029ee07e1d5861046c6f073b3c85c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.5.9000",
      "date": "2026-06-07T07:21:15.000Z",
      "commit": "489e8d1167f366397e07f6089dcc2903d1373e21",
      "fileid": "dbfe830de0d56935e1918b0e3f1b287e48e1c2d3890783088cfdb9f093b4ff72",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/juliasilge/actions/runs/27085878449"
    }
  ]
}