{
  "_id": "6a46c644c3efdb0cb7aa46e2",
  "Package": "muse",
  "Type": "Package",
  "Title": "Multiple Unobserved Sources of Error State Space Models",
  "Version": "0.1.0",
  "Date": "2026-06-26",
  "Authors@R": "c(person(\"Diego J.\", \"Pedregal\", role = c(\"aut\", \"ctb\"),\nemail = \"Diego.Pedregal@uclm.es\",\ncomment = c(ORCID = \"0000-0003-4958-0969\")),\nperson(\"Ivan\", \"Svetunkov\", email = \"ivan@svetunkov.com\", role = c(\"aut\", \"cre\"),\ncomment = c(\"Senior Lecturer at Centre for Marketing Analytics and Forecasting, Lancaster University, UK\",\nORCID = \"0000-0001-7826-0281\")))",
  "URL": "https://github.com/config-i1/muse",
  "BugReports": "https://github.com/config-i1/muse/issues",
  "Language": "en-GB",
  "Description": "Implements the Power / Trend / Seasonal (PTS) model, a\nunified state-space framework based on the Multiple Source of\nError (MSOE) model. It brings the trend, seasonal and irregular\ncomponent models of Harvey (1989)\n<doi:10.1017/CBO9781107049994>, Durbin and Koopman (2012)\n<doi:10.1093/acprof:oso/9780199641178.001.0001>, Proietti\n(2000) <doi:10.1016/S0169-2070(00)00037-6>, Sbrana and\nSilvestrini (2023) <doi:10.1016/j.ijforecast.2022.03.003> and\nothers together under a single estimation, selection and\nforecasting interface, with an optional Box-Cox power\ntransformation. Models are estimated by maximum likelihood\nthrough the Kalman filter and smoother, with automatic\ncomponent selection by information criteria.",
  "License": "LGPL-2.1",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "ByteCompile": "true",
  "Config/roxygen2/version": "8.0.0",
  "RoxygenNote": "8.0.0",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-01 07:33:42 UTC",
    "User": "root"
  },
  "Author": "Diego J. Pedregal [aut, ctb] (ORCID:\n<https://orcid.org/0000-0003-4958-0969>), Ivan Svetunkov [aut,\ncre] (Senior Lecturer at Centre for Marketing Analytics and\nForecasting, Lancaster University, UK, ORCID:\n<https://orcid.org/0000-0001-7826-0281>)",
  "Maintainer": "Ivan Svetunkov <ivan@svetunkov.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-06-30 20:30:17 UTC",
  "RemoteUrl": "https://github.com/cran/muse",
  "RemoteRef": "HEAD",
  "RemoteSha": "33842499975e6db7f72bb7199d10b077ede62767",
  "_user": "cran",
  "_type": "src",
  "_file": "muse_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/4e4c5d669d8e81596053eeb0d0ab924d5ec3c39ad7d5560eb19b71c3da6fc5f9",
  "_filesize": 1239871,
  "_sha256": "4e4c5d669d8e81596053eeb0d0ab924d5ec3c39ad7d5560eb19b71c3da6fc5f9",
  "_expires": "2026-10-10T20:12:52.000Z",
  "_created": "2026-07-01T07:33:42.000Z",
  "_published": "2026-07-02T20:12:52.574Z",
  "_jobs": [
    {
      "job": 84868533129,
      "time": 235,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8003219605"
    },
    {
      "job": 84868533218,
      "time": 193,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8003202677"
    },
    {
      "job": 84868533520,
      "time": 207,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8003209277"
    },
    {
      "job": 84868533213,
      "time": 192,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8003202333"
    },
    {
      "job": 84868532922,
      "time": 278,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8003130617"
    },
    {
      "job": 84868533048,
      "time": 203,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8003205936"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/28501121697",
  "_status": "success",
  "_upstream": "https://github.com/cran/muse",
  "_commit": {
    "id": "33842499975e6db7f72bb7199d10b077ede62767",
    "author": "Ivan Svetunkov <ivan@svetunkov.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1782851417
  },
  "_maintainer": {
    "name": "Ivan Svetunkov",
    "email": "ivan@svetunkov.com",
    "login": "config-i1",
    "linkedin": "in/isvetunkov",
    "twitter": "@iSvetunkov",
    "description": "",
    "uuid": 7396330,
    "orcid": "0000-0001-7826-0281"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.2",
      "role": "Depends"
    },
    {
      "package": "greybox",
      "role": "Depends"
    },
    {
      "package": "smooth",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "version": ">= 0.8.100.0.0",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.3",
      "role": "Imports"
    },
    {
      "package": "generics",
      "version": ">= 0.1.2",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-06-30"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "config-i1",
      "count": 1,
      "uuid": 7396330
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 615,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/muse"
  },
  "_devurl": "https://github.com/config-i1/muse",
  "_searchresults": 4,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/muse.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-06-30"
    }
  ],
  "_exports": [
    "forecast",
    "initials",
    "pts"
  ],
  "_help": [
    {
      "page": "initials",
      "title": "Initial state values for a fitted 'pts' object.",
      "topics": [
        "initials"
      ]
    },
    {
      "page": "muse",
      "title": "muse package",
      "topics": [
        "muse-package",
        "muse"
      ]
    },
    {
      "page": "pts",
      "title": "pts: Power / Trend / Seasonal state-space model",
      "topics": [
        "pts"
      ]
    },
    {
      "page": "pts-methods",
      "title": "S3 methods for objects of class 'pts'",
      "topics": [
        "coef.pts",
        "fitted.pts",
        "forecast.pts",
        "initials.pts",
        "logLik.pts",
        "nobs.pts",
        "plot.pts",
        "predict.pts",
        "print.pts",
        "pts-methods",
        "residuals.pts",
        "vcov.pts"
      ]
    }
  ],
  "_readme": "https://github.com/cran/muse/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "curl",
    "generics",
    "greybox",
    "httr",
    "jsonlite",
    "lattice",
    "MASS",
    "mime",
    "nloptr",
    "openssl",
    "pracma",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "smooth",
    "statmod",
    "sys",
    "texreg",
    "xtable",
    "zoo"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "pts.Rmd",
      "filename": "pts.html",
      "title": "Power / Trend / Seasonal models with pts()",
      "author": "Ivan Svetunkov",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Quick start: AirPassengers",
        "The PTS model string",
        "Power (P)",
        "Trend (T)",
        "Seasonal (S)",
        "Automatic selection",
        "ARMA on the irregular component",
        "Forecasting",
        "Outlier detection",
        "External regressors",
        "A pure structural-break example",
        "Holdout evaluation and accuracy",
        "Simulation",
        "Inspecting the fit",
        "Further reading"
      ],
      "created": "2026-06-30 20:30:17",
      "modified": "2026-06-30 20:30:17",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "muse",
  "_universes": [
    "cran",
    "config-i1"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-01T07:37:30.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "33842499975e6db7f72bb7199d10b077ede62767",
      "fileid": "https://r2.ropensci.org/4b379d2d9b1c9af5e7afbdeb68042bd56b34e0f75a3488f4b0c5b4e391c1d2ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28501121697"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-01T07:36:39.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "33842499975e6db7f72bb7199d10b077ede62767",
      "fileid": "https://r2.ropensci.org/e1f947dd7d935f0a60058214a1a4ac34d504092510eef93edbb75a4177aed291",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28501121697"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-01T07:37:08.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "33842499975e6db7f72bb7199d10b077ede62767",
      "fileid": "https://r2.ropensci.org/0df0a37fb939ec9ca0a2c01ce5c735b2a9792801e324b885afa925ec274c8835",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28501121697"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-01T07:36:38.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "33842499975e6db7f72bb7199d10b077ede62767",
      "fileid": "https://r2.ropensci.org/2849355523a1d4c80987c38e4061f32fe0d02fd0bd54a3d096627fd2d270e996",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28501121697"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-01T07:37:44.000Z",
      "arch": "emscripten",
      "commit": "33842499975e6db7f72bb7199d10b077ede62767",
      "fileid": "https://r2.ropensci.org/c3fa1d6e1be8ff4feb819ef1757db21305897a4bc3c6babaea603c2c5355e0bd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28501121697"
    }
  ]
}