Skip to content

Commit

Permalink
cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Apr 11, 2019
1 parent a44d1f5 commit 5806d5e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/release/rat_exclude_files.txt
Expand Up @@ -188,6 +188,7 @@ r/arrow.Rproj
r/README.md
r/README.Rmd
r/man/*.Rd
r/cran-comments.md
.gitattributes
ruby/red-arrow/.yardopts
rust/arrow/test/data/*.csv
Expand Down
1 change: 1 addition & 0 deletions r/.Rbuildignore
Expand Up @@ -9,3 +9,4 @@ Dockerfile
.*\.tar\.gz
^windows
clang_format.sh
^cran-comments\.md$
27 changes: 27 additions & 0 deletions r/cran-comments.md
@@ -0,0 +1,27 @@
## Test environments
* local OS X install, R 3.5.3
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.

## Platform support

This package supports Windows and macOS but not Linux.

The Arrow project is cross-language development platform
for in-memory data, it spans several languages and
their code base is quite large (about 150K lines of C
sources and more than 600K lines across all languages).

In the future, the Apache Arrow project will release
binaries in the official Fedora and Debian repos;
we're working on hard on this, but due to the size,
this is likely to be implemented until next year.

In the meantime, R users can install the Linux binaries
from custom repos or build Arrow from source when using
Linux.

0 comments on commit 5806d5e

Please sign in to comment.