This is the Debian GNU/Linux r-cran-tiledb package of tiledb.  The
tiledb package offers an R interface to the TileDB storage engine.
The tiledb R package was written by TileDB Inc just like the TileDB
library.

This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
	https://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
	https://cran.us.r-project.org/src/contrib/

The package was renamed from its upstream name 'tiledb' to
'r-cran-tiledb' to fit the pattern of CRAN (and non-CRAN) packages
for R.

Files: *
Copyright: 2017-2021 TileDB Inc.
License: MIT

Files: debian/*
Copyright: 2022 Dirk Eddelbuettel <edd@debian.org>
License: GPL-2+

On a Debian GNU/Linux system, the GPL license (version 2) is included
in the file /usr/share/common-licenses/GPL-2.

License: MIT
 MIT License
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

For reference, the upstream DESCRIPTION file is included below:

  Package: tiledb
  Type: Package
  Version: 0.11.0.16
  Title: Universal Storage Engine for Sparse and Dense Multidimensional Arrays
  Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
   person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "cre"))
  Description: The universal storage engine 'TileDB' introduces a
   powerful on-disk format for multi-dimensional arrays. It supports
   dense and sparse arrays, dataframes and key-values stores, cloud
   storage ('S3', 'GCS', 'Azure'), chunked arrays, multiple compression,
   encryption and checksum filters, uses a fully multi-threaded
   implementation, supports parallel I/O, data versioning ('time
   travel'), metadata and groups. It is implemented as an embeddable
   cross-platform C++ library with APIs from several languages, and
   integrations.
  Copyright: TileDB, Inc.
  License: MIT + file LICENSE
  URL: https://github.com/TileDB-Inc/TileDB-R
  BugReports: https://github.com/TileDB-Inc/TileDB-R/issues
  SystemRequirements: A C++17 compiler is required, and on macOS compilation for
    version 11.14 is required. Optionally cmake (only when TileDB source build selected),
    git (only when TileDB source build selected); on x86_64 and M1 platforms pre-built
    TileDB Embedded libraries are available at GitHub and are used if no TileDB installation is
    detected, and no other option to build or download was specified by the user.
  Imports: methods, Rcpp (>= 1.0.8), nanotime
  LinkingTo: Rcpp
  Suggests: tinytest, simplermarkdown, curl, bit64, Matrix, palmerpenguins, nycflights13, data.table, tibble
  VignetteBuilder: simplermarkdown
  Roxygen: list(markdown = TRUE)
  RoxygenNote: 7.1.2
  Encoding: UTF-8
  NeedsCompilation: yes
  Packaged: 2022-03-19 15:06:03 UTC; edd
  Author: TileDB, Inc. [aut, cph],
    Dirk Eddelbuettel [cre]
  Maintainer: Dirk Eddelbuettel <dirk@tiledb.com>
