You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/20 22:55:09 UTC

[GitHub] [arrow-site] stephhazlitt opened a new pull request, #204: [Website] Arrow for R cheatsheet blog post

stephhazlitt opened a new pull request, #204:
URL: https://github.com/apache/arrow-site/pull/204

   Offers a blog post introducing the Arrow for R cheatsheet.


-- 
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: commits-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-site] thisisnic commented on a diff in pull request #204: ARROW-16244: [Website] Arrow for R cheatsheet blog post

Posted by GitBox <gi...@apache.org>.
thisisnic commented on code in PR #204:
URL: https://github.com/apache/arrow-site/pull/204#discussion_r854631094


##########
_posts/2022-04-19-arrow-r-cheatsheet.md:
##########
@@ -0,0 +1,49 @@
+---
+layout: post
+title: Arrow for R Cheatsheet
+date: "2022-04-19 00:00:00"
+author: stephhazlitt
+categories: [application]
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+We are excited to introduce the new [Arrow for R Cheatsheet](https://github.com/apache/arrow/blob/master/r/cheatsheet/arrow-cheatsheet.pdf).
+
+<div align="center">
+<a href="https://github.com/apache/arrow/blob/master/r/cheatsheet/arrow-cheatsheet.pdf">
+<img src="{{ site.baseurl }}/img/20220419-arrow-r-cheatsheet-thumbnail.png"
+     alt="Thumbnail image of the first page of the Arrow for R cheatsheet."
+     width="70%" height="70%">
+</a>
+</div>
+
+## Helping (Not Cheating)
+
+While [cheatsheets](https://en.wikipedia.org/wiki/Cheat_sheet) may have started as a set of notes used without an instructor’s knowledge&mdash;so, ummm, cheating&mdash;using the Arrow for R cheatsheet is definitely not cheating! Today, cheatsheets are a common tool to provide users an introduction to software’s functionality and a quick reference guide to help users get started.
+
+The Arrow for R cheatsheet is intended to be an easy-to-scan introduction to the Arrow R package and Arrow data structures, with getting started sections on some of the package’s main functionality. The cheatsheet includes introductory snippets on using Arrow to read and work with larger-than-memory multi-file data sets, sending and receiving data with Flight, reading data from cloud storage without downloading the data first, and more. The Arrow for R cheatsheet also directs users to the full [Arrow for R package documentation and articles](https://arrow.apache.org/docs/r/index.html) and the [Arrow Cookbook](https://arrow.apache.org/cookbook/), both full of code recipes to support users build their Arrow-based data workflows. Finally, the cheatsheet debuts one of the first uses of the hot-off-the-presses Arrow hex sticker, recently made available as part of the [Apache Arrow visual identity guidance](https://arrow.apache.org/visual_identity/).

Review Comment:
   ```suggestion
   The Arrow for R cheatsheet is intended to be an easy-to-scan introduction to the Arrow R package and Arrow data structures, with getting started sections on some of the package’s main functionality. The cheatsheet includes introductory snippets on using Arrow to read and work with larger-than-memory multi-file data sets, sending and receiving data with Flight, reading data from cloud storage without downloading the data first, and more. The Arrow for R cheatsheet also directs users to the full [Arrow for R package documentation and articles](https://arrow.apache.org/docs/r/index.html) and the [Arrow Cookbook](https://arrow.apache.org/cookbook/r/), both full of code recipes to support users build their Arrow-based data workflows. Finally, the cheatsheet debuts one of the first uses of the hot-off-the-presses Arrow hex sticker, recently made available as part of the [Apache Arrow visual identity guidance](https://arrow.apache.org/visual_identity/).
   ```
   
   Perhaps consider changing "both full of code recipes" to "both full of code examples and recipes" as the pedant in me says that it's only the cookbook which contains recipes.



-- 
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: commits-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-site] jonkeane merged pull request #204: ARROW-16244: [Website] Arrow for R cheatsheet blog post

Posted by GitBox <gi...@apache.org>.
jonkeane merged PR #204:
URL: https://github.com/apache/arrow-site/pull/204


-- 
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: commits-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-site] github-actions[bot] commented on pull request #204: ARROW-16244: [Website] Arrow for R cheatsheet blog post

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #204:
URL: https://github.com/apache/arrow-site/pull/204#issuecomment-1104532394

   https://issues.apache.org/jira/browse/ARROW-16244


-- 
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: commits-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-site] stephhazlitt commented on a diff in pull request #204: ARROW-16244: [Website] Arrow for R cheatsheet blog post

Posted by GitBox <gi...@apache.org>.
stephhazlitt commented on code in PR #204:
URL: https://github.com/apache/arrow-site/pull/204#discussion_r855619537


##########
_posts/2022-04-19-arrow-r-cheatsheet.md:
##########
@@ -0,0 +1,49 @@
+---
+layout: post
+title: Arrow for R Cheatsheet
+date: "2022-04-19 00:00:00"

Review Comment:
   Updated to April 27, with the idea that we may merge on that date.



-- 
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: commits-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-site] github-actions[bot] commented on pull request #204: [Website] Arrow for R cheatsheet blog post

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #204:
URL: https://github.com/apache/arrow-site/pull/204#issuecomment-1104531783

   <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
   
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
   -->
   
   Thanks for opening a pull request!
   
   Could you open an issue for this pull request on JIRA?
   https://issues.apache.org/jira/browse/ARROW
   
   Then could you also rename pull request title in the following format?
   
       ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}
   
   See also:
   
     * [Other pull requests](https://github.com/apache/arrow-site/pulls/)
     * [Contribution Guidelines - How to contribute patches](https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches)
   


-- 
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: commits-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-site] jonkeane commented on a diff in pull request #204: ARROW-16244: [Website] Arrow for R cheatsheet blog post

Posted by GitBox <gi...@apache.org>.
jonkeane commented on code in PR #204:
URL: https://github.com/apache/arrow-site/pull/204#discussion_r855532905


##########
_posts/2022-04-19-arrow-r-cheatsheet.md:
##########
@@ -0,0 +1,49 @@
+---
+layout: post
+title: Arrow for R Cheatsheet
+date: "2022-04-19 00:00:00"

Review Comment:
   We will want to update this + the filename right before we merge so that the publish date is right



-- 
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: commits-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-site] nealrichardson commented on a diff in pull request #204: ARROW-16244: [Website] Arrow for R cheatsheet blog post

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on code in PR #204:
URL: https://github.com/apache/arrow-site/pull/204#discussion_r855563162


##########
_posts/2022-04-19-arrow-r-cheatsheet.md:
##########
@@ -0,0 +1,49 @@
+---
+layout: post
+title: Arrow for R Cheatsheet
+date: "2022-04-19 00:00:00"
+author: stephhazlitt
+categories: [application]
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+We are excited to introduce the new [Arrow for R Cheatsheet](https://github.com/apache/arrow/blob/master/r/cheatsheet/arrow-cheatsheet.pdf).

Review Comment:
   ```suggestion
   We are excited to introduce the new [Apache Arrow for R Cheatsheet](https://github.com/apache/arrow/blob/master/r/cheatsheet/arrow-cheatsheet.pdf).
   ```



##########
_posts/2022-04-19-arrow-r-cheatsheet.md:
##########
@@ -0,0 +1,49 @@
+---
+layout: post
+title: Arrow for R Cheatsheet

Review Comment:
   ```suggestion
   title: Apache Arrow for R Cheatsheet
   ```



-- 
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: commits-unsubscribe@arrow.apache.org

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