{
  "_id": "6a227da5cd65a98ecbd5006c",
  "Package": "textanalyzer",
  "Type": "Package",
  "Title": "'textanalyzer', an R Package to Analyze Text",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Pushker\",\nfamily = \"Ravindra\",\nrole = c(\"aut\", \"cre\"),\nemail = \"pushker@gmail.com\")",
  "Description": "It analyzes text to create a count of top n-grams,\nincluding tokens (one-word), bigrams(two-word), and trigrams\n(three-word), while removing all stopwords. It also plots the\nn-grams and corresponding counts as a bar chart.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 07:38:26 UTC",
    "User": "root"
  },
  "Author": "Pushker Ravindra [aut, cre]",
  "Maintainer": "Pushker Ravindra <pushker@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-01-29 17:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/textanalyzer",
  "RemoteRef": "HEAD",
  "RemoteSha": "f6fef6566051197fa29e76e640eb6395cf521cb6",
  "MD5sum": "f681c5b43f6d0201c4e055ce9aab0c0f",
  "_user": "cran",
  "_type": "src",
  "_file": "textanalyzer_0.2.0.tar.gz",
  "_fileid": "e8bb39dcbaeee0bcc60737b6683594d757afdd1cf94824741be4300a699e2033",
  "_filesize": 223934,
  "_sha256": "e8bb39dcbaeee0bcc60737b6683594d757afdd1cf94824741be4300a699e2033",
  "_created": "2026-06-05T07:38:26.000Z",
  "_published": "2026-06-05T07:41:25.936Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79684871757,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431339242"
    },
    {
      "job": 79684871764,
      "time": 147,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431342342"
    },
    {
      "job": 79684423495,
      "time": 194,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431297948"
    },
    {
      "job": 79684871760,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431334080"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27001985898",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/textanalyzer",
  "_commit": {
    "id": "f6fef6566051197fa29e76e640eb6395cf521cb6",
    "author": "Pushker Ravindra <pushker@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.0\n",
    "time": 1738171202
  },
  "_maintainer": {
    "name": "Pushker Ravindra",
    "email": "pushker@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "tidytext",
      "role": "Depends"
    },
    {
      "package": "tidyr",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "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": 142,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/textanalyzer"
  },
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/textanalyzer.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2025-01-29"
    }
  ],
  "_exports": [
    "analyze_bigrams",
    "analyze_ngrams",
    "analyze_tokens",
    "analyze_trigrams",
    "plot_ngrams"
  ],
  "_help": [
    {
      "page": "analyze_bigrams",
      "title": "Analyze Bigrams",
      "topics": [
        "analyze_bigrams"
      ]
    },
    {
      "page": "analyze_ngrams",
      "title": "Analyze NGrams",
      "topics": [
        "analyze_ngrams"
      ]
    },
    {
      "page": "analyze_tokens",
      "title": "Analyze Tokens",
      "topics": [
        "analyze_tokens"
      ]
    },
    {
      "page": "analyze_trigrams",
      "title": "Analyze Trigrams",
      "topics": [
        "analyze_trigrams"
      ]
    },
    {
      "page": "plot_ngrams",
      "title": "Plot Ngrams",
      "topics": [
        "plot_ngrams"
      ]
    }
  ],
  "_readme": "https://github.com/cran/textanalyzer/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "janeaustenr",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "scales",
    "SnowballC",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tidytext",
    "tokenizers",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "text_analyzer.Rmd",
      "filename": "text_analyzer.html",
      "title": "TextAnalyzeR: an R Package to Analyze Text",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Analyze text",
        "Load library",
        "Get sample text",
        "Get tokens",
        "Get bigrams",
        "Get trigrams"
      ],
      "created": "2025-01-29 17:20:02",
      "modified": "2025-01-29 17:20:02",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "textanalyzer",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-05T07:40:24.000Z",
      "distro": "noble",
      "commit": "f6fef6566051197fa29e76e640eb6395cf521cb6",
      "fileid": "6da46fc8a52c4d172a4a3c3cc02a8de37d1caf5e58b38b0c2fc7b9db8ef43140",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27001985898"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-05T07:40:34.000Z",
      "distro": "noble",
      "commit": "f6fef6566051197fa29e76e640eb6395cf521cb6",
      "fileid": "9441bd0014b659eeaa2de1e0a639db3efbff02f83b3987a1dc7005152cdb3755",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27001985898"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-05T07:40:45.000Z",
      "commit": "f6fef6566051197fa29e76e640eb6395cf521cb6",
      "fileid": "038a27291d874073855eb0722b90b78657cae1e1f922a4c580a0cded0e14bb9e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27001985898"
    }
  ]
}