{
  "_id": "6a27c64b24555f66ed53f6ff",
  "Package": "factree",
  "Type": "Package",
  "Title": "Factor-Augmented Clustering Tree",
  "Date": "2025-11-10",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(given = \"Jiaqi\", family = \"Hu\", email = \"hujiaqi@mail.ustc.edu.cn\", role = c(\"cre\", \"aut\")),\nperson(given = \"Ting\", family = \"Li\", email = \"tingeric.li@polyu.edu.hk\", role = c(\"ctb\"), comment = \"Assisted with methodology\"),\nperson(given = \"Zidan\", family = \"Luo\", email = \"zluo@fas.harvard.edu\", role = c(\"ctb\"), comment = \"Assisted with methodology\"),\nperson(given = \"Xueqin\", family = \"Wang\", email = \"wangxq20@ustc.edu.cn\", role = c(\"ctb\"), comment = \"Assisted with methodology\"))",
  "Description": "Implements the Factor-Augmented Clustering Tree (FACT)\nalgorithm for clustering time series data. The method\nconstructs a classification tree where splits are determined by\ncovariates, and the splitting criterion is based on a group\nfactor model representation of the time series within each\nnode. Both threshold-based and permutation-based tests are\nsupported for splitting decisions, with an option for parallel\ncomputation. For methodological details, see Hu, Li, Luo, and\nWang (2025, in preparation), Factor-Augmented Clustering Tree\nfor Time Series.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-09 07:46:10 UTC",
    "User": "root"
  },
  "Author": "Jiaqi Hu [cre, aut], Ting Li [ctb] (Assisted with methodology),\nZidan Luo [ctb] (Assisted with methodology), Xueqin Wang [ctb]\n(Assisted with methodology)",
  "Maintainer": "Jiaqi Hu <hujiaqi@mail.ustc.edu.cn>",
  "Repository": "https://jiaqihu2021.r-universe.dev",
  "Date/Publication": "2025-12-10 21:30:12 UTC",
  "RemoteUrl": "https://github.com/cran/factree",
  "RemoteRef": "HEAD",
  "RemoteSha": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
  "MD5sum": "154d3a5523eb85408956f39554a71d50",
  "_user": "jiaqihu2021",
  "_type": "src",
  "_file": "factree_0.1.0.tar.gz",
  "_fileid": "cd23d149b8e14f925a2b4ed1c6c4ee7552c893e8efff79c9313adb12dcc71604",
  "_filesize": 174293,
  "_sha256": "cd23d149b8e14f925a2b4ed1c6c4ee7552c893e8efff79c9313adb12dcc71604",
  "_created": "2026-06-09T07:46:10.000Z",
  "_published": "2026-06-09T07:52:43.635Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80273182247,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7501567884"
    },
    {
      "job": 80273182282,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7501568198"
    },
    {
      "job": 80273182262,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7501644777"
    },
    {
      "job": 80273182284,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7501594954"
    },
    {
      "job": 80272684997,
      "time": 188,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7501523689"
    },
    {
      "job": 80273182246,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7501562460"
    },
    {
      "job": 80273182293,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7501553135"
    },
    {
      "job": 80273182342,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7501549378"
    },
    {
      "job": 80273182269,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7501552641"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/factree",
  "_commit": {
    "id": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
    "author": "Jiaqi Hu <hujiaqi@mail.ustc.edu.cn>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1765402212
  },
  "_maintainer": {
    "name": "Jiaqi Hu",
    "email": "hujiaqi@mail.ustc.edu.cn",
    "login": "jiaqihu2021",
    "description": "",
    "uuid": 90461648
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "irlba",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "doRNG",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-50",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2025-12-10"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jiaqihu2021",
      "count": 1,
      "uuid": 90461648
    }
  ],
  "_userbio": {
    "uuid": 90461648,
    "type": "user",
    "name": "JiaqiHu2021"
  },
  "_downloads": {
    "count": 127,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/factree"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/factree.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "jiaqihu2021",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-12-11"
    }
  ],
  "_exports": [
    "COR",
    "FACT",
    "gendata"
  ],
  "_help": [
    {
      "page": "COR",
      "title": "Correlation-Based Clustering Tree",
      "topics": [
        "COR"
      ]
    },
    {
      "page": "FACT",
      "title": "Factor-Augmented Clustering Tree",
      "topics": [
        "FACT"
      ]
    },
    {
      "page": "gendata",
      "title": "Generate Synthetic Group Factor Model Data",
      "topics": [
        "gendata"
      ]
    },
    {
      "page": "plot.FACT",
      "title": "Plot a FACT Tree Object",
      "topics": [
        "plot.FACT"
      ]
    },
    {
      "page": "print.FACT",
      "title": "Print a FACT Tree Object",
      "topics": [
        "print.FACT"
      ]
    }
  ],
  "_rundeps": [
    "codetools",
    "digest",
    "doParallel",
    "doRNG",
    "foreach",
    "irlba",
    "iterators",
    "lattice",
    "Matrix",
    "mvtnorm",
    "rngtools"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "factree",
  "_universes": [
    "jiaqihu2021"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-09T07:48:13.000Z",
      "distro": "noble",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "cf514021801c82cb00fc73d1da0b2f0a9729948718832c9308cfa7de89c6ec0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-09T07:48:16.000Z",
      "distro": "noble",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "eacc46eecde8f8c220040baece971f3b0134c54c328d957eef35d145dd1706ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-09T07:52:06.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "6d0026f9b58a0b5613b7e5e78974279ef960c4a629c8a352d28ea441c38e73a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-09T07:49:35.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "beeaf04b1ecd7388a4d8138bc174e64556bb5176e5d1d5e41a10f9370475cc65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-09T07:48:24.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "d84262c69e89d92fa317aa5ca00032a355d4eb249d80666d78a236fee96d668a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-09T07:47:27.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "0d058a49cef907ff10487706cbe30912747b43e0b35b333f690ed8571c41221d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-09T07:47:16.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "167bdd39c90f6c44107f66cef73f401557c7d20bdda29da039118cc444421b93",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-09T07:47:19.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "1e1567f12d7250f1010bb7b4399080ed8ce78fe55dcf04e3a9d81bf657c8e143",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/27191519260"
    }
  ]
}