{
  "_id": "6a1eebc9b401979e734123c6",
  "Package": "nTARP",
  "Type": "Package",
  "Title": "Cluster Analysis Using Thresholding After Random Projections\n(n-TARP)",
  "Version": "0.1.0",
  "Authors@R": "c(person(\"David\", \"Reeping\", email = \"reepindp@ucmail.uc.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Yunmeng\", \"Han\", email = \"hany@ucmail.uc.edu\", role = \"aut\"),\nperson(\"Nahal\", \"Rashedi\", email = \"rashednl@mail.uc.edu\", role = \"rev\"))",
  "Description": "Implements the high-dimensional clustering technique\nThresholding After Random Projections (n-TARP). Provides\nfunctionality to iteratively decompose larger datasets using\ncontextual variables or within-cluster sum of squares. See\nTarun & Boutin (2018) <doi:10.48550/arXiv.1806.05297> and Tarun\n& Boutin (2018) <doi:10.4231/R74B2ZJV> for the original method\nand applications.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 09:37:32 UTC",
    "User": "root"
  },
  "Author": "David Reeping [aut, cre], Yunmeng Han [aut], Nahal Rashedi\n[rev]",
  "Maintainer": "David Reeping <reepindp@ucmail.uc.edu>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-03-20 13:37:49 UTC",
  "RemoteUrl": "https://github.com/cran/nTARP",
  "RemoteRef": "HEAD",
  "RemoteSha": "6499eb7184f01aa0c7aeb557625a25139f08ecf0",
  "MD5sum": "725316b6a01f10c0ef2ccbd783acd1cb",
  "_user": "cran",
  "_type": "src",
  "_file": "nTARP_0.1.0.tar.gz",
  "_fileid": "958707277d372ba59c9cd2fe90c1c29c7edae08df6db49b9d0ea4c893dfc13fb",
  "_filesize": 2615609,
  "_sha256": "958707277d372ba59c9cd2fe90c1c29c7edae08df6db49b9d0ea4c893dfc13fb",
  "_created": "2026-05-19T09:37:32.000Z",
  "_published": "2026-06-02T14:42:17.071Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79097754021,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079973383"
    },
    {
      "job": 79097754904,
      "time": 149,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079981794"
    },
    {
      "job": 79097753328,
      "time": 217,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079927573"
    },
    {
      "job": 79097752980,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360968321"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26088798412",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/nTARP",
  "_commit": {
    "id": "6499eb7184f01aa0c7aeb557625a25139f08ecf0",
    "author": "David Reeping <reepindp@ucmail.uc.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1774013869
  },
  "_maintainer": {
    "name": "David Reeping",
    "email": "reepindp@ucmail.uc.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "HDclassif",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-12",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-03-20"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 160,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nTARP"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/nTARP.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-03-20"
    }
  ],
  "_exports": [
    "build_solution_from_labeled_clusters",
    "consolidate_clusters",
    "nTARP",
    "nTARP_bisecting"
  ],
  "_help": [
    {
      "page": "build_solution_from_labeled_clusters",
      "title": "Combine nTARP BestCluster solutions into one table and assign stable final cluster IDs",
      "topics": [
        "build_solution_from_labeled_clusters"
      ]
    },
    {
      "page": "consolidate_clusters",
      "title": "Merge clusters as post-processing",
      "topics": [
        "consolidate_clusters"
      ]
    },
    {
      "page": "nTARP",
      "title": "Thresholding After Random Projections (n-TARP) Clustering",
      "topics": [
        "nTARP"
      ]
    },
    {
      "page": "nTARP_bisecting",
      "title": "Run nTARP repeatedly in a bisecting fashion",
      "topics": [
        "nTARP_bisecting"
      ]
    },
    {
      "page": "nTARP_complete_solution_no_contextual_variable",
      "title": "Run nTARP repeatedly in a bisecting fashion (using normalized within sum of squares)",
      "topics": [
        "nTARP_complete_solution_no_contextual_variable"
      ]
    },
    {
      "page": "nTARP_complete_solution_with_contextual_variable",
      "title": "Run nTARP repeatedly in a bisecting fashion (using contextual variable)",
      "topics": [
        "nTARP_complete_solution_with_contextual_variable"
      ]
    }
  ],
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "nTARP_documentation.Rmd",
      "filename": "nTARP_documentation.html",
      "title": "The nTARP Package",
      "author": "David Reeping",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Introduction to the n-TARP clustering method",
        "1.1 Installing the package and running the core n-TARP function",
        "1.1 Getting the optimal solution from the nTARP function",
        "1.2 Using the results of nTARP as a classifier",
        "1.3 Checking the clusterability of the dataset",
        "1.4 The last outputs of the nTARP function",
        "2. Extending nTARP to form multiple clusters"
      ],
      "created": "2026-03-20 13:37:49",
      "modified": "2026-03-20 13:37:49",
      "commits": 1
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "ntarp",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-19T09:39:44.000Z",
      "distro": "noble",
      "commit": "6499eb7184f01aa0c7aeb557625a25139f08ecf0",
      "fileid": "1702a8c17b27c58d2fbfeb44be625754951d5f808d533812e2bad797889a79fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26088798412"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-19T09:40:04.000Z",
      "distro": "noble",
      "commit": "6499eb7184f01aa0c7aeb557625a25139f08ecf0",
      "fileid": "c3ec8c6c98dcab7023e95624cf5fb4c3533aee679413e5d229588b18257e1a8d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26088798412"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T14:41:29.000Z",
      "commit": "6499eb7184f01aa0c7aeb557625a25139f08ecf0",
      "fileid": "9668ef0c0deae281180b383f023769c338b7327e1cab7bb2dd51bd03d2260b38",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26088798412"
    }
  ]
}