Package: nlist Title: Lists of Numeric Atomic Objects Version: 0.4.0.9007 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("Kirill", "Müller", role = "ctb", comment = c(ORCID = "0000-0002-1416-3412")), person("Nadine", "Hussein", role = "ctb", comment = c(ORCID = "0000-0003-4470-8361")), person("Ayla", "Pearson", role = "ctb", comment = c(ORCID = "0000-0001-7388-1222")), person("Poisson Consulting", role = c("cph", "fnd")) ) Description: Create and manipulate numeric list ('nlist') objects. An 'nlist' is an S3 list of uniquely named numeric objects. An numeric object is an integer or double vector, matrix or array. An 'nlists' object is a S3 class list of 'nlist' objects with the same names, dimensionalities and typeofs. Numeric list objects are of interest because they are the raw data inputs for analytic engines such as 'JAGS', 'STAN' and 'TMB'. Numeric lists objects, which are useful for storing multiple realizations of of simulated data sets, can be converted to coda::mcmc and coda::mcmc.list objects. License: MIT + file LICENSE URL: https://poissonconsulting.github.io/nlist/, https://github.com/poissonconsulting/nlist BugReports: https://github.com/poissonconsulting/nlist/issues Depends: R (>= 4.0) Imports: abind, chk, coda, extras (>= 0.9.0.9000), generics, lifecycle, purrr, rlang, stats, term, tibble, universals Suggests: covr, knitr, mcmcr, rmarkdown, testthat VignetteBuilder: knitr RdMacros: lifecycle Remotes: poissonconsulting/extras Config/Needs/website: poissonconsulting/poissontemplate Config/roxygen2/version: 8.0.0.9000 Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-07-16 07:45:05 UTC RemoteUrl: https://github.com/poissonconsulting/nlist RemoteRef: HEAD RemoteSha: c7cc60b41786c83390b54ec086abe53492a099c4 NeedsCompilation: no Packaged: 2026-07-18 08:39:30 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), Kirill Müller [ctb] (ORCID: ), Nadine Hussein [ctb] (ORCID: ), Ayla Pearson [ctb] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Joe Thorley