{
  "_id": "6a38edc83efcd9bda443cc51",
  "Package": "chopper",
  "Type": "Package",
  "Title": "Changepoint-Aware Ensemble for Probabilistic Modeling",
  "Version": "1.0",
  "Authors@R": "c(person(\"Giancarlo\", \"Vercellino\", role = c(\"aut\", \"cre\", \"cph\"), email = \"giancarlo.vercellino@gmail.com\"))",
  "Maintainer": "Giancarlo Vercellino <giancarlo.vercellino@gmail.com>",
  "Description": "Implements a changepoint-aware ensemble forecasting\nalgorithm that combines Theta, TBATS (Trigonometric, Box-Cox\ntransformation, ARMA errors, Trend, Seasonal components), and\nARFIMA (AutoRegressive, Fractionally Integrated, Moving\nAverage) using a product-of-experts approach for robust\nprobabilistic prediction.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "URL": "https://rpubs.com/giancarlo_vercellino/chopper",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-22 08:05:42 UTC",
    "User": "root"
  },
  "Author": "Giancarlo Vercellino [aut, cre, cph]",
  "Config/pak/sysreqs": "libicu-dev libjpeg-dev libpng-dev libxml2-dev\nlibssl-dev",
  "Repository": "https://pigian.r-universe.dev",
  "Date/Publication": "2025-05-27 08:43:17 UTC",
  "RemoteUrl": "https://github.com/cran/chopper",
  "RemoteRef": "HEAD",
  "RemoteSha": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
  "MD5sum": "2a0347a8579a839c2aba563a871c4c1a",
  "_user": "pigian",
  "_type": "src",
  "_file": "chopper_1.0.tar.gz",
  "_fileid": "ab0a73d0eeb6b2faa03929156be333223264744be7f5691711472a0d148d3327",
  "_filesize": 131566,
  "_sha256": "ab0a73d0eeb6b2faa03929156be333223264744be7f5691711472a0d148d3327",
  "_created": "2026-06-22T08:05:42.000Z",
  "_published": "2026-06-27T10:02:47.637Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82665822410,
      "time": 203,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7786549131"
    },
    {
      "job": 82665822383,
      "time": 203,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7786549642"
    },
    {
      "job": 82665822397,
      "time": 164,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7786536279"
    },
    {
      "job": 82665822460,
      "time": 156,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7786532980"
    },
    {
      "job": 82665265486,
      "time": 198,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7786479138"
    },
    {
      "job": 82665822380,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7786521290"
    },
    {
      "job": 82665822422,
      "time": 165,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7786536419"
    },
    {
      "job": 82665822464,
      "time": 153,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7786532585"
    },
    {
      "job": 82665822406,
      "time": 185,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7786543877"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/chopper",
  "_commit": {
    "id": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
    "author": "Giancarlo Vercellino <giancarlo.vercellino@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0\n",
    "time": 1748335397
  },
  "_maintainer": {
    "name": "Giancarlo Vercellino",
    "email": "giancarlo.vercellino@gmail.com",
    "login": "pigian",
    "description": "",
    "uuid": 182648476
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "normalp",
      "version": ">= 0.7.2",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "ald",
      "version": ">= 1.3.1",
      "role": "Imports"
    },
    {
      "package": "evd",
      "version": ">= 2.3-6.1",
      "role": "Imports"
    },
    {
      "package": "GeneralizedHyperbolic",
      "version": ">= 0.8-6",
      "role": "Imports"
    },
    {
      "package": "fGarch",
      "version": ">= 4022.89",
      "role": "Imports"
    },
    {
      "package": "forecast",
      "version": ">= 8.21",
      "role": "Imports"
    },
    {
      "package": "imputeTS",
      "version": ">= 3.3",
      "role": "Imports"
    },
    {
      "package": "changepoint",
      "version": ">= 2.3",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "version": ">= 1.9.2",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.5.1",
      "role": "Imports"
    },
    {
      "package": "scales",
      "version": ">= 1.3.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "pigian",
      "count": 1,
      "uuid": 182648476
    }
  ],
  "_userbio": {
    "uuid": 182648476,
    "type": "user",
    "name": "pigian",
    "followers": 0
  },
  "_downloads": {
    "count": 547,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/chopper"
  },
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/chopper.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "pigian",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2025-05-27"
    }
  ],
  "_exports": [
    "chopper"
  ],
  "_datasets": [
    {
      "name": "ts_set",
      "title": "Tech Stock Time Series Dataset",
      "object": "ts_set",
      "class": [
        "data.frame"
      ],
      "fields": [
        "dates",
        "TSLA.Close",
        "AMZN.Close",
        "IBM.Close",
        "META.Close"
      ],
      "rows": 2095,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "chopper",
      "title": "chopper: Change Point Product-of-Experts Ensemble",
      "topics": [
        "chopper-package",
        "chopper"
      ]
    },
    {
      "page": "ts_set",
      "title": "Tech Stock Time Series Dataset",
      "topics": [
        "ts_set"
      ]
    }
  ],
  "_rundeps": [
    "ald",
    "changepoint",
    "cli",
    "colorspace",
    "commonmark",
    "cpp11",
    "curl",
    "cvar",
    "DistributionUtils",
    "evd",
    "farver",
    "fastICA",
    "fBasics",
    "fGarch",
    "forecast",
    "fracdiff",
    "gbutils",
    "GeneralizedHyperbolic",
    "generics",
    "ggplot2",
    "ggtext",
    "glue",
    "gridtext",
    "gss",
    "gtable",
    "imputeTS",
    "isoband",
    "jpeg",
    "labeling",
    "lattice",
    "lifecycle",
    "litedown",
    "lmtest",
    "lubridate",
    "magrittr",
    "markdown",
    "MASS",
    "Matrix",
    "nlme",
    "nnet",
    "normalp",
    "png",
    "purrr",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "Rdpack",
    "rlang",
    "S7",
    "scales",
    "spatial",
    "stabledist",
    "stinepack",
    "stringi",
    "stringr",
    "timechange",
    "timeDate",
    "timeSeries",
    "urca",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "zoo"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "chopper",
  "_universes": [
    "pigian"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-06-22T08:08:04.000Z",
      "distro": "noble",
      "commit": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
      "fileid": "669b3b94de431e612e6ed089668a625e504b7bb086f80ce220a020c10e7e705c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-06-22T08:08:04.000Z",
      "distro": "noble",
      "commit": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
      "fileid": "7da3034e4c7efac0829be9aa68a497c837e418e1c85ff60fcf0304edf6264a34",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-06-22T08:07:34.000Z",
      "commit": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
      "fileid": "b8943f3192e0fb070b235a1083779ab06d380bccf99de38c55efaa5af17f84b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0",
      "date": "2026-06-22T08:07:37.000Z",
      "commit": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
      "fileid": "b4a94c4fe2accf44e5625e8fae56fc3c8dfbe626da261ed0da27ea70d1bdbdb4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-06-22T08:08:05.000Z",
      "commit": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
      "fileid": "975051ffd637c0dd9a2a05567f1f7cf2e8fd149813704c6eaa51587b3018072d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-06-22T08:07:11.000Z",
      "commit": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
      "fileid": "7ccbf5f8c56cf20a7d05ad21869470e00e42bf5abad3bb4bd4d3b83abbcb26f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0",
      "date": "2026-06-22T08:06:58.000Z",
      "commit": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
      "fileid": "5c3cbdbe44f32918270007471e823842eec94a997c187f12b385ac4ce9fe65aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-06-22T08:07:02.000Z",
      "commit": "44b1ac434df657533cd5402c3f0b45381fe9b4b7",
      "fileid": "2f4992457f425f9aeb86dc31b90d7822f29073626982940c131b7979d3eb78bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27938272393"
    }
  ]
}