{
  "_id": "6a10339cacfb0bcc41c9866b",
  "Package": "GACE",
  "Title": "Generalized Adaptive Capped Estimator for Time Series\nForecasting",
  "Version": "1.0.0",
  "Authors@R": "person(given = \"Vinodhkumar\",\nfamily = \"Gunasekaran\",\nrole = c(\"aut\", \"cre\"),\nemail = \"vinoalles@gmail.com\")",
  "Maintainer": "Vinodhkumar Gunasekaran <vinoalles@gmail.com>",
  "Description": "Provides deterministic forecasting for weekly, monthly,\nquarterly, and yearly time series using the Generalized\nAdaptive Capped Estimator. The method includes preprocessing\nsteps for handling missing and extreme values, extraction of\nmultiple growth components (including long-term, short-term,\nrolling, and drift-based signals), volatility-aware asymmetric\ncapping, optional seasonal adjustment through damped and\nnormalized seasonal factors, and a recursive forecast\nformulation with moderated growth. The main interface\n'gace_forecast()' returns forecasts in a consistent structure,\nand 'plot_gace()' offers visualization support. Related\nforecasting background is discussed in Hyndman and\nAthanasopoulos (2021) <https://otexts.com/fpp3/> and Hyndman\nand Khandakar (2008) <doi:10.18637/jss.v027.i03>.The method\nextends classical extrapolative forecasting approaches and is\nsuited for operational and business planning contexts where\nstability and interpretability are important.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/vinoalles/GACE",
  "BugReports": "https://github.com/vinoalles/GACE/issues",
  "Repository": "https://vinoalles.r-universe.dev",
  "Date/Publication": "2025-11-27 16:07:39 UTC",
  "RemoteUrl": "https://github.com/vinoalles/gace",
  "RemoteRef": "HEAD",
  "RemoteSha": "5507d850e7e5d02daec772f2297365cb094e5f93",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 08:09:06 UTC",
    "User": "root"
  },
  "Author": "Vinodhkumar Gunasekaran [aut, cre]",
  "MD5sum": "30b01a5f3d8ae9987e3e6a497f5b00dd",
  "_user": "vinoalles",
  "_type": "src",
  "_file": "GACE_1.0.0.tar.gz",
  "_fileid": "f117e9a32bd15c29debc2dff6ad3c8dbcafd7e648638a3907c7dffe96c34024d",
  "_filesize": 198560,
  "_sha256": "f117e9a32bd15c29debc2dff6ad3c8dbcafd7e648638a3907c7dffe96c34024d",
  "_created": "2026-05-12T08:09:06.000Z",
  "_published": "2026-05-22T10:44:44.745Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77364095592,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6938941652"
    },
    {
      "job": 77364095679,
      "time": 187,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938956729"
    },
    {
      "job": 77364095911,
      "time": 202,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6938948387"
    },
    {
      "job": 77364095745,
      "time": 161,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938936402"
    },
    {
      "job": 77364095424,
      "time": 259,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938894043"
    },
    {
      "job": 77364095151,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158629340"
    },
    {
      "job": 77364095960,
      "time": 107,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6938929233"
    },
    {
      "job": 77364096086,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6938923861"
    },
    {
      "job": 77364095717,
      "time": 141,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938939598"
    }
  ],
  "_buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/vinoalles/gace",
  "_commit": {
    "id": "5507d850e7e5d02daec772f2297365cb094e5f93",
    "author": "Vinodh Kumar Gunasekaran <vinoalles@gmail.com>",
    "committer": "Vinodh Kumar Gunasekaran <vinoalles@gmail.com>",
    "message": "Final CRAN-ready updates\n",
    "time": 1764259659
  },
  "_maintainer": {
    "name": "Vinodhkumar Gunasekaran",
    "email": "vinoalles@gmail.com",
    "login": "vinoalles",
    "uuid": 7196368
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "forecast",
      "role": "Suggests"
    }
  ],
  "_owner": "vinoalles",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-45",
      "n": 6
    },
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2025-48",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "vinoalles",
      "count": 10,
      "uuid": 7196368
    }
  ],
  "_userbio": {
    "uuid": 7196368,
    "type": "user",
    "name": "vinoalles"
  },
  "_downloads": {
    "count": 392,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GACE"
  },
  "_devurl": "https://github.com/vinoalles/gace",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GACE.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/vinoalles/gace",
  "_realowner": "vinoalles",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2025-12-11"
    }
  ],
  "_exports": [
    "gace_forecast",
    "plot_gace"
  ],
  "_help": [
    {
      "page": "gace_forecast",
      "title": "GACE Forecasting Engine (Generalized Adaptive Capped Estimator)",
      "topics": [
        "gace_forecast"
      ]
    },
    {
      "page": "plot_gace",
      "title": "Plot GACE Forecast",
      "topics": [
        "plot_gace"
      ]
    }
  ],
  "_readme": "https://github.com/vinoalles/gace/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "GACE.Rmd",
      "filename": "GACE.html",
      "title": "GACE: Generalized Adaptive Capped Estimator",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Basic example",
        "Plotting",
        "How it works",
        "Conclusion"
      ],
      "created": "2025-11-27 15:02:54",
      "modified": "2025-11-27 15:02:54",
      "commits": 1
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "gace",
  "_universes": [
    "vinoalles"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-12T08:11:32.000Z",
      "distro": "noble",
      "commit": "5507d850e7e5d02daec772f2297365cb094e5f93",
      "fileid": "2146ca9101f018c4d50db6016e8e0a2598509860c0fef1f46f587143337b8704",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-12T08:12:15.000Z",
      "distro": "noble",
      "commit": "5507d850e7e5d02daec772f2297365cb094e5f93",
      "fileid": "ac10663bdda415ce7663ae74075b5ab75be34c54269ec1aa764959b0fc0e5ff3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-12T08:11:54.000Z",
      "commit": "5507d850e7e5d02daec772f2297365cb094e5f93",
      "fileid": "18448ebe5691ed84228456f742e9ac85d317a02bdb86328e6ec78fcbda4c65cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-12T08:11:13.000Z",
      "commit": "5507d850e7e5d02daec772f2297365cb094e5f93",
      "fileid": "c89508f0df74cf9bf6d41a7d20a5af7f5879896fab9dfd9fef45b599f39541f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-12T08:10:45.000Z",
      "commit": "5507d850e7e5d02daec772f2297365cb094e5f93",
      "fileid": "707e9856e445631213e5c068b63a2c0d2d790707d3df0c92b77b6c085cf4ccb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-12T08:10:32.000Z",
      "commit": "5507d850e7e5d02daec772f2297365cb094e5f93",
      "fileid": "4700a0500984f3fe50792a01615673edab22a345b5c49cb945329d8633508eab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-12T08:11:18.000Z",
      "commit": "5507d850e7e5d02daec772f2297365cb094e5f93",
      "fileid": "c9e31768020c3155c5bf3f397b0ca12f71305ce937a5e23117102c766bb3f8a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-22T10:44:27.000Z",
      "commit": "5507d850e7e5d02daec772f2297365cb094e5f93",
      "fileid": "13cd4078610cfe969c174a64da5d25c7c8c28b7b2a50b73bb50a7d66f0df4432",
      "status": "success",
      "buildurl": "https://github.com/r-universe/vinoalles/actions/runs/25721696342"
    }
  ]
}