{
  "_id": "6a101628acfb0bcc41c844d4",
  "Package": "childeswordfreq",
  "Type": "Package",
  "Title": "Word and Phrase Frequency Tools for CHILDES",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Nahar\",\nfamily = \"Albudoor\",\nrole = c(\"aut\", \"cre\"),\nemail = \"n.albudoor@gmail.com\")",
  "Description": "Tools for extracting word and phrase frequencies from the\nChild Language Data Exchange System (CHILDES) database via the\n'childesr' API. Supports type-level word counts, token-mode\nsearches with simple wildcard patterns and part-of-speech\nfilters, optional stemming, and Zipf-scaled frequencies.\nProvides normalization per number of tokens or utterances,\nspeaker-role breakdowns, dataset summaries, and export to Excel\nworkbooks for reproducible child language research. The CHILDES\ndatabase is maintained at <https://talkbank.org/childes/>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/n-albudoor/childeswordfreq",
  "BugReports": "https://github.com/n-albudoor/childeswordfreq/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev libmysqlclient-dev libx11-dev zlib1g-dev",
  "Repository": "https://n-albudoor.r-universe.dev",
  "Date/Publication": "2025-11-15 21:10:29 UTC",
  "RemoteUrl": "https://github.com/n-albudoor/childeswordfreq",
  "RemoteRef": "HEAD",
  "RemoteSha": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 07:56:03 UTC",
    "User": "root"
  },
  "Author": "Nahar Albudoor [aut, cre]",
  "Maintainer": "Nahar Albudoor <n.albudoor@gmail.com>",
  "MD5sum": "9b04914467363cad57447d6a261df776",
  "_user": "n-albudoor",
  "_type": "src",
  "_file": "childeswordfreq_0.2.0.tar.gz",
  "_fileid": "7d13679e105acd74f91be35f34d87cb3ea10b4aad425fbc3597ad642aaccafed",
  "_filesize": 121013,
  "_sha256": "7d13679e105acd74f91be35f34d87cb3ea10b4aad425fbc3597ad642aaccafed",
  "_created": "2026-05-14T07:56:03.000Z",
  "_published": "2026-05-22T08:39:04.654Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77345285521,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6989851764"
    },
    {
      "job": 77345285664,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989852316"
    },
    {
      "job": 77345286049,
      "time": 143,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7010874129"
    },
    {
      "job": 77345285949,
      "time": 158,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010913535"
    },
    {
      "job": 77345285588,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989817076"
    },
    {
      "job": 77345285377,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156338333"
    },
    {
      "job": 77345285618,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6989840288"
    },
    {
      "job": 77345285940,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6989837196"
    },
    {
      "job": 77345286018,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989840657"
    }
  ],
  "_buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/n-albudoor/childeswordfreq",
  "_commit": {
    "id": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
    "author": "albudoor <n.albudoor@gmail.com>",
    "committer": "albudoor <n.albudoor@gmail.com>",
    "message": "Release 0.2.0 for CRAN\n",
    "time": 1763241029
  },
  "_maintainer": {
    "name": "Nahar Albudoor",
    "email": "n.albudoor@gmail.com",
    "login": "n-albudoor",
    "uuid": 205057507
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.4.0",
      "role": "Depends"
    },
    {
      "package": "cachem",
      "role": "Imports"
    },
    {
      "package": "childesr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "memoise",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "writexl",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "n-albudoor",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-45",
      "n": 1
    },
    {
      "week": "2025-46",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2025-11-07"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "n-albudoor",
      "count": 9,
      "uuid": 205057507
    }
  ],
  "_userbio": {
    "uuid": 205057507,
    "type": "user",
    "name": "n-albudoor"
  },
  "_downloads": {
    "count": 197,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/childeswordfreq"
  },
  "_devurl": "https://github.com/n-albudoor/childeswordfreq",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/childeswordfreq.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/n-albudoor/childeswordfreq",
  "_realowner": "n-albudoor",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-04-08"
    },
    {
      "version": "0.2.0",
      "date": "2025-11-15"
    }
  ],
  "_exports": [
    "cwf_cache_disable",
    "cwf_cache_enable",
    "cwf_cache_enabled",
    "phrase_counts",
    "word_counts"
  ],
  "_help": [
    {
      "page": "cwf_cache_disable",
      "title": "Disable caching",
      "topics": [
        "cwf_cache_disable"
      ]
    },
    {
      "page": "cwf_cache_enable",
      "title": "Enable on-disk caching of CHILDES queries",
      "topics": [
        "cwf_cache_enable"
      ]
    },
    {
      "page": "cwf_cache_enabled",
      "title": "Return TRUE if caching is enabled",
      "topics": [
        "cwf_cache_enabled"
      ]
    },
    {
      "page": "phrase_counts",
      "title": "Count phrase matches in CHILDES utterances (experimental)",
      "topics": [
        "phrase_counts"
      ]
    },
    {
      "page": "word_counts",
      "title": "Get word counts by speaker role",
      "topics": [
        "word_counts"
      ]
    }
  ],
  "_readme": "https://github.com/n-albudoor/childeswordfreq/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "blob",
    "cachem",
    "childesr",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "DBI",
    "dbplyr",
    "dplyr",
    "fastmap",
    "generics",
    "glue",
    "hms",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "memoise",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "readr",
    "rlang",
    "RMySQL",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "writexl"
  ],
  "_vignettes": [
    {
      "source": "childeswordfreq-best-practices.Rmd",
      "filename": "childeswordfreq-best-practices.html",
      "title": "childeswordfreq: Usage & Best Practices",
      "author": "Nahar Albudoor",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Setup and Basic Requirements",
        "2. Input Format and Parameter Specification",
        "2.1 Word lists for word_counts()",
        "2.2 CHILDES filters",
        "3. Type vs. Token Mode",
        "3.1 Morphology and Stems",
        "3.2 Part-of-Speech Filtering",
        "4. Normalization and Zipf Scaling",
        "5. FREQ-style Ignore Rules and Pattern Filters",
        "6. Phrase Frequencies with phrase_counts()",
        "7. Behavior When Items Are Missing from CHILDES",
        "8. Expected Processing Times",
        "8.1 Practical Recommendations:",
        "8.2 Caching",
        "9. Reporting and Reproducibility",
        "To make analyses replicable:",
        "Template for Methods Section:"
      ],
      "created": "2025-11-15 19:50:19",
      "modified": "2025-11-15 19:50:19",
      "commits": 1
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "childeswordfreq",
  "_universes": [
    "n-albudoor"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-14T07:58:16.000Z",
      "distro": "noble",
      "commit": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
      "fileid": "3154e8e21b09853809400a00e764e3f1e9b5fb458384249327ce24fddb23f478",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-14T07:58:20.000Z",
      "distro": "noble",
      "commit": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
      "fileid": "b316b8a9aceb3d53915bcd8f43ec993c25ecd838d39a63059019d27c174a3f8a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-15T05:44:39.000Z",
      "commit": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
      "fileid": "b3462265bf938ab52bb35c328ea753b8df9b92d58c7509c08280e00f69a8ca2c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-15T05:48:08.000Z",
      "commit": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
      "fileid": "87030ade85dcdc01e14757ce0c117936a06bb53f3b1260909e1c6c311aa69588",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-14T07:57:27.000Z",
      "commit": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
      "fileid": "74bcf4a21a3eda3eb618e9f026f00e666c46b9e19925e20a34f9d0f433700fba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-14T07:57:16.000Z",
      "commit": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
      "fileid": "98640bcfe82be0f4464b334711de9d004d5d02e727ca8718da3bb2d59d7821b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-14T07:57:26.000Z",
      "commit": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
      "fileid": "c55a8f0985377762830bfd4104e2b91f981fd358c47e12258bea622585d69745",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-22T08:38:45.000Z",
      "commit": "d34d98c2e7c6921e2c48343915222ec379cc9a37",
      "fileid": "2ced9572cabcc32672b3baf4f3c664b25375e578d43afbc8e1503d7d8b1365d3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/n-albudoor/actions/runs/25848697162"
    }
  ]
}