summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/arrow-package.Rd
blob: 021762162b7cb409de03ca9bd6fdb1dd4c39b372 (plain)
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/arrow-package.R
\docType{package}
\name{arrow-package}
\alias{arrow}
\alias{arrow-package}
\title{arrow: Integration to 'Apache' 'Arrow'}
\description{
'Apache' 'Arrow' <https://arrow.apache.org/> is a cross-language
    development platform for in-memory data. It specifies a standardized
    language-independent columnar memory format for flat and hierarchical data,
    organized for efficient analytic operations on modern hardware. This
    package provides an interface to the 'Arrow C++' library.
}
\seealso{
Useful links:
\itemize{
  \item \url{https://github.com/apache/arrow/}
  \item \url{https://arrow.apache.org/docs/r/}
  \item Report bugs at \url{https://issues.apache.org/jira/projects/ARROW/issues}
}

}
\author{
\strong{Maintainer}: Neal Richardson \email{neal@ursalabs.org}

Authors:
\itemize{
  \item Ian Cook \email{ianmcook@gmail.com}
  \item Nic Crane \email{thisisnic@gmail.com}
  \item Jonathan Keane \email{jkeane@gmail.com}
  \item Romain François \email{romain@rstudio.com} (\href{https://orcid.org/0000-0002-2444-4226}{ORCID})
  \item Jeroen Ooms \email{jeroen@berkeley.edu}
  \item Apache Arrow \email{dev@arrow.apache.org} [copyright holder]
}

Other contributors:
\itemize{
  \item Javier Luraschi \email{javier@rstudio.com} [contributor]
  \item Karl Dunkle Werner \email{karldw@users.noreply.github.com} (\href{https://orcid.org/0000-0003-0523-7309}{ORCID}) [contributor]
  \item Jeffrey Wong \email{jeffreyw@netflix.com} [contributor]
}

}
\keyword{internal}