# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "listenv" in publications use:' type: software license: LGPL-2.0-or-later title: 'listenv: Environments Behaving (Almost) as Lists' version: 0.9.1 doi: 10.32614/CRAN.package.listenv abstract: List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting, e.g. 'x <- listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'. authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com repository: https://henrikbengtsson.r-universe.dev repository-code: https://github.com/HenrikBengtsson/listenv commit: 8d86a51639c2857dd5ad44ac4c653e4b0acc94a3 url: https://listenv.futureverse.org contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com