{
  "_id": "6a27d3e324555f66ed545913",
  "Package": "midasml",
  "Type": "Package",
  "Title": "Estimation and Prediction Methods for High-Dimensional Mixed\nFrequency Time Series Data",
  "Version": "0.1.11",
  "Authors@R": "c(\nperson(\"Jonas\", \"Striaukas\",  role = c(\"cre\",\"aut\"), email =  \"jonas.striaukas@gmail.com\"),\nperson(\"Andrii\", \"Babii\",  role = c(\"aut\"),\nemail =  \"andrii@email.unc.edu\"),\nperson(\"Jad\", \"Beyhum\",  role = c(\"aut\"),\nemail =  \"jad.beyhum@kuleuven.be\"),\nperson(c(\"Eric\", \"Ghysels\"), role = c(\"aut\"),\nemail =  \"eghysels@unc.edu\"),\nperson(\"Alex\", \"Kostrov\",  role = c(\"ctb\"),\ncomment = \"Contributions to analytical gradients for non-linear low-dimensional MIDAS estimation code\", email =  \"alexander.kostrov@unisg.ch\"))",
  "Maintainer": "Jonas Striaukas <jonas.striaukas@gmail.com>",
  "Description": "The 'midasml' package implements estimation and prediction\nmethods for high-dimensional mixed-frequency (MIDAS)\ntime-series and panel data regression models. The regularized\nMIDAS models are estimated using orthogonal (e.g. Legendre)\npolynomials and sparse-group LASSO (sg-LASSO) estimator. For\nmore information on the 'midasml' approach see Babii, Ghysels,\nand Striaukas (2021, JBES forthcoming)\n<doi:10.1080/07350015.2021.1899933>. The package is equipped\nwith the fast implementation of the sg-LASSO estimator by means\nof proximal block coordinate descent. High-dimensional mixed\nfrequency time-series data can also be easily manipulated with\nfunctions provided in the package.",
  "BugReports": "https://github.com/jstriaukas/midasml/issues",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-09 08:47:48 UTC",
    "User": "root"
  },
  "Author": "Jonas Striaukas [cre, aut], Andrii Babii [aut], Jad Beyhum\n[aut], Eric Ghysels [aut], Alex Kostrov [ctb] (Contributions to\nanalytical gradients for non-linear low-dimensional MIDAS\nestimation code)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-10-09 06:46:37 UTC",
  "RemoteUrl": "https://github.com/cran/midasml",
  "RemoteRef": "HEAD",
  "RemoteSha": "2bb972e64718024889dc72ff9712e7f451aa6679",
  "MD5sum": "0f0456d718565fe6a734d037d3cf1354",
  "_user": "cran",
  "_type": "src",
  "_file": "midasml_0.1.11.tar.gz",
  "_fileid": "01950f2e27a84da7d48121870779c0d44acf5bd2e316a6a62e01299aaa72a763",
  "_filesize": 954248,
  "_sha256": "01950f2e27a84da7d48121870779c0d44acf5bd2e316a6a62e01299aaa72a763",
  "_created": "2026-06-09T08:47:48.000Z",
  "_published": "2026-06-09T08:50:43.029Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80283570825,
      "time": 118,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7502872487"
    },
    {
      "job": 80283570792,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7502876925"
    },
    {
      "job": 80283570814,
      "time": 121,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7502874310"
    },
    {
      "job": 80283570732,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7502875832"
    },
    {
      "job": 80283055019,
      "time": 174,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7502826520"
    },
    {
      "job": 80283570749,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7502869988"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27194604586",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/midasml",
  "_commit": {
    "id": "2bb972e64718024889dc72ff9712e7f451aa6679",
    "author": "Jonas Striaukas <jonas.striaukas@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.11\n",
    "time": 1759992397
  },
  "_maintainer": {
    "name": "Jonas Striaukas",
    "email": "jonas.striaukas@gmail.com",
    "login": "jstriaukas",
    "description": "Assistant professor of statistics at Copenhagen Business School",
    "uuid": 20987424
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Matrix",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "doRNG",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "randtoolbox",
      "role": "Imports"
    },
    {
      "package": "snow",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-41",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.11",
      "date": "2025-10-09"
    }
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "jstriaukas",
      "count": 19,
      "uuid": 20987424
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 812,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/midasml"
  },
  "_devurl": "https://github.com/jstriaukas/midasml",
  "_searchresults": 33,
  "_topics": [
    "fortran"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/midasml.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jstriaukas/midasml",
  "_realowner": "jstriaukas",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2020-06-25"
    },
    {
      "version": "0.0.2",
      "date": "2020-07-01"
    },
    {
      "version": "0.0.3",
      "date": "2020-07-03"
    },
    {
      "version": "0.0.4",
      "date": "2020-07-05"
    },
    {
      "version": "0.0.5",
      "date": "2020-07-05"
    },
    {
      "version": "0.0.6",
      "date": "2021-03-13"
    },
    {
      "version": "0.1.0",
      "date": "2021-04-14"
    },
    {
      "version": "0.1.2",
      "date": "2021-04-22"
    },
    {
      "version": "0.1.3",
      "date": "2021-04-22"
    },
    {
      "version": "0.1.4",
      "date": "2021-04-23"
    },
    {
      "version": "0.1.5",
      "date": "2021-05-05"
    },
    {
      "version": "0.1.5-1",
      "date": "2021-05-20"
    },
    {
      "version": "0.1.6",
      "date": "2021-11-30"
    },
    {
      "version": "0.1.7",
      "date": "2021-12-08"
    },
    {
      "version": "0.1.8",
      "date": "2021-12-16"
    },
    {
      "version": "0.1.9",
      "date": "2022-01-10"
    },
    {
      "version": "0.1.9-1",
      "date": "2022-02-15"
    },
    {
      "version": "0.1.10",
      "date": "2022-04-29"
    },
    {
      "version": "0.1.11",
      "date": "2025-10-09"
    }
  ],
  "_exports": [
    "cv.panel.sglfit",
    "cv.sglfit",
    "dateMatch",
    "fa.sglfit",
    "gb",
    "ic.panel.sglfit",
    "ic.sglfit",
    "lb",
    "midas.ardl",
    "mixed_freq_data",
    "mixed_freq_data_single",
    "monthBegin",
    "monthEnd",
    "reg.panel.sgl",
    "reg.sgl",
    "sglfit",
    "thetafit",
    "tscv.sglfit"
  ],
  "_datasets": [
    {
      "name": "alfred_vintages",
      "title": "ALFRED monthly and quarterly series vintages",
      "object": "alfred_vintages",
      "file": "alfred_vintages.rda",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "market_ret",
      "title": "SNP500 returns",
      "object": "market_ret",
      "file": "market_ret.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "DATE",
        "snp500ret"
      ],
      "rows": 3397,
      "table": true,
      "tojson": true
    },
    {
      "name": "rgdp_dates",
      "title": "Real GDP release dates",
      "object": "rgdp_dates",
      "file": "rgdp_dates.rda",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Quarter_q",
        "Quarter_m",
        "Quarter_d",
        "First release",
        "Second release",
        "Third release"
      ],
      "rows": 84,
      "table": true,
      "tojson": true
    },
    {
      "name": "rgdp_vintages",
      "title": "Real GDP vintages",
      "object": "rgdp_vintages",
      "file": "rgdp_vintages.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "date",
        "realtime_period",
        "time_series"
      ],
      "rows": 31208,
      "table": true,
      "tojson": true
    },
    {
      "name": "us_rgdp",
      "title": "US real GDP data with several high-frequency predictors",
      "object": "us_rgdp",
      "file": "us_rgdp.rda",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "midasml-package",
      "title": "midasml",
      "topics": [
        "midasml-package",
        "midasml"
      ]
    },
    {
      "page": "alfred_vintages",
      "title": "ALFRED monthly and quarterly series vintages",
      "topics": [
        "alfred_vintages"
      ]
    },
    {
      "page": "cv.panel.sglfit",
      "title": "Cross-validation fit for panel sg-LASSO",
      "topics": [
        "cv.panel.sglfit"
      ]
    },
    {
      "page": "cv.sglfit",
      "title": "Cross-validation fit for sg-LASSO",
      "topics": [
        "cv.sglfit"
      ]
    },
    {
      "page": "dateMatch",
      "title": "Match dates",
      "topics": [
        "dateMatch"
      ]
    },
    {
      "page": "fa.sglfit",
      "title": "Estimates factor-augmented sparse MIDAS regression model",
      "topics": [
        "fa.sglfit"
      ]
    },
    {
      "page": "gb",
      "title": "Gegenbauer polynomials shifted to [a,b]",
      "topics": [
        "gb"
      ]
    },
    {
      "page": "ic.panel.sglfit",
      "title": "Information criteria fit for panel sg-LASSO",
      "topics": [
        "ic.panel.sglfit"
      ]
    },
    {
      "page": "ic.sglfit",
      "title": "Information criteria fit for sg-LASSO",
      "topics": [
        "ic.sglfit"
      ]
    },
    {
      "page": "lb",
      "title": "Legendre polynomials shifted to [a,b]",
      "topics": [
        "lb"
      ]
    },
    {
      "page": "market_ret",
      "title": "SNP500 returns",
      "topics": [
        "market_ret"
      ]
    },
    {
      "page": "midas.ardl",
      "title": "MIDAS regression",
      "topics": [
        "midas.ardl"
      ]
    },
    {
      "page": "mixed_freq_data",
      "title": "MIDAS data structure",
      "topics": [
        "mixed_freq_data"
      ]
    },
    {
      "page": "mixed_freq_data_single",
      "title": "MIDAS data structure",
      "topics": [
        "mixed_freq_data_single"
      ]
    },
    {
      "page": "monthBegin",
      "title": "Beginning of the month date",
      "topics": [
        "monthBegin"
      ]
    },
    {
      "page": "monthEnd",
      "title": "End of the month date",
      "topics": [
        "monthEnd"
      ]
    },
    {
      "page": "predict.cv.panel.sglfit",
      "title": "Computes prediction",
      "topics": [
        "predict.cv.panel.sglfit"
      ]
    },
    {
      "page": "predict.cv.sglfit",
      "title": "Computes prediction",
      "topics": [
        "predict.cv.sglfit"
      ]
    },
    {
      "page": "predict.fa.sglfit",
      "title": "Computes prediction",
      "topics": [
        "predict.fa.sglfit"
      ]
    },
    {
      "page": "predict.ic.panel.sglfit",
      "title": "Computes prediction",
      "topics": [
        "predict.ic.panel.sglfit"
      ]
    },
    {
      "page": "predict.ic.sglfit",
      "title": "Computes prediction",
      "topics": [
        "predict.ic.sglfit"
      ]
    },
    {
      "page": "predict.sglpath",
      "title": "Computes prediction",
      "topics": [
        "predict.sglpath"
      ]
    },
    {
      "page": "reg.panel.sgl",
      "title": "Regression fit for panel sg-LASSO",
      "topics": [
        "reg.panel.sgl"
      ]
    },
    {
      "page": "reg.sgl",
      "title": "Fit for sg-LASSO regression",
      "topics": [
        "reg.sgl"
      ]
    },
    {
      "page": "rgdp_dates",
      "title": "Real GDP release dates",
      "topics": [
        "rgdp_dates"
      ]
    },
    {
      "page": "rgdp_vintages",
      "title": "Real GDP vintages",
      "topics": [
        "rgdp_vintages"
      ]
    },
    {
      "page": "sglfit",
      "title": "Fits sg-LASSO regression",
      "topics": [
        "sglfit"
      ]
    },
    {
      "page": "thetafit",
      "title": "Nodewise LASSO regressions to fit the precision matrix Theta",
      "topics": [
        "thetafit"
      ]
    },
    {
      "page": "tscv.sglfit",
      "title": "Time series cross-validation fit for sg-LASSO",
      "topics": [
        "tscv.sglfit"
      ]
    },
    {
      "page": "us_rgdp",
      "title": "US real GDP data with several high-frequency predictors",
      "topics": [
        "us_rgdp"
      ]
    }
  ],
  "_rundeps": [
    "codetools",
    "cpp11",
    "digest",
    "doParallel",
    "doRNG",
    "foreach",
    "generics",
    "iterators",
    "lattice",
    "lubridate",
    "Matrix",
    "randtoolbox",
    "rngtools",
    "rngWELL",
    "snow",
    "timechange"
  ],
  "_sysdeps": [
    {
      "shlib": "libgfortran",
      "package": "libgfortran5",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "fortran",
      "homepage": "http://gcc.gnu.org/",
      "description": "Runtime library for GNU Fortran applications"
    }
  ],
  "_score": 2.12057393120585,
  "_indexed": false,
  "_nocasepkg": "midasml",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://jstriaukas.r-universe.dev/midasml",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.11",
      "date": "2026-06-09T08:49:48.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2bb972e64718024889dc72ff9712e7f451aa6679",
      "fileid": "7977d629da2e86f555dfe02e686f5d744b9d5ff682932474bd2e53fba527c3ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27194604586"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.11",
      "date": "2026-06-09T08:49:55.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2bb972e64718024889dc72ff9712e7f451aa6679",
      "fileid": "13b251725141d13f45029740e19d874a4b44f517641e5017bb8de1ca12cd81f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27194604586"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.11",
      "date": "2026-06-09T08:49:54.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2bb972e64718024889dc72ff9712e7f451aa6679",
      "fileid": "8289433720404863f6c0bd83d7e54c4726c9ea192019988463d960004f2cf0ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27194604586"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.11",
      "date": "2026-06-09T08:49:47.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2bb972e64718024889dc72ff9712e7f451aa6679",
      "fileid": "7c81e638ce7d6ae4443e667051ac206c58c1f10bc4107e1187d8c59bfedf59ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27194604586"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.11",
      "date": "2026-06-09T08:50:05.000Z",
      "arch": "emscripten",
      "commit": "2bb972e64718024889dc72ff9712e7f451aa6679",
      "fileid": "0c63373db39ff598515663578627a37866889162ccfd777a401ce7690e884ce7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27194604586"
    }
  ]
}