{
  "_id": "6a4799302f27a93436c101cb",
  "Package": "SEI",
  "Title": "Calculating Standardised Indices",
  "Version": "0.2.0",
  "Authors@R": "c(person(given = \"Sam\", family = \"Allen\", email = \"sam.allen@stat.math.ethz.ch\", role = c('aut','cre')),\nperson(given = \"Noelia\", family = \"Otero\", email = \"noeli1680@gmail.com\", role=c('aut')))",
  "Description": "Convert a time series of observations to a time series of\nstandardised indices that can be used to monitor variables on a\ncommon and probabilistically interpretable scale. The indices\ncan be aggregated and rescaled to different time scales,\nvisualised using plot capabilities, and calculated using a\nrange of distributions. This includes flexible non-parametric\nand non-stationary methods.",
  "URL": "https://github.com/noeliaof/SEI, https://noeliaof.github.io/SEI/",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "LazyData": "true",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://noeliaof.r-universe.dev",
  "Date/Publication": "2026-06-03 15:55:13 UTC",
  "RemoteUrl": "https://github.com/noeliaof/sei",
  "RemoteRef": "HEAD",
  "RemoteSha": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 09:12:38 UTC",
    "User": "root"
  },
  "Author": "Sam Allen [aut, cre],\nNoelia Otero [aut]",
  "Maintainer": "Sam Allen <sam.allen@stat.math.ethz.ch>",
  "_user": "noeliaof",
  "_type": "src",
  "_file": "SEI_0.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/d92c7b77d2cb929cbe4e5c6087071ec01a41119dfd0bad85c5bbad4669f8e3b6",
  "_filesize": 2911327,
  "_sha256": "d92c7b77d2cb929cbe4e5c6087071ec01a41119dfd0bad85c5bbad4669f8e3b6",
  "_expires": "2026-10-11T11:12:47.000Z",
  "_created": "2026-07-03T09:12:38.000Z",
  "_published": "2026-07-03T11:12:48.460Z",
  "_jobs": [
    {
      "job": 84987878079,
      "time": 172,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8062598954"
    },
    {
      "job": 84987877581,
      "time": 190,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8062604713"
    },
    {
      "job": 84987878317,
      "time": 145,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8062583056"
    },
    {
      "job": 84987877852,
      "time": 193,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8062593442"
    },
    {
      "job": 84987877369,
      "time": 265,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8062534503"
    },
    {
      "job": 84987877564,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8062590839"
    },
    {
      "job": 84987878057,
      "time": 141,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8062586636"
    },
    {
      "job": 84987877845,
      "time": 125,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8062581753"
    },
    {
      "job": 84987878185,
      "time": 178,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8062600331"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288",
  "_status": "success",
  "_upstream": "https://github.com/noeliaof/sei",
  "_commit": {
    "id": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
    "author": "Sam Allen <34094291+sallen12@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #6 from ppoyk/patch-1\n\nfix std_index to respect reference groupings",
    "time": 1780502113
  },
  "_maintainer": {
    "name": "Sam Allen",
    "email": "sam.allen@stat.math.ethz.ch"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "xts",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "role": "Imports"
    },
    {
      "package": "fitdistrplus",
      "role": "Imports"
    },
    {
      "package": "flexsurv",
      "role": "Imports"
    },
    {
      "package": "gamlss",
      "role": "Imports"
    },
    {
      "package": "gamlss.dist",
      "role": "Imports"
    },
    {
      "package": "lmom",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "gridExtra",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "noeliaof",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-31",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "noeliaof",
      "count": 21,
      "uuid": 15870565
    },
    {
      "user": "sallen12",
      "count": 10,
      "uuid": 34094291
    },
    {
      "user": "ppoyk",
      "count": 1,
      "uuid": 138587496
    }
  ],
  "_userbio": {
    "uuid": 15870565,
    "type": "user",
    "name": "Noelia Otero",
    "followers": 10
  },
  "_downloads": {
    "count": 275,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SEI"
  },
  "_devurl": "https://github.com/noeliaof/sei",
  "_pkgdown": "https://noeliaof.github.io/SEI/",
  "_searchresults": 19,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/SEI.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/noeliaof/sei",
  "_realowner": "noeliaof",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-11-14"
    },
    {
      "version": "0.1.1",
      "date": "2024-01-26"
    },
    {
      "version": "0.2.0",
      "date": "2024-08-27"
    }
  ],
  "_exports": [
    "aggregate_xts",
    "fit_dist",
    "get_drought",
    "get_pit",
    "plot_sei",
    "std_index"
  ],
  "_datasets": [
    {
      "name": "data_supply",
      "title": "Time series of wind and solar energy production",
      "object": "data_supply",
      "class": [
        "data.frame"
      ],
      "fields": [
        "date",
        "country",
        "PWS"
      ],
      "rows": 236520,
      "table": true,
      "tojson": true
    },
    {
      "name": "data_wind_de",
      "title": "Time series of average wind speed in Germany",
      "object": "data_wind_de",
      "class": [
        "data.frame"
      ],
      "fields": [
        "date",
        "wsmean"
      ],
      "rows": 14975,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "aggregate_xts",
      "title": "Aggregate values in xts objects",
      "topics": [
        "aggregate_xts"
      ]
    },
    {
      "page": "data_supply",
      "title": "Time series of wind and solar energy production",
      "topics": [
        "data_supply"
      ]
    },
    {
      "page": "data_wind_de",
      "title": "Time series of average wind speed in Germany",
      "topics": [
        "data_wind_de"
      ]
    },
    {
      "page": "fit_dist",
      "title": "Fit a distribution to data",
      "topics": [
        "fit_dist"
      ]
    },
    {
      "page": "get_drought",
      "title": "Get drought characteristics",
      "topics": [
        "get_drought"
      ]
    },
    {
      "page": "get_pit",
      "title": "Calculate probability integral transform values",
      "topics": [
        "get_pit"
      ]
    },
    {
      "page": "plot_sei",
      "title": "Plot standardised indices",
      "topics": [
        "plot_sei"
      ]
    },
    {
      "page": "std_index",
      "title": "Calculate standardised indices",
      "topics": [
        "std_index"
      ]
    }
  ],
  "_readme": "https://github.com/noeliaof/sei/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "bbmle",
    "bdsmatrix",
    "cli",
    "cpp11",
    "data.table",
    "deSolve",
    "dplyr",
    "farver",
    "fastGHQuad",
    "fitdistrplus",
    "flexsurv",
    "gamlss",
    "gamlss.data",
    "gamlss.dist",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "lmom",
    "lsoda",
    "magrittr",
    "MASS",
    "Matrix",
    "mgcv",
    "mstate",
    "muhaz",
    "mvtnorm",
    "nlme",
    "numDeriv",
    "pillar",
    "pkgconfig",
    "purrr",
    "quadprog",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "rstpm2",
    "S7",
    "scales",
    "statmod",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xts",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "SEI_vignette.Rnw",
      "filename": "SEI_vignette.pdf",
      "title": "Standardised Energy Indices",
      "engine": "knitr::knitr",
      "headings": [
        "Introduction",
        "How to construct standardised indices",
        "The choice of distribution",
        "Package functionality",
        "Applications",
        "Summary"
      ],
      "created": "2023-08-24 09:59:03",
      "modified": "2024-07-25 08:14:21",
      "commits": 16
    }
  ],
  "_score": 5.056904851336473,
  "_indexed": true,
  "_nocasepkg": "sei",
  "_universes": [
    "noeliaof"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-07-03T09:15:04.000Z",
      "distro": "resolute",
      "commit": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
      "fileid": "https://r2.ropensci.org/fb8b380f55f68af3db20beec02740cb5df8b8dfcbc42d4f7c426917fea4b45b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-07-03T09:15:17.000Z",
      "distro": "resolute",
      "commit": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
      "fileid": "https://r2.ropensci.org/0b206c2b33940b575719ddf2199bfe2f94c1bca94298b6ba41ca1b3a3a3496a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-07-03T09:14:42.000Z",
      "commit": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
      "fileid": "https://r2.ropensci.org/3d66fb5fa62deb1b495faca3c6a3e9ee6623c8e2ab962b1e60684eb8930b3b21",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-07-03T09:14:59.000Z",
      "commit": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
      "fileid": "https://r2.ropensci.org/c215941cb45572867abcd2120212bd0020ba9687f286e1f4f18d1c099e4cc5bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-07-03T09:15:32.000Z",
      "commit": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
      "fileid": "https://r2.ropensci.org/275bb245ffd2dde2c62f90cb744e6882cbd851ae97b3b5a05a5c63d54c52124f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-03T09:14:06.000Z",
      "commit": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
      "fileid": "https://r2.ropensci.org/3816f027efa78b96c070a81e588f82e4238122b8e28a36d34920804a1c2cfc6c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-03T09:14:11.000Z",
      "commit": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
      "fileid": "https://r2.ropensci.org/53d62e0fceba0aaf333451ead9390ec52a858ea09fe75b6895189f7ae9849620",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-03T09:14:50.000Z",
      "commit": "4d4a6d02d0fbfefdb48da63580c6be1bca3d5f14",
      "fileid": "https://r2.ropensci.org/798527c28b446bc36750f1dfaf623f99c9e9f09608e15a23d0873b18375bd2dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/noeliaof/actions/runs/28650498288"
    }
  ]
}