File: reticulate.Rd

package info (click to toggle)
r-cran-reticulate 1.41.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,088 kB
  • sloc: cpp: 5,154; python: 620; sh: 13; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,622 bytes parent folder | download
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}