{
  "_id": "6a104b5bacfb0bcc41c9fe88",
  "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-05-10 07:54:13 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": "31bf97b8cc22e5546d140be6a1df8035",
  "_user": "jiaqihu2021",
  "_type": "src",
  "_file": "factree_0.1.0.tar.gz",
  "_fileid": "6685afcdfa25d62566c91e8e168ad5bdba35670f76f848ff518b696011da680d",
  "_filesize": 175494,
  "_sha256": "6685afcdfa25d62566c91e8e168ad5bdba35670f76f848ff518b696011da680d",
  "_created": "2026-05-10T07:54:13.000Z",
  "_published": "2026-05-22T12:26:03.894Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77378969695,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902120268"
    },
    {
      "job": 77378970029,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902119615"
    },
    {
      "job": 77378969523,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902115541"
    },
    {
      "job": 77378969954,
      "time": 80,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902114778"
    },
    {
      "job": 77378969391,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902106526"
    },
    {
      "job": 77378969244,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160420251"
    },
    {
      "job": 77378969598,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902115054"
    },
    {
      "job": 77378970271,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902114773"
    },
    {
      "job": 77378969659,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902115053"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467",
  "_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",
    "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": 144,
    "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-05-10T07:56:21.000Z",
      "distro": "noble",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "e9212b171b97bcd61837fc53710aaa3968e2a0ce0033a17d55911e0cae4fa822",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-10T07:56:15.000Z",
      "distro": "noble",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "38b4b9fe20eabc60f06f48056f6dda80f69ecacbe47fa0ba02fb68f24ff7ea22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-10T07:55:45.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "d93c118f9640754d622038cfb2d0d93f388272729872c78441f7bcfee6897df0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-10T07:55:37.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "7d06376ab7f11d4af54e1c7e8feb80ba9971790ab3a9b65d1b24b2cb34e9300e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-10T07:55:26.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "14463e24af3b850b45317f3a67a16f1db43d2c712dd2f13823f18501c40468c9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-10T07:55:24.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "72f4ad8ccb08c2867e94ac55d62f3b667c53ff2a341f8c0e5780aea30d06e6af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-10T07:55:26.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "60932ae873dbb64a15495ff930a420b66a6e2d48682b85803df263dbed892a7b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T12:25:40.000Z",
      "commit": "e6b75be24ca5425411e5c7bdc9f291a1f1b46367",
      "fileid": "b20395b4976c54542782ed31e6b8ff97c046aaab76f7129dfb95ef7c87e7f3fe",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jiaqihu2021/actions/runs/25623342467"
    }
  ]
}