{
  "_id": "6a1f1395b401979e7341e06e",
  "Type": "Package",
  "Package": "smurf",
  "Title": "Sparse Multi-Type Regularized Feature Modeling",
  "Version": "1.1.8",
  "Date": "2025-09-19",
  "Authors@R": "c(\nperson(\"Tom\", \"Reynkens\", email = \"tomreynkens.r@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-5516-5107\")),\nperson(\"Sander\", \"Devriendt\", email = \"sander.devriendt@kuleuven.be\", role = \"aut\"),\nperson(\"Katrien\", \"Antonio\", role = \"aut\")\n)",
  "Description": "Implementation of the SMuRF algorithm of Devriendt et al.\n(2021) <doi:10.1016/j.insmatheco.2020.11.010> to fit\ngeneralized linear models (GLMs) with multiple types of\npredictors via regularized maximum likelihood.",
  "URL": "https://gitlab.com/TReynkens/smurf",
  "License": "GPL (>= 2)",
  "BugReports": "https://gitlab.com/TReynkens/smurf/-/issues",
  "VignetteBuilder": "knitr",
  "ByteCompile": "yes",
  "Encoding": "UTF-8",
  "NeedsCompilation": "yes",
  "RoxygenNote": "7.3.3",
  "Packaged": {
    "Date": "2026-05-17 07:10:09 UTC",
    "User": "root"
  },
  "Author": "Tom Reynkens [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-5516-5107>), Sander Devriendt\n[aut], Katrien Antonio [aut]",
  "Maintainer": "Tom Reynkens <tomreynkens.r@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-09-19 19:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/smurf",
  "RemoteRef": "HEAD",
  "RemoteSha": "03e1bf021ba3a1828e5e17f0d2e0c602fbe76370",
  "MD5sum": "0eb8494793e1e2c012602a1d2ef6530a",
  "_user": "cran",
  "_type": "src",
  "_file": "smurf_1.1.8.tar.gz",
  "_fileid": "c9c8375b4f4edf4331de373cb01647181342b21fc6c6021ce13ec8b1a085aa53",
  "_filesize": 455137,
  "_sha256": "c9c8375b4f4edf4331de373cb01647181342b21fc6c6021ce13ec8b1a085aa53",
  "_created": "2026-05-17T07:10:09.000Z",
  "_published": "2026-06-02T17:32:05.310Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79132580179,
      "time": 180,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040320381"
    },
    {
      "job": 79132579938,
      "time": 179,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040320394"
    },
    {
      "job": 79132580015,
      "time": 234,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040326550"
    },
    {
      "job": 79132580310,
      "time": 219,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040324605"
    },
    {
      "job": 79132579699,
      "time": 207,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040296585"
    },
    {
      "job": 79132579246,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365182472"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25984232236",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/smurf",
  "_commit": {
    "id": "03e1bf021ba3a1828e5e17f0d2e0c602fbe76370",
    "author": "Tom Reynkens <tomreynkens.r@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1.8\n",
    "time": 1758309602
  },
  "_maintainer": {
    "name": "Tom Reynkens",
    "email": "tomreynkens.r@gmail.com",
    "orcid": "0000-0002-5516-5107"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "version": ">= 0.8.300.1.0",
      "role": "LinkingTo"
    },
    {
      "package": "catdata",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "version": ">= 4.0",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.12",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "bookdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "version": ">= 6.0.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-38",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.1.8",
      "date": "2025-09-19"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "treynkens",
      "count": 14,
      "uuid": 11426263
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 326,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/smurf"
  },
  "_devurl": "https://gitlab.com/treynkens/smurf",
  "_searchresults": 29,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/smurf.html",
    "manual.pdf"
  ],
  "_homeurl": "https://gitlab.com/treynkens/smurf",
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2018-12-09"
    },
    {
      "version": "1.0.1",
      "date": "2019-05-11"
    },
    {
      "version": "1.0.2",
      "date": "2019-11-25"
    },
    {
      "version": "1.0.3",
      "date": "2020-02-07"
    },
    {
      "version": "1.0.4",
      "date": "2020-02-12"
    },
    {
      "version": "1.0.5",
      "date": "2020-03-19"
    },
    {
      "version": "1.0.6",
      "date": "2020-05-17"
    },
    {
      "version": "1.0.7",
      "date": "2020-11-24"
    },
    {
      "version": "1.1.0",
      "date": "2021-03-12"
    },
    {
      "version": "1.1.1",
      "date": "2021-03-28"
    },
    {
      "version": "1.1.2",
      "date": "2021-04-18"
    },
    {
      "version": "1.1.3",
      "date": "2022-05-06"
    },
    {
      "version": "1.1.4",
      "date": "2023-01-30"
    },
    {
      "version": "1.1.5",
      "date": "2023-03-22"
    },
    {
      "version": "1.1.6",
      "date": "2024-12-02"
    },
    {
      "version": "1.1.7",
      "date": "2025-02-23"
    },
    {
      "version": "1.1.8",
      "date": "2025-09-19"
    }
  ],
  "_exports": [
    "coef_reest",
    "coefficients_reest",
    "deviance_reest",
    "fitted_reest",
    "glmsmurf",
    "glmsmurf.control",
    "glmsmurf.fit",
    "p",
    "plot_lambda",
    "plot_reest",
    "predict_reest",
    "resid_reest",
    "residuals_reest"
  ],
  "_help": [
    {
      "page": "smurf-package",
      "title": "smurf: Sparse Multi-Type Regularized Feature Modeling",
      "topics": [
        "smurf-package",
        "smurf"
      ]
    },
    {
      "page": "coef_reest",
      "title": "Coefficients of Re-estimated Model",
      "topics": [
        "coefficients_reest",
        "coefficients_reest.glmsmurf",
        "coef_reest",
        "coef_reest.glmsmurf"
      ]
    },
    {
      "page": "coef.glmsmurf",
      "title": "Coefficients of Estimated Model",
      "topics": [
        "coef.glmsmurf",
        "coefficients.glmsmurf"
      ]
    },
    {
      "page": "deviance_reest",
      "title": "Deviance of Re-estimated Model",
      "topics": [
        "deviance_reest",
        "deviance_reest.glmsmurf"
      ]
    },
    {
      "page": "deviance.glmsmurf",
      "title": "Deviance of Estimated Model",
      "topics": [
        "deviance.glmsmurf"
      ]
    },
    {
      "page": "fitted_reest",
      "title": "Fitted Values of Re-estimated Model",
      "topics": [
        "fitted_reest",
        "fitted_reest.glmsmurf"
      ]
    },
    {
      "page": "fitted.glmsmurf",
      "title": "Fitted Values of Estimated Model",
      "topics": [
        "fitted.glmsmurf"
      ]
    },
    {
      "page": "glmsmurf",
      "title": "Fit a Multi-Type Regularized GLM Using the SMuRF Algorithm",
      "topics": [
        "glmsmurf",
        "glmsmurf.fit"
      ]
    },
    {
      "page": "glmsmurf-class",
      "title": "Class of Multi-Type Regularized GLMs Fitted Using the SMuRF Algorithm",
      "topics": [
        "glmsmurf-class"
      ]
    },
    {
      "page": "glmsmurf.control",
      "title": "Control Function for Fitting a Multi-Type Regularized GLM Using the SMuRF Algorithm.",
      "topics": [
        "glmsmurf.control"
      ]
    },
    {
      "page": "p",
      "title": "Define Individual Subpenalties for a Multi-Type Regularized GLM",
      "topics": [
        "p"
      ]
    },
    {
      "page": "plot_lambda",
      "title": "Plot Goodness-of-Fit Statistics or Information Criteria",
      "topics": [
        "plot_lambda",
        "plot_lambda.glmsmurf"
      ]
    },
    {
      "page": "plot_reest",
      "title": "Plot Coefficients of Re-estimated Model",
      "topics": [
        "plot_reest",
        "plot_reest.glmsmurf"
      ]
    },
    {
      "page": "plot.glmsmurf",
      "title": "Plot Coefficients of Estimated Model",
      "topics": [
        "plot.glmsmurf"
      ]
    },
    {
      "page": "predict_reest",
      "title": "Predictions Using Re-estimated Model",
      "topics": [
        "predict_reest",
        "predict_reest.glmsmurf"
      ]
    },
    {
      "page": "predict.glmsmurf",
      "title": "Predictions Using Estimated Model",
      "topics": [
        "predict.glmsmurf"
      ]
    },
    {
      "page": "residuals_reest",
      "title": "Residuals of Re-estimated Model",
      "topics": [
        "residuals_reest",
        "residuals_reest.glmsmurf",
        "resid_reest",
        "resid_reest.glmsmurf"
      ]
    },
    {
      "page": "residuals.glmsmurf",
      "title": "Residuals of Estimated Model",
      "topics": [
        "resid.glmsmurf",
        "residuals.glmsmurf"
      ]
    },
    {
      "page": "summary.glmsmurf",
      "title": "Summary of a Multi-Type Regularized GLM Fitted Using the SMuRF Algorithm",
      "topics": [
        "summary.glmsmurf"
      ]
    }
  ],
  "_rundeps": [
    "catdata",
    "codetools",
    "foreach",
    "glmnet",
    "iterators",
    "lattice",
    "MASS",
    "Matrix",
    "mgcv",
    "nlme",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "shape",
    "survival"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "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.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "smurf.Rmd",
      "filename": "smurf.html",
      "title": "Introduction to the smurf package",
      "author": "| Tom Reynkens, Sander Devriendt and Katrien Antonio | LRisk, Faculty of Economics and Business, KU Leuven",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Data",
        "Fitting a model",
        "Formula",
        "Penalty types",
        "Lasso",
        "Group Lasso",
        "Fused Lasso",
        "Generalized Fused Lasso",
        "Combined penalty",
        "Fitting function",
        "Output",
        "Selection of lambda",
        "In-sample selection",
        "Out-of-sample selection",
        "Stratified $k$-fold cross-validation",
        "Deterministic selection of lambda",
        "Munich rent example",
        "Graph-Guided Fused Lasso",
        "References"
      ],
      "created": "2018-12-09 15:00:03",
      "modified": "2021-03-12 19:00:02",
      "commits": 4
    }
  ],
  "_score": 2.9395192526186182,
  "_indexed": true,
  "_nocasepkg": "smurf",
  "_universes": [
    "cran",
    "gitlab-treynkens"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.8",
      "date": "2026-05-17T07:12:26.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "03e1bf021ba3a1828e5e17f0d2e0c602fbe76370",
      "fileid": "6d6488046dc1672069eb265a24d26816ea3c45f579c0c3bca48c55a0f9e7fdc3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25984232236"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.8",
      "date": "2026-05-17T07:12:34.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "03e1bf021ba3a1828e5e17f0d2e0c602fbe76370",
      "fileid": "0903a792eb06d4cac0335b797dc68d50208bc81fd7d936e55e3399e539cddd64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25984232236"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.8",
      "date": "2026-05-17T07:13:18.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "03e1bf021ba3a1828e5e17f0d2e0c602fbe76370",
      "fileid": "aa8531feb2dc90dcc09bc8c7bff69f40f9b3585a61fb532d96214393a618ebed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25984232236"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.8",
      "date": "2026-05-17T07:13:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "03e1bf021ba3a1828e5e17f0d2e0c602fbe76370",
      "fileid": "b5b0c3950cf6b64b1d5f51d843bee651a8983e279e95fd1e7579d067e86d81cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25984232236"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.8",
      "date": "2026-06-02T17:31:33.000Z",
      "arch": "emscripten",
      "commit": "03e1bf021ba3a1828e5e17f0d2e0c602fbe76370",
      "fileid": "0ea49aa92cca232370549bdd99d5fb9b40450a645f8bec1a85856949622996e4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25984232236"
    }
  ]
}