Package: rray
Title: Simple Arrays
Version: 0.1.0
Authors@R: 
    c(person(given = "Davis",
             family = "Vaughan",
             role = c("aut", "cre"),
             email = "davis@rstudio.com"),
      person(given = "RStudio",
             role = "cph"))
Description: Provides a toolkit for manipulating arrays in a consistent, 
    powerful, and intuitive manner through the use of broadcasting and a new
    array class, the 'rray'.
License: GPL-3
URL: https://github.com/r-lib/rray
BugReports: https://github.com/r-lib/rray/issues
Depends: R (>= 3.2)
Imports: glue, Rcpp (>= 1.0.1), rlang (>= 0.4.0), utils, vctrs (>=
        0.2.0)
Suggests: covr, knitr, magrittr, rmarkdown, testthat (>= 2.1.0)
LinkingTo: Rcpp, xtensor (>= 0.11.1-0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-07-19 13:36:39 UTC; davis
Author: Davis Vaughan [aut, cre],
  RStudio [cph]
Maintainer: Davis Vaughan <davis@rstudio.com>
Repository: CRAN
Date/Publication: 2019-07-23 12:10:03 UTC
