Package: via Type: Package Title: Virtual Arrays Version: 0.2.0 Authors@R: c( person(given="Adam T.", family="Kocsis", role=c("cre", "aut"), email="adam.t.kocsis@gmail.com", comment=c(ORCID="0000-0002-9028-665X")), person(given="Deutsche Forschungsgemeinschaft", role="fnd"), person(given="FAU GeoZentrum Nordbayern", role="fnd")) Collate: zzz.R data.R generics.R utility.R classes.R VirtualArray-base.R VirtualArray-xattrib.R VirtualArray-subset.R VirtualArray-replace.R VirtualArray-combine.R XArray-base.R XArray-xattrib.R XArray-combine.R RasterArray-base.R RasterArray-xattrib.R RasterArray-groupgen.R RasterArray-replace.R RasterArray-combine.R RasterArray-rast.R SfcArray-base.R SfcArray-replace.R SfcArray-sf.R SfArray-base.R SfArray-replace.R conversions.R Maintainer: Adam T. Kocsis Description: The base class 'VirtualArray' is defined, which acts as a wrapper around lists allowing users to fold arbitrary sequential data into n-dimensional, R-style virtual arrays. The derived 'XArray' class is defined to be used for homogeneous lists that contain a single class of objects. The 'RasterArray' and 'SfArray' classes enable the use of stacked spatial data instead of lists. License: CC BY 4.0 Date: 2023-05-15 BugReports: https://github.com/adamkocsis/via Encoding: UTF-8 LazyData: false Depends: R (>= 4.0.0) Imports: methods NeedsCompilation: no RoxygenNote: 7.2.3 Suggests: tinytest, knitr, rmarkdown, terra, sp, sf Repository: https://adamkocsis.r-universe.dev Date/Publication: 2023-05-16 13:40:00 UTC RemoteUrl: https://github.com/adamkocsis/via RemoteRef: HEAD RemoteSha: c589f8c100fdd8ca77545f909f2c715969d81b2f Packaged: 2026-07-03 07:58:15 UTC; root Author: Adam T. Kocsis [cre, aut] (ORCID: ), Deutsche Forschungsgemeinschaft [fnd], FAU GeoZentrum Nordbayern [fnd]