Package: interleave
Type: Package
Title: Converts Tabular Data to Interleaved Vectors
Version: 0.1.1
Date: 2021-03-18
Authors@R: c(
        person("David", "Cooley", email = "david.cooley.au@gmail.com", role = c("aut", "cre")), 
        person("Mapbox", role = "cph", comment = "author of header library earcut.hpp")
        )
Description: Converts matrices and lists of matrices into a single vector by interleaving 
    their values. That is, each element of the result vector is filled from the input 
    matrices one row at a time. This is the same as transposing a matrix, then removing the 
    dimension attribute, but is designed to operate on matrices in nested list structures.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
LinkingTo: geometries, Rcpp
Imports: Rcpp
Suggests: covr, sfheaders, tinytest
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2021-03-18 00:44:56 UTC; david
Author: David Cooley [aut, cre],
  Mapbox [cph] (author of header library earcut.hpp)
Maintainer: David Cooley <david.cooley.au@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-18 05:40:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-03-18 10:24:09 UTC; unix
Archs: interleave.so.dSYM
