{
  "_id": "6a1abeb11d7bb097a09d63cc",
  "Package": "pengls",
  "Type": "Package",
  "Title": "Fit Penalised Generalised Least Squares models",
  "Version": "1.19.0",
  "Authors@R": "c(person(given = \"Stijn\", family = \"Hawinkel\",\nemail = \"stijn.hawinkel@psb.ugent.be\",\nrole=c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-4501-5180\")))",
  "Description": "Combine generalised least squares methodology from the\nnlme package for dealing with autocorrelation with penalised\nleast squares methods from the glmnet package to deal with high\ndimensionality. This pengls packages glues them together\nthrough an iterative loop. The resulting method is applicable\nto high dimensional datasets that exhibit autocorrelation, such\nas spatial or temporal data.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "biocViews": "Transcriptomics, Regression, TimeCourse, Spatial",
  "BugReports": "https://github.com/sthawinke/pengls/issues",
  "URL": "https://github.com/sthawinke/pengls",
  "Repository": "https://bioc.r-universe.dev",
  "Date/Publication": "2026-04-28 12:57:28 UTC",
  "RemoteUrl": "https://github.com/bioc/pengls",
  "RemoteRef": "HEAD",
  "RemoteSha": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-30 07:11:23 UTC",
    "User": "root"
  },
  "Author": "Stijn Hawinkel [cre, aut] (ORCID:\n<https://orcid.org/0000-0002-4501-5180>)",
  "Maintainer": "Stijn Hawinkel <stijn.hawinkel@psb.ugent.be>",
  "MD5sum": "043714d0e1e54a5fd66e26ea7e647f8f",
  "_user": "bioc",
  "_type": "src",
  "_file": "pengls_1.19.0.tar.gz",
  "_fileid": "365a3bc57a5ad45c7be5c4e3e382f6e213a408bc5247fbe349190a38f92e4724",
  "_filesize": 200854,
  "_sha256": "365a3bc57a5ad45c7be5c4e3e382f6e213a408bc5247fbe349190a38f92e4724",
  "_created": "2026-05-30T07:11:23.000Z",
  "_published": "2026-05-30T10:40:49.714Z",
  "_jobs": [
    {
      "job": 78632615127,
      "time": 139,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7306369678"
    },
    {
      "job": 78632615153,
      "time": 513,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7306413345"
    },
    {
      "job": 78632615136,
      "time": 546,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7306417179"
    },
    {
      "job": 78632615138,
      "time": 563,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7307346507"
    },
    {
      "job": 78632615131,
      "time": 231,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307312179"
    },
    {
      "job": 78632356895,
      "time": 279,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7306353494"
    },
    {
      "job": 78632615141,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7306366714"
    },
    {
      "job": 78632615152,
      "time": 651,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7306428300"
    },
    {
      "job": 78632615155,
      "time": 554,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7306417998"
    },
    {
      "job": 78632615159,
      "time": 419,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7306402408"
    }
  ],
  "_bioccheck": {
    "error": 0,
    "warning": 0,
    "note": 8
  },
  "_buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bioc/pengls",
  "_commit": {
    "id": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
    "author": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "committer": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "message": "bump x.y.z version to odd y following creation of RELEASE_3_23 branch\n",
    "time": 1777381048
  },
  "_maintainer": {
    "name": "Stijn Hawinkel",
    "email": "stijn.hawinkel@psb.ugent.be",
    "orcid": "0000-0002-4501-5180"
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.5.0",
      "role": "Depends"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "nlme",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "BiocParallel",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "bioc",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-23",
      "n": 4
    },
    {
      "week": "2025-41",
      "n": 3
    },
    {
      "week": "2025-44",
      "n": 3
    },
    {
      "week": "2026-18",
      "n": 2
    }
  ],
  "_tags": [],
  "_bioc": [
    {
      "branch": "devel",
      "version": "1.19.0",
      "bioc": "3.24"
    },
    {
      "branch": "release",
      "version": "1.18.0",
      "bioc": "3.23"
    }
  ],
  "_topics": [
    "transcriptomics",
    "regression",
    "timecourse",
    "spatial"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jwokaty",
      "count": 12,
      "uuid": 1744257
    },
    {
      "user": "nturaga",
      "count": 4,
      "uuid": 2746443
    }
  ],
  "_userbio": {
    "uuid": 2286807,
    "type": "organization",
    "name": "Bioconductor",
    "description": "Software for the analysis and comprehension of high-throughput genomic data"
  },
  "_downloads": {
    "count": 284,
    "source": "https://www.bioconductor.org/packages/stats/bioc/pengls"
  },
  "_devurl": "https://github.com/sthawinke/pengls",
  "_searchresults": 4,
  "_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/pengls.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sthawinke/pengls",
  "_realowner": "bioc",
  "_cranurl": false,
  "_exports": [
    "cv.pengls",
    "makeFolds",
    "pengls"
  ],
  "_help": [
    {
      "page": "coef.cv.pengls",
      "title": "Extract coefficients from a cv.pengls model",
      "topics": [
        "coef.cv.pengls"
      ]
    },
    {
      "page": "coef.pengls",
      "title": "Extract coefficients from a pengls model",
      "topics": [
        "coef.pengls"
      ]
    },
    {
      "page": "cv.pengls",
      "title": "Peform cross-validation pengls",
      "topics": [
        "cv.pengls"
      ]
    },
    {
      "page": "getCorMat",
      "title": "Get the (square root of the inverse of the) correlation matrix",
      "topics": [
        "getCorMat"
      ]
    },
    {
      "page": "getLoss",
      "title": "Calculate the loss given predicted and observed values",
      "topics": [
        "getLoss"
      ]
    },
    {
      "page": "makeFolds",
      "title": "Divide observations into folds",
      "topics": [
        "makeFolds"
      ]
    },
    {
      "page": "pengls",
      "title": "Iterative estimation of penalised generalised least squares",
      "topics": [
        "pengls"
      ]
    },
    {
      "page": "predict.cv.pengls",
      "title": "Make predictions from a cv.pengls model",
      "topics": [
        "predict.cv.pengls"
      ]
    },
    {
      "page": "predict.pengls",
      "title": "Make predictions from a pengls model",
      "topics": [
        "predict.pengls"
      ]
    },
    {
      "page": "print.cv.pengls",
      "title": "Print a summary of a cv.pengls model",
      "topics": [
        "print.cv.pengls"
      ]
    },
    {
      "page": "print.pengls",
      "title": "Print a summary of a pengls model",
      "topics": [
        "print.pengls"
      ]
    }
  ],
  "_readme": "https://github.com/bioc/pengls/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "BiocParallel",
    "codetools",
    "cpp11",
    "foreach",
    "formatR",
    "futile.logger",
    "futile.options",
    "glmnet",
    "iterators",
    "lambda.r",
    "lattice",
    "Matrix",
    "nlme",
    "Rcpp",
    "RcppEigen",
    "shape",
    "snow",
    "survival"
  ],
  "_vignettes": [
    {
      "source": "penglsVignette.Rmd",
      "filename": "penglsVignette.html",
      "title": "Vignette of the pengls package",
      "author": "Stijn Hawinkel",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Installation instuctions",
        "Illustration",
        "Spatial autocorrelation",
        "Temporal autocorrelation",
        "Penalty parameter and cross-validation",
        "Session info"
      ],
      "created": "2021-09-20 13:36:05",
      "modified": "2025-06-05 11:06:38",
      "commits": 12
    }
  ],
  "_score": 4.301029995663981,
  "_indexed": true,
  "_nocasepkg": "pengls",
  "_universes": [
    "bioc",
    "sthawinke"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.19.0",
      "date": "2026-05-30T07:14:34.000Z",
      "distro": "noble",
      "commit": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
      "fileid": "bccdf6c6a686e8dbbd8f3effd6ceaeae7dd5c21e5aea91ea1c1947632e920ed7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.19.0",
      "date": "2026-05-30T07:14:35.000Z",
      "distro": "noble",
      "commit": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
      "fileid": "4c3ebb948ac62b3cebd11ab81701d5ced71a22e32d29145dd95bcd5f7bdce9db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.19.0",
      "date": "2026-05-30T09:49:11.000Z",
      "commit": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
      "fileid": "63153100030cb50f24cba23d00e25320c942ddf195f4f34c9949931f1a6cc0e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.19.0",
      "date": "2026-05-30T09:48:36.000Z",
      "commit": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
      "fileid": "0580152ac50bcd25a586d1b1f338997ab009fe1fd5f39ea6a8b0e988db8e952e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.19.0",
      "date": "2026-05-30T07:13:37.000Z",
      "commit": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
      "fileid": "755e4e3e3be1b73179dd5eb8c79871666254e0b1cfbb4c4de60f3e24980e5b75",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.19.0",
      "date": "2026-05-30T07:13:08.000Z",
      "commit": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
      "fileid": "5d6c74be206446377889dd8f3d228651d015406d29a55fdd56b96d392cbc972f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.19.0",
      "date": "2026-05-30T07:12:57.000Z",
      "commit": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
      "fileid": "de956235db527c5d19ac99b35068b0fa6b6a7d65f5325685d2cbc439cec938e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.19.0",
      "date": "2026-05-30T07:13:09.000Z",
      "commit": "9dc58a27fbe2a8d92bd2d8d4e1eefc19aed4faad",
      "fileid": "870c0c428682f95854cc8d4a2b1f4f983f882851888f0e850194914adf44d41d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc/actions/runs/26677645703"
    }
  ]
}