{
  "_id": "6a227d7acd65a98ecbd4fefc",
  "Package": "codecountR",
  "Title": "Counting Codes in a Text and Preparing Data for Analysis",
  "Version": "0.0.4.8",
  "Authors@R": "person(\"Philippe\", \"Cohard\", , \"p.cohard@laposte.net\", role = c(\"aut\", \"cre\"))",
  "Description": "Data analysis often requires coding, especially when data\nare collected through interviews, observations, or\nquestionnaires. As a result, code counting and data preparation\nare essential steps in the analysis process. Analysts may need\nto count the codes in a text (Tokenization, counting of\npre-established codes, computing the co-occurrence matrix by\nline) and prepare the data (e.g., min-max normalization,\nZ-score, robust scaling, Box-Cox transformation, and\nnon-parametric bootstrap). For the Box-Cox transformation (Box\n& Cox, 1964, <https://www.jstor.org/stable/2984418>), the\noptimal Lambda is determined using the log-likelihood method.\nNon-parametric bootstrap involves randomly sampling data with\nreplacement. Two random number generators are also integrated:\na Lehmer congruential generator for uniform distribution and a\nBox-Muller generator for normal distribution. Package for\neducational purposes.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 07:38:34 UTC",
    "User": "root"
  },
  "Author": "Philippe Cohard [aut, cre]",
  "Maintainer": "Philippe Cohard <p.cohard@laposte.net>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-03-01 16:10:02 UTC",
  "RemoteUrl": "https://github.com/cran/codecountR",
  "RemoteRef": "HEAD",
  "RemoteSha": "1df0f5e8c70e10908bb7e001c6036c3561cd6238",
  "MD5sum": "032be2d80983bb943197e0a03cd976e8",
  "_user": "cran",
  "_type": "src",
  "_file": "codecountR_0.0.4.8.tar.gz",
  "_fileid": "84536472a2ba2170f4c0df65da432cdbe2cf2f55ea005bd18e3007af061004e3",
  "_filesize": 104956,
  "_sha256": "84536472a2ba2170f4c0df65da432cdbe2cf2f55ea005bd18e3007af061004e3",
  "_created": "2026-06-05T07:38:34.000Z",
  "_published": "2026-06-05T07:40:42.019Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79684871798,
      "time": 92,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431325826"
    },
    {
      "job": 79684871796,
      "time": 94,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431326610"
    },
    {
      "job": 79684516288,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431298507"
    },
    {
      "job": 79684871776,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431325730"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27002012605",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/codecountR",
  "_commit": {
    "id": "1df0f5e8c70e10908bb7e001c6036c3561cd6238",
    "author": "Philippe Cohard <p.cohard@laposte.net>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.0.4.8\n",
    "time": 1740845402
  },
  "_maintainer": {
    "name": "Philippe Cohard",
    "email": "p.cohard@laposte.net"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 136,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/codecountR"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/codecountR.html",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.2.0",
      "date": "2023-08-16"
    },
    {
      "version": "0.0.2.1",
      "date": "2023-08-29"
    },
    {
      "version": "0.0.3.0",
      "date": "2023-09-04"
    },
    {
      "version": "0.0.3.1",
      "date": "2023-09-27"
    },
    {
      "version": "0.0.4.0",
      "date": "2023-12-07"
    },
    {
      "version": "0.0.4.5",
      "date": "2024-10-16"
    },
    {
      "version": "0.0.4.7",
      "date": "2025-01-22"
    },
    {
      "version": "0.0.4.8",
      "date": "2025-03-01"
    }
  ],
  "_exports": [
    "analysCodesList",
    "bootStrap",
    "BoxAndCox",
    "BoxMullerGen",
    "codeCount",
    "congruGen",
    "cooc",
    "loadCodes",
    "normMinMax",
    "robustScal",
    "subCalcBoxAndCox",
    "testPairs",
    "tokenization",
    "verify",
    "zScore"
  ],
  "_help": [
    {
      "page": "analysCodesList",
      "title": "analysCodesList",
      "topics": [
        "analysCodesList"
      ]
    },
    {
      "page": "bootStrap",
      "title": "bootStrap",
      "topics": [
        "bootStrap"
      ]
    },
    {
      "page": "BoxAndCox",
      "title": "BoxAndCox",
      "topics": [
        "BoxAndCox"
      ]
    },
    {
      "page": "BoxMullerGen",
      "title": "BoxMullerGen",
      "topics": [
        "BoxMullerGen"
      ]
    },
    {
      "page": "codeCount",
      "title": "codeCount",
      "topics": [
        "codeCount"
      ]
    },
    {
      "page": "congruGen",
      "title": "congruGen",
      "topics": [
        "congruGen"
      ]
    },
    {
      "page": "cooc",
      "title": "cooc",
      "topics": [
        "cooc"
      ]
    },
    {
      "page": "loadCodes",
      "title": "loadCodes",
      "topics": [
        "loadCodes"
      ]
    },
    {
      "page": "normMinMax",
      "title": "normMinMax",
      "topics": [
        "normMinMax"
      ]
    },
    {
      "page": "robustScal",
      "title": "robustScal",
      "topics": [
        "robustScal"
      ]
    },
    {
      "page": "subCalcBoxAndCox",
      "title": "subCalcBoxAndCox",
      "topics": [
        "subCalcBoxAndCox"
      ]
    },
    {
      "page": "testPairs",
      "title": "testPairs",
      "topics": [
        "testPairs"
      ]
    },
    {
      "page": "tokenization",
      "title": "tokenization",
      "topics": [
        "tokenization"
      ]
    },
    {
      "page": "verify",
      "title": "verify",
      "topics": [
        "verify"
      ]
    },
    {
      "page": "zScore",
      "title": "zScore",
      "topics": [
        "zScore"
      ]
    }
  ],
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "How_to_use_this_package.Rmd",
      "filename": "How_to_use_this_package.html",
      "title": "How_to_use_codeCountR",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2023-08-16 11:30:48",
      "modified": "2023-08-16 11:30:48",
      "commits": 1
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "codecountr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.4.8",
      "date": "2026-06-05T07:40:11.000Z",
      "distro": "noble",
      "commit": "1df0f5e8c70e10908bb7e001c6036c3561cd6238",
      "fileid": "54de43a73a84b8770129ab6b91d162059ec6c77531ca64343a997c4cb0f3ecb8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27002012605"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.4.8",
      "date": "2026-06-05T07:40:11.000Z",
      "distro": "noble",
      "commit": "1df0f5e8c70e10908bb7e001c6036c3561cd6238",
      "fileid": "99573c230100d5d42ee68c65640232ff64fc236eaffd03d747e28416acd0950e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27002012605"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.4.8",
      "date": "2026-06-05T07:40:19.000Z",
      "commit": "1df0f5e8c70e10908bb7e001c6036c3561cd6238",
      "fileid": "101b7ce20ce4fa9270ef4e5b51519858d0534110f59dbfb1404fd61467b6b85f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27002012605"
    }
  ]
}