You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/09/14 16:40:40 UTC

[GitHub] [arrow-adbc] paleolimbot opened a new issue, #1067: r: Make Go drivers compliant with CRAN guidance

paleolimbot opened a new issue, #1067:
URL: https://github.com/apache/arrow-adbc/issues/1067

   As per the mailing list response recently, I was encouraged to submit an R package to CRAN that requires Go if:
   
   - All sources are vendored. If they cannot be vendored (e.g., exceed 5 MB or path lengths exceed 255 chars), they need to be hosted somewhere that is not GitHub and downloaded (with checksum verification) at install time.
   - No downloading binaries (including a Go installation if not found)
   - Be sure to search for common Go installation locations that are not on the PATH (e.g., the default install location on MacOS).
   
   We should be able to check this via the MacBuilder service, on which Simon Urbanek kindly installed Go.
   
   Doing this before the next release means we can submit one of the two Go packages to CRAN to test the waters!


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] r: Make Go drivers compliant with CRAN guidance [arrow-adbc]

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot closed issue #1067: r: Make Go drivers compliant with CRAN guidance
URL: https://github.com/apache/arrow-adbc/issues/1067


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

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