{
  "_id": "6a4f511621b18e15485009b5",
  "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-07-09 07:40: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",
  "_user": "jiaqihu2021",
  "_type": "src",
  "_file": "factree_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/3c3075884d204acd902e0f1c5ec6c901170d58fcde04a299cc1e51dc33d33fc9",
  "_filesize": 176223,
  "_sha256": "3c3075884d204acd902e0f1c5ec6c901170d58fcde04a299cc1e51dc33d33fc9",
  "_expires": "2026-10-17T07:43:16.000Z",
  "_created": "2026-07-09T07:40:10.000Z",
  "_published": "2026-07-09T07:43:18.460Z",
  "_jobs": [
    {
      "job": 86065375535,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8192085925"
    },
    {
      "job": 86065375526,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8192090329"
    },
    {
      "job": 86065375608,
      "time": 99,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8192079856"
    },
    {
      "job": 86065375516,
      "time": 140,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8192092534"
    },
    {
      "job": 86064873033,
      "time": 173,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8192044280"
    },
    {
      "job": 86065375528,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8192081558"
    },
    {
      "job": 86065375527,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8192074049"
    },
    {
      "job": 86065375606,
      "time": 121,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8192086744"
    },
    {
      "job": 86065375586,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8192073666"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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",
    "followers": 4
  },
  "_downloads": {
    "count": 237,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/factree"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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-07-09T07:42:10.000Z",
      "distro": "resolute",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "https://r2.ropensci.org/de8769bb50908638b7c9f09f42d75dec33aa04fcd107c7e44e844b6d041c699c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-09T07:42:19.000Z",
      "distro": "resolute",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "https://r2.ropensci.org/b944b634c013f766373dad315fa19b5131b6c2418905dfef21b9fbd010e66b7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-09T07:41:54.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "https://r2.ropensci.org/037213a925d4547c0928868eec8231404b13d125771fedeb586276e46ab52158",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-09T07:42:22.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "https://r2.ropensci.org/113529117edf971352c201d292a0424435f9d5ea79f33b145145f903517c60e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-09T07:42:19.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "https://r2.ropensci.org/ebb6af2b3fdf33717c4abb257f5ab9b5eddf73b082eab3c23ee27f43a24e806d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-09T07:41:27.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "https://r2.ropensci.org/2b82a9862339ff6219728e16f00db62cd0fc8734cf7669ff63c59b78ede83bc6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-09T07:42:11.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "https://r2.ropensci.org/13a36dadff541a5209d88da8c5b954d8067f7bbae088f283a7cb1d564ec7216f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-09T07:41:25.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "https://r2.ropensci.org/96d02703d2a50f0c9ab62d8476c35b0f375009abb0bb8d409da023f339e9edee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/29002084010"
    }
  ]
}