You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/29 16:16:25 UTC

[GitHub] [arrow] palamito opened a new issue #8078: Make available Windows binaries R package for R 3.5.3

palamito opened a new issue #8078:
URL: https://github.com/apache/arrow/issues/8078


   Would it be possible to make available the arrow package for R 3.5.3 (Windows binaries) ? 
   
   Right now, the only R version that can install the arrow package (1.0.0) is > 4.0. However, I cannot upgrade to R 4.0 and I can only install arrow version 0.17 which is still compatible with R 3.5.3.
   
   Is there a way to get the current arrow R package also available for R 3.5.3 ?
   
   Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] palamito commented on issue #8078: Make available Windows binaries arrow package for R 3.5.3

Posted by GitBox <gi...@apache.org>.
palamito commented on issue #8078:
URL: https://github.com/apache/arrow/issues/8078#issuecomment-683378796


   Thank you so much @nealrichardson for your very helpful and quick answer. 
   
   I have never built a package to adapt it to a previous R version. Could you give me some more hints on how to do it ?
   
   Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] PalGal2 edited a comment on issue #8078: Make available Windows binaries arrow package for R 3.5.3

Posted by GitBox <gi...@apache.org>.
PalGal2 edited a comment on issue #8078:
URL: https://github.com/apache/arrow/issues/8078#issuecomment-683387864


   I eventually managed to get version 1.0.1 to work on R 3.5.3.
   
   To do so, I built the source package on a Windows machine with R 3.5.3 and Rtools 35. From the Command line, type `R CMD INSTALL --build pkg` (where `pkg' is either the name of a source tarball (in the usual `.tar.gz' format) or the location of the directory of the package source to be built).
   
   Once built, zip the package files and it should work.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] palamito commented on issue #8078: Make available Windows binaries arrow package for R 3.5.3

Posted by GitBox <gi...@apache.org>.
palamito commented on issue #8078:
URL: https://github.com/apache/arrow/issues/8078#issuecomment-683387864


   I eventually managed to get version 1.0.1 to work on R 3.5.3.
   
   To do so, I built the source package on a Windows machine with R 3.5.3 and Rtools 35. From the Command line, type `R CMD INSTALL --build pkg` (where `pkg' is either the name of a source tarball (in the usual `.tar.gz' format) or the location of the directory of the package source to be built).
   
   Once built, zip the package files and it should work.
   
   [arrow_1.0.1_for_3.5.3.zip](https://github.com/apache/arrow/files/5146452/arrow_1.0.1_for_3.5.3.zip)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on issue #8078: Make available Windows binaries arrow package for R 3.5.3

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on issue #8078:
URL: https://github.com/apache/arrow/issues/8078#issuecomment-683338395


   CRAN publishes binaries for current release (4.0) and oldrel (3.6); we don't have control over that. We do the same for the nightly builds we host on bintray. Due to resource limitations on our bintray account, we cannot publish packages for more versions, but you're free to fork/copy [those build scripts](https://github.com/ursa-labs/arrow-r-nightly/blob/master/.github/workflows/build-binary-packages.yml#L25) and build for 3.5.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson closed issue #8078: Make available Windows binaries arrow package for R 3.5.3

Posted by GitBox <gi...@apache.org>.
nealrichardson closed issue #8078:
URL: https://github.com/apache/arrow/issues/8078


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org