{
  "_id": "6a59deb409eb0996dd68ee27",
  "Package": "temper",
  "Type": "Package",
  "Title": "Temporal Encoder-Masked Probabilistic Ensemble Regressor",
  "Version": "1.1.1",
  "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 probabilistic ensemble time-series forecaster\nthat combines an auto-encoder with a neural decision forest\nwhose split variables are learned through a differentiable\nfeature-mask layer. Functions are written with 'torch' tensors\nand provide CRPS (Continuous Ranked Probability Scores)\ntraining plus mixture-distribution post-processing.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "URL": "https://rpubs.com/giancarlo_vercellino/temper",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-17 07:45:54 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": "2026-07-16 09:33:02 UTC",
  "RemoteUrl": "https://github.com/cran/temper",
  "RemoteRef": "HEAD",
  "RemoteSha": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
  "_user": "pigian",
  "_type": "src",
  "_file": "temper_1.1.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/4454e34d952eaa7eb141f0b117542a0917eb2def3c4964612473050f6a0c60ce",
  "_filesize": 146569,
  "_sha256": "4454e34d952eaa7eb141f0b117542a0917eb2def3c4964612473050f6a0c60ce",
  "_expires": "2026-10-25T07:50:10.000Z",
  "_created": "2026-07-17T07:45:54.000Z",
  "_published": "2026-07-17T07:50:12.101Z",
  "_jobs": [
    {
      "job": 87832872721,
      "time": 218,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8400502369"
    },
    {
      "job": 87832872726,
      "time": 179,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8400489403"
    },
    {
      "job": 87832872730,
      "time": 123,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8400469380"
    },
    {
      "job": 87832872761,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8400459341"
    },
    {
      "job": 87832280669,
      "time": 203,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8400424151"
    },
    {
      "job": 87832872715,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8400464618"
    },
    {
      "job": 87832872747,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8400463868"
    },
    {
      "job": 87832872818,
      "time": 120,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8400469294"
    },
    {
      "job": 87832872759,
      "time": 120,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8400468459"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638",
  "_status": "success",
  "_upstream": "https://github.com/cran/temper",
  "_commit": {
    "id": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
    "author": "Giancarlo Vercellino <giancarlo.vercellino@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1.1\n",
    "time": 1784194382
  },
  "_maintainer": {
    "name": "Giancarlo Vercellino",
    "email": "giancarlo.vercellino@gmail.com",
    "login": "pigian",
    "description": "",
    "uuid": 182648476
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "torch",
      "version": ">= 0.11.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "imputeTS",
      "version": ">= 3.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": [
    {
      "week": "2025-29",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 1
    },
    {
      "week": "2026-29",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.1.0",
      "date": "2025-08-18"
    },
    {
      "name": "1.1.1",
      "date": "2026-07-16"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "pigian",
      "count": 3,
      "uuid": 182648476
    }
  ],
  "_userbio": {
    "uuid": 182648476,
    "type": "user",
    "name": "pigian",
    "followers": 0
  },
  "_downloads": {
    "count": 14,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/temper"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/temper.html",
    "manual.pdf"
  ],
  "_realowner": "pigian",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2025-07-15"
    },
    {
      "version": "1.1.0",
      "date": "2025-08-18"
    },
    {
      "version": "1.1.1",
      "date": "2026-07-16"
    }
  ],
  "_exports": [
    "temper"
  ],
  "_datasets": [
    {
      "name": "dummy_set",
      "title": "Tech Stock Time Series Dataset",
      "object": "dummy_set",
      "class": [
        "data.frame"
      ],
      "fields": [
        "dates",
        "MSFT.Close",
        "TSLA.Close",
        "MARA.Close"
      ],
      "rows": 2133,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "dummy_set",
      "title": "Tech Stock Time Series Dataset",
      "topics": [
        "dummy_set"
      ]
    },
    {
      "page": "temper",
      "title": "Temporal Encoder–Masked Probabilistic Ensemble Regressor",
      "topics": [
        "temper-package",
        "temper"
      ]
    }
  ],
  "_rundeps": [
    "bit",
    "bit64",
    "callr",
    "cli",
    "colorspace",
    "commonmark",
    "coro",
    "cpp11",
    "curl",
    "desc",
    "farver",
    "forecast",
    "fracdiff",
    "generics",
    "ggplot2",
    "ggtext",
    "glue",
    "gridtext",
    "gtable",
    "imputeTS",
    "isoband",
    "jpeg",
    "jsonlite",
    "labeling",
    "lattice",
    "lifecycle",
    "litedown",
    "lmtest",
    "lubridate",
    "magrittr",
    "markdown",
    "nlme",
    "nnet",
    "otel",
    "png",
    "processx",
    "ps",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "safetensors",
    "scales",
    "stinepack",
    "stringi",
    "stringr",
    "timechange",
    "timeDate",
    "torch",
    "urca",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "zoo"
  ],
  "_score": 1.4771212547196624,
  "_indexed": true,
  "_nocasepkg": "temper",
  "_universes": [
    "pigian"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.1",
      "date": "2026-07-17T07:49:07.000Z",
      "distro": "resolute",
      "commit": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
      "fileid": "https://r2.ropensci.org/cc4eff4f909a720aafdd50f69b4ef58158922a4f6973e66e25cfd22b74923ffe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.1",
      "date": "2026-07-17T07:48:30.000Z",
      "distro": "resolute",
      "commit": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
      "fileid": "https://r2.ropensci.org/a32478561c1b77da371204d26eddc97787f386d6a1361ea9f174c59b2ca8f739",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.1",
      "date": "2026-07-17T07:47:41.000Z",
      "commit": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
      "fileid": "https://r2.ropensci.org/3b1d1510b4932e85b47bd4a92f039ea6f40ce33a318436c61ad6072db46a66d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.1",
      "date": "2026-07-17T07:47:20.000Z",
      "commit": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
      "fileid": "https://r2.ropensci.org/e70f0e86444e6ff4cd2cab3b90acf056fc87211c9c77b3f0bf83c9d511745c2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.1",
      "date": "2026-07-17T07:48:03.000Z",
      "commit": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
      "fileid": "https://r2.ropensci.org/9bc219f6b954515cadcfb8e23f26d38230991d33ee256343aa28f15027753a57",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-07-17T07:47:11.000Z",
      "commit": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
      "fileid": "https://r2.ropensci.org/dce7ddc6d1d526059fd00d6f321b24ebc92512eb52eef13ff1bb061995cb37dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-07-17T07:47:25.000Z",
      "commit": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
      "fileid": "https://r2.ropensci.org/1c4f76e2493ef81d5c83f3fa257eba09f8316b5f556838f91c11977c1d030a4a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.1",
      "date": "2026-07-17T07:47:25.000Z",
      "commit": "a406eef2b8833f3958e8389fc57af06977cc1e5a",
      "fileid": "https://r2.ropensci.org/5473afdbcff7a5412abe6b2b84025cb5d2ef35703f5fd84fba6df988c853bd49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/29563940638"
    }
  ]
}