{
  "_id": "6a5b32429baadeef8ab4c72b",
  "Package": "hood2net",
  "Title": "Create a Language Network from Neighborhoods of Words",
  "Version": "1.0.0",
  "Authors@R": "person(\"Cynthia\", \"Siew\", , \"cynthia.siew@mailfence.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Input a list of words and/or their phonological\ntranscriptions and this package creates a language network\nbased on their neighborhood structure. First, the\nphonological/orthographic neighbors for each item in the list\nare identified based on various definitions of a neighbor\n(e.g., edit-distance (substitution, deletion, or addition),\nsubstitution-only; distance size (1-edit or more); based on\nsingle characters or segments indicated by separators) and\nsummarizes this information in an 'igraph' network object for\nsubsequent analyses. For more details see Luce & Pisoni (1998)\n<doi:10.1097/00003446-199802000-00001> and Vitevitch (2008)\n<doi:10.1044/1092-4388(2008/030)>. Helper functions for\nextracting network metrics, neighbors, and other information\nfrom the language network are provided. This package is\nintended for psycholinguists interested in modeling language\nnetworks and word neighborhoods in various languages.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "LazyData": "true",
  "NeedsCompilation": "yes",
  "Config/testthat/edition": "3",
  "Config/roxygen2/version": "8.0.0",
  "VignetteBuilder": "knitr",
  "URL": "https://csqsiew.github.io/hood2net/",
  "Config/pak/sysreqs": "libglpk-dev libxml2-dev",
  "Repository": "https://csqsiew.r-universe.dev",
  "Date/Publication": "2026-07-09 07:21:14 UTC",
  "RemoteUrl": "https://github.com/csqsiew/hood2net",
  "RemoteRef": "HEAD",
  "RemoteSha": "b2019b018223dc64434cdda91765367becabdcbf",
  "Packaged": {
    "Date": "2026-07-18 07:53:21 UTC",
    "User": "root"
  },
  "Author": "Cynthia Siew [aut, cre, cph]",
  "Maintainer": "Cynthia Siew <cynthia.siew@mailfence.com>",
  "_user": "csqsiew",
  "_type": "src",
  "_file": "hood2net_1.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/5106928b6db5bcce87f6095498caf7bf43ff6957ffd12d9d99dc79c4737bc8e1",
  "_filesize": 364266,
  "_sha256": "5106928b6db5bcce87f6095498caf7bf43ff6957ffd12d9d99dc79c4737bc8e1",
  "_expires": "2026-10-26T07:58:56.000Z",
  "_created": "2026-07-18T07:53:21.000Z",
  "_published": "2026-07-18T07:58:58.231Z",
  "_jobs": [
    {
      "job": 88059738342,
      "time": 136,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427291793"
    },
    {
      "job": 88059738317,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427292289"
    },
    {
      "job": 88059738325,
      "time": 132,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427291228"
    },
    {
      "job": 88059738326,
      "time": 226,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427304241"
    },
    {
      "job": 88059738302,
      "time": 143,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427289308"
    },
    {
      "job": 88059738310,
      "time": 217,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427300113"
    },
    {
      "job": 88059738296,
      "time": 138,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427287469"
    },
    {
      "job": 88059738327,
      "time": 294,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427308553"
    },
    {
      "job": 88059455830,
      "time": 214,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427272599"
    },
    {
      "job": 88059738318,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8427288607"
    },
    {
      "job": 88059738323,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427285549"
    },
    {
      "job": 88059738307,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427284847"
    },
    {
      "job": 88059738294,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427284616"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455",
  "_status": "success",
  "_upstream": "https://github.com/csqsiew/hood2net",
  "_commit": {
    "id": "b2019b018223dc64434cdda91765367becabdcbf",
    "author": "Cynthia Siew <cynthia.siew@mailfence.com>",
    "committer": "Cynthia Siew <cynthia.siew@mailfence.com>",
    "message": "updated main functions for more efficient computation\n",
    "time": 1783581674
  },
  "_maintainer": {
    "name": "Cynthia Siew",
    "email": "cynthia.siew@mailfence.com"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "csqsiew",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-19",
      "n": 2
    },
    {
      "week": "2026-20",
      "n": 3
    },
    {
      "week": "2026-22",
      "n": 1
    },
    {
      "week": "2026-28",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 3160056,
    "type": "user",
    "name": "Cynthia Siew",
    "followers": 11
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/hood2net"
  },
  "_devurl": "https://github.com/csqsiew/hood2net",
  "_pkgdown": "https://csqsiew.github.io/hood2net/",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/hood2net.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/csqsiew/hood2net",
  "_realowner": "csqsiew",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2026-07-17"
    }
  ],
  "_exports": [
    "get_neighbor_clustering",
    "get_neighbor_mean",
    "get_neighbor_size",
    "get_network_info",
    "make_network",
    "make_network_sep"
  ],
  "_datasets": [
    {
      "name": "sample1",
      "title": "sample1 data",
      "object": "sample1",
      "class": [
        "data.frame"
      ],
      "fields": [
        "item",
        "length"
      ],
      "rows": 9,
      "table": true,
      "tojson": true
    },
    {
      "name": "sample2",
      "title": "sample2 data",
      "object": "sample2",
      "class": [
        "data.frame"
      ],
      "fields": [
        "item",
        "length"
      ],
      "rows": 9,
      "table": true,
      "tojson": true
    },
    {
      "name": "sample3",
      "title": "sample3 data",
      "object": "sample3",
      "class": [
        "data.frame"
      ],
      "fields": [
        "item",
        "ortho",
        "length"
      ],
      "rows": 8,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "get_neighbor_clustering",
      "title": "Returns the neighborhood clustering (i.e., local transitivity or local clustering coefficient) for all or a subset of nodes in the language network.",
      "topics": [
        "get_neighbor_clustering"
      ]
    },
    {
      "page": "get_neighbor_mean",
      "title": "Returns the mean of a neighborhood's attribute for all or a subset of nodes in the language network.",
      "topics": [
        "get_neighbor_mean"
      ]
    },
    {
      "page": "get_neighbor_size",
      "title": "Returns the neighborhood size (i.e., degree) for all or a subset of nodes in the language network.",
      "topics": [
        "get_neighbor_size"
      ]
    },
    {
      "page": "get_network_info",
      "title": "Returns a summary of global network characteristics of the language network.",
      "topics": [
        "get_network_info"
      ]
    },
    {
      "page": "make_network",
      "title": "Create a language network from a list of items. This version takes each single character as an individual segment when specifying neighbors.",
      "topics": [
        "make_network"
      ]
    },
    {
      "page": "make_network_sep",
      "title": "Create a language network from a list of items. This version segments items based on a specified separator when specifying neighbors.",
      "topics": [
        "make_network_sep"
      ]
    },
    {
      "page": "sample1",
      "title": "sample1 data",
      "topics": [
        "sample1"
      ]
    },
    {
      "page": "sample2",
      "title": "sample2 data",
      "topics": [
        "sample2"
      ]
    },
    {
      "page": "sample3",
      "title": "sample3 data",
      "topics": [
        "sample3"
      ]
    }
  ],
  "_pkglogo": "https://github.com/csqsiew/hood2net/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/csqsiew/hood2net/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "glue",
    "igraph",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pkgconfig",
    "Rcpp",
    "rlang",
    "stringdist",
    "vctrs"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "introduction-to-hood2net.Rmd",
      "filename": "introduction-to-hood2net.html",
      "title": "A Quick Introduction to hood2net",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction and Motivation",
        "Why hood2net?",
        "Set up",
        "Creating networks",
        "Computing network and neighborhood measures",
        "Obtaining macro-level network measures",
        "Compute micro-level network measures for individual nodes",
        "References"
      ],
      "created": "2026-05-07 10:16:39",
      "modified": "2026-07-09 07:21:14",
      "commits": 4
    },
    {
      "source": "case-studies.Rmd",
      "filename": "case-studies.html",
      "title": "Examples and Case Studies",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Case Studies and Examples",
        "Case Study 1:",
        "Case Study 2:",
        "References"
      ],
      "created": "2026-05-13 12:35:14",
      "modified": "2026-07-09 07:21:14",
      "commits": 2
    }
  ],
  "_score": 4.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "hood2net",
  "_universes": [
    "csqsiew"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-18T07:55:46.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/1542cfecf041ea4671bc37b0ecc2398a1fd7e14a6c435d9ba5db7f18c8c6e788",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-18T07:55:43.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/bc11afed39674fca0c0b9c040032fd25ad63a231a94f438b1c9d7d103607d0f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-18T07:55:43.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/d3048df7c87397e189d399598f34ee5423270c5c8011c9b4c5d4688f6a0569e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-18T07:57:10.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/2e544135415b395b53ae18a9e0d13a105877c45c5f81518292224a0f6303b037",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-18T07:55:28.000Z",
      "arch": "aarch64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/4331f2e18457fdd58a1d288fae0a581c87b31cdf5e6201faa9e101078b3543ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-18T07:56:29.000Z",
      "arch": "x86_64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/e261aad86729438c68b6e5f566356a0c2cf7846e5f2dbba13783075e418e1164",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-18T07:55:15.000Z",
      "arch": "aarch64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/c27c061cdaf276b66aea99a52bda2c5b0dad86cbedefccd9c41906786461c6e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-07-18T07:57:27.000Z",
      "arch": "x86_64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/4799311c4238671c21d075467f05933f7c039e7b79263c1daa918419c4a465c8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-07-18T07:55:34.000Z",
      "arch": "emscripten",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/4682363a76ccafb3d3cf85b429f7a5b816e5437fe7a60e6407b88dc1006d3f11",
      "status": "success",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-18T07:54:34.000Z",
      "arch": "x86_64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/8e3620d1cfb2dfcb171bfdd43b96e2c5f6220e06cffc19178ada90fc944dc0be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-18T07:54:31.000Z",
      "arch": "x86_64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/14c65ca1653c8a9225ba90c29e429b06530ee4b4223632f3a905f152d84f6946",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-07-18T07:54:27.000Z",
      "arch": "x86_64",
      "commit": "b2019b018223dc64434cdda91765367becabdcbf",
      "fileid": "https://r2.ropensci.org/3695870e877fdfec44a6c9dce656a7577684b50a4a2a63828daaf948c3d28244",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/csqsiew/actions/runs/29636408455"
    }
  ]
}