{
  "_id": "6a1d54861d7bb097a0a466e7",
  "Package": "pengls",
  "Type": "Package",
  "Title": "Fit Penalised Generalised Least Squares models",
  "Version": "1.18.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-release.r-universe.dev",
  "Date/Publication": "2026-04-28 12:57:28 UTC",
  "RemoteUrl": "https://github.com/bioc/pengls",
  "RemoteRef": "RELEASE_3_23",
  "RemoteSha": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 09:31:57 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": "f44e6b0d800fdaa5ee3843f185c1c288",
  "_user": "bioc-release",
  "_type": "src",
  "_file": "pengls_1.18.0.tar.gz",
  "_fileid": "0bcfaa4a466c2bc61baa649a728fa8f5c14d38434b7dce60fbd986973d737910",
  "_filesize": 200772,
  "_sha256": "0bcfaa4a466c2bc61baa649a728fa8f5c14d38434b7dce60fbd986973d737910",
  "_created": "2026-06-01T09:31:57.000Z",
  "_published": "2026-06-01T09:44:38.814Z",
  "_jobs": [
    {
      "job": 78824311605,
      "time": 147,
      "config": "bioc-checks",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7328054589"
    },
    {
      "job": 78824311632,
      "time": 519,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7328174542"
    },
    {
      "job": 78824311618,
      "time": 583,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7328194863"
    },
    {
      "job": 78824311672,
      "time": 601,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7328200462"
    },
    {
      "job": 78824311872,
      "time": 403,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7328137749"
    },
    {
      "job": 78823587302,
      "time": 267,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7328006298"
    },
    {
      "job": 78824311585,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7328045792"
    },
    {
      "job": 78824311875,
      "time": 593,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7328198114"
    },
    {
      "job": 78824311624,
      "time": 527,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7328177231"
    },
    {
      "job": 78824311647,
      "time": 722,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7328240085"
    }
  ],
  "_bioccheck": {
    "error": 0,
    "warning": 0,
    "note": 8
  },
  "_buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bioc/pengls",
  "_commit": {
    "id": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
    "author": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "committer": "A Wokaty <andres.wokaty@sph.cuny.edu>",
    "message": "bump x.y.z version to even y prior to 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": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-23",
      "n": 4
    },
    {
      "week": "2025-41",
      "n": 3
    },
    {
      "week": "2025-44",
      "n": 3
    },
    {
      "week": "2026-18",
      "n": 1
    }
  ],
  "_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": 7,
  "_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/RELEASE_3_23/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": false,
  "_nocasepkg": "pengls",
  "_universes": [
    "bioc-release"
  ],
  "_indexurl": "https://bioc.r-universe.dev/pengls",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.18.0",
      "date": "2026-06-01T09:34:34.000Z",
      "distro": "noble",
      "commit": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
      "fileid": "e5a90f03b93b4d8d9214376d8fa6b2fe8bc5a610293f7a6cb24d17ba4e1ede5c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.18.0",
      "date": "2026-06-01T09:35:15.000Z",
      "distro": "noble",
      "commit": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
      "fileid": "57c31736e81d20f2332d6a5de20da468ea13ceb141d6ad36e3c10c22244c2c29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.18.0",
      "date": "2026-06-01T09:33:32.000Z",
      "commit": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
      "fileid": "65a2f993829fd9c0aa6a9d0c57f841fb8052bab1c37699e578a94b21f804f68e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.18.0",
      "date": "2026-06-01T09:33:39.000Z",
      "commit": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
      "fileid": "99bcce18346de33041c309fffff5ea70b9002019d09ff7b95deb248d88ec48ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.18.0",
      "date": "2026-06-01T09:34:15.000Z",
      "commit": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
      "fileid": "1947c6149d9b77ad14d412ae63c2019656a0d8670b876b20323108edd54fa0a0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.18.0",
      "date": "2026-06-01T09:33:26.000Z",
      "commit": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
      "fileid": "e28d5c00a32706a73db00336238ee812c46ca701e81677628ce9958d441984c8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.18.0",
      "date": "2026-06-01T09:35:00.000Z",
      "commit": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
      "fileid": "3f8805fa27bd4bbbbe09240c16be0f249e610023ea2689249eaca4d5eb0d6114",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.18.0",
      "date": "2026-06-01T09:33:55.000Z",
      "commit": "b8b4f18d0f840c14a3e9a27128f4e2effb20abba",
      "fileid": "984797ce153e59dac5e045f9be654940a443dce953efddd8248370f454e32fc9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bioc-release/actions/runs/26746594318"
    }
  ]
}