Package: seqwrap Type: Package Title: Item-by-Item Iterative Model Fitting Version: 0.7.0.9000 Authors@R: c( person("Daniel", "Hammarstr\u00f6m", email = "daniel.hammarstrom@inn.no", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8360-2100")), person("Chidimma", "Echebiri", email = "chidimma.echebiri@inn.no", role = c("ctb"), comment = c(ORCID = "0000-0003-3134-5186"))) Description: Models high-dimensional data, such as RNA-seq or proteomic data using an item-by-item strategy. The package contains functions to wrap high-dimensional data and iterate over them using established R packages for regression modelling (e.g., 'glmmTMB' or 'mgcv'). License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) LazyData: true LazyDataCompression: xz URL: https://github.com/trainome/seqwrap BugReports: https://github.com/trainome/seqwrap/issues Depends: R (>= 4.1) Imports: cli, S7, tibble, pbapply, parallel, stats, DHARMa, broom.mixed Suggests: testthat (>= 3.0.0), dplyr, knitr, purrr, quarto, glmmTMB, lme4, nlme, MASS, rmarkdown, gt, edgeR, tidyselect, ggplot2, cowplot, ggtext, R.rsp Config/testthat/edition: 3 Collate: 'seqwrap-global.R' 'aaa-.R' 'data-helper.R' 'data.R' 'generic-summaries.R' 'seqwrap.R' 'seqwrap_mtf.R' 'simcounts.R' 'simcounts2.R' VignetteBuilder: quarto, R.rsp Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://trainome.r-universe.dev Date/Publication: 2026-05-22 12:47:20 UTC RemoteUrl: https://github.com/trainome/seqwrap RemoteRef: HEAD RemoteSha: 5a93c286d2f47134d8ed0ff3bdd039fb1ed0a407 NeedsCompilation: no Packaged: 2026-07-21 08:14:12 UTC; root Author: Daniel Hammarström [aut, cre, cph] (ORCID: ), Chidimma Echebiri [ctb] (ORCID: ) Maintainer: Daniel Hammarström