Package: nlist
Title: Lists of Numeric Atomic Objects
Version: 0.3.3.9000
Authors@R: 
    c(person(given = "Joe",
             family = "Thorley",
             role = c("aut", "cre"),
             email = "joe@poissonconsulting.ca",
             comment = c(ORCID = "0000-0002-7683-4592")),
      person(given = "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://github.com/poissonconsulting/nlist
BugReports: https://github.com/poissonconsulting/nlist/issues
Depends: R (>= 3.4)
Imports: abind, chk, coda, extras, generics, lifecycle, purrr, stats,
        term, tibble, universals
Suggests: covr, rlang, testthat
RdMacros: lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Built: R 4.4.0; ; 2024-06-02 21:17:36 UTC; unix
