Type: Package
Package: anndata
Title: 'anndata' for R
Version: 0.7.5.3
Authors@R: 
    c(person(given = "Philipp",
             family = "Angerer",
             role = "ccp",
             email = "phil.angerer@gmail.com",
             comment = c(ORCID = "0000-0002-0369-2888", github = "flying-sheep")),
      person(given = "Alex",
             family = "Wolf",
             role = "ccp",
             email = "f.alex.wolf@gmx.de",
             comment = c(ORCID = "0000-0002-8760-7838", github = "falexwolf")),
      person(given = "Isaac",
             family = "Virshup",
             role = "ccp",
             comment = c(github = "ivirshup")),
      person(given = "Sergei",
             family = "Rybakov",
             role = "ccp",
             comment = c(github = "Koncopd")),
      person(given = "Robrecht",
             family = "Cannoodt",
             role = c("aut", "cre", "cph"),
             email = "rcannood@gmail.com",
             comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")))
Description: A 'reticulate' wrapper for the Python package 'anndata'.
    Provides a scalable way of keeping track of data and learned
    annotations.  Used to read from and write to the h5ad file format.
License: MIT + file LICENSE
URL: https://anndata.dynverse.org, https://github.com/dynverse/anndata
BugReports: https://github.com/dynverse/anndata/issues
Depends: R (>= 3.5.0)
Imports: assertthat, Matrix, methods, R6, reticulate (>= 1.17)
Suggests: stats, testthat, knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.1.1
Config/reticulate: list( packages = list( list(package = "anndata") ) )
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-10 08:47:32 UTC; rcannood
Author: Philipp Angerer [ccp] (<https://orcid.org/0000-0002-0369-2888>,
    flying-sheep),
  Alex Wolf [ccp] (<https://orcid.org/0000-0002-8760-7838>, falexwolf),
  Isaac Virshup [ccp] (ivirshup),
  Sergei Rybakov [ccp] (Koncopd),
  Robrecht Cannoodt [aut, cre, cph]
    (<https://orcid.org/0000-0003-3641-729X>, rcannood)
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-10 09:30:02 UTC
Built: R 4.0.2; ; 2021-09-11 10:30:19 UTC; unix
