Package: reticulate
Type: Package
Title: R Interface to Python
Version: 0.8
Authors@R: c(
  person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
  person("Kevin", "Ushey", role = c("ctb"),
         email = "kevin@rstudio.com"),
  person("RStudio", role = c("cph", "fnd")),
  person("Yuan", "Tang", role = c("aut", "cph"),
         email = "terrytangyuan@gmail.com"),
  person("Dirk", "Eddelbuettel", role = c("ctb", "cph"),
         email = "edd@debian.org"),
  person("Bryan", "Lewis", role = c("ctb", "cph"),
         email = "blewis@illposed.net"),
  person("Marcus", "Geelnard", role = c("aut", "cph"),
         comment = "TinyThread library, http://tinythreadpp.bitsnbites.eu/")
  )
Description: R interface to Python modules, classes, and functions. When calling
    into Python R data types are automatically converted to their equivalent Python
    types. When values are returned from Python to R they are converted back to R
    types. Compatible with all versions of Python >= 2.7.
License: Apache License 2.0
URL: https://github.com/rstudio/reticulate
BugReports: https://github.com/rstudio/reticulate/issues
SystemRequirements: Python (>= 2.7.0)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0)
Imports: utils, graphics, Rcpp (>= 0.12.7)
Suggests: testthat, knitr
LinkingTo: Rcpp
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-05-22 13:05:52 UTC; jjallaire
Author: JJ Allaire [aut, cre],
  Kevin Ushey [ctb],
  RStudio [cph, fnd],
  Yuan Tang [aut, cph],
  Dirk Eddelbuettel [ctb, cph],
  Bryan Lewis [ctb, cph],
  Marcus Geelnard [aut, cph] (TinyThread library,
    http://tinythreadpp.bitsnbites.eu/)
Maintainer: JJ Allaire <jj@rstudio.com>
Repository: CRAN
Date/Publication: 2017-05-22 16:13:46 UTC
