1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/package.R
\docType{package}
\name{reticulate}
\alias{reticulate}
\alias{reticulate-package}
\title{R Interface to Python}
\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. The reticulate package is compatible with all versions of Python >= 3.6.
Integration with NumPy requires NumPy version 1.6 or higher.
}
\seealso{
Useful links:
\itemize{
\item \url{https://rstudio.github.io/reticulate/}
\item \url{https://github.com/rstudio/reticulate}
\item Report bugs at \url{https://github.com/rstudio/reticulate/issues}
}
}
\author{
\strong{Maintainer}: Tomasz Kalinowski \email{tomasz@posit.co} [contributor]
Authors:
\itemize{
\item Kevin Ushey \email{kevin@posit.co}
\item JJ Allaire \email{jj@posit.co}
\item Yuan Tang \email{terrytangyuan@gmail.com} (\href{https://orcid.org/0000-0001-5243-233X}{ORCID}) [copyright holder]
}
Other contributors:
\itemize{
\item RStudio [copyright holder, funder]
\item Dirk Eddelbuettel \email{edd@debian.org} [contributor, copyright holder]
\item Bryan Lewis \email{blewis@illposed.net} [contributor, copyright holder]
\item Sigrid Keydana \email{sigrid@posit.co} [contributor]
\item Ryan Hafen \email{rhafen@gmail.com} [contributor, copyright holder]
\item Marcus Geelnard (TinyThread library, http://tinythreadpp.bitsnbites.eu/) [contributor, copyright holder]
}
}
\keyword{internal}
|