Skip to content

Speed_up_in_r_programming#52

Merged
lubin-liu merged 8 commits into
jtr13:masterfrom
graceliudata:speed_up_in_R_programming
Nov 21, 2020
Merged

Speed_up_in_r_programming#52
lubin-liu merged 8 commits into
jtr13:masterfrom
graceliudata:speed_up_in_R_programming

Conversation

@graceliudata
Copy link
Copy Markdown
Contributor

Our community contribution introduces a few ways that we could yield the maximum efficiency when running R. We will first cover the typical development cycle computational statistics with R and what is some of R’s performance characteristics, to help you understand how R codes are being executed. Then we will show you two relatively easy ways to speed up code using the Rcpp package and parallel processing.

@ybliu9 ybliu9 added chap 6: other topics a catch-all for chapters that don't fit into existing categories r programming labels Nov 18, 2020
@cpaynerogers
Copy link
Copy Markdown
Collaborator

If the "other topics" chapter is too unwieldy, this might make sense to include under "data processing"

Comment thread speed_up_in_r_programming.Rmd Outdated
Copy link
Copy Markdown
Collaborator

@lubin-liu lubin-liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the lines I marked are typos, if not please let me know.

Comment thread speed_up_in_r_programming.Rmd Outdated
@jtr13
Copy link
Copy Markdown
Owner

jtr13 commented Nov 20, 2020

It's fine. We need to update the instructions since honestly the branch name should be descriptive but it doesn't need to match any of the filenames.

@lubin-liu lubin-liu merged commit e91c2b4 into jtr13:master Nov 21, 2020
@lubin-liu
Copy link
Copy Markdown
Collaborator

Your project has been merged. Thanks for your contribution! ㊗️ 🎉

@jtr13
Copy link
Copy Markdown
Owner

jtr13 commented Nov 21, 2020

Published chapter: https://jtr13.github.io/cc20/speed-up-in-r-programming.html 🙌

@jtr13
Copy link
Copy Markdown
Owner

jtr13 commented Nov 21, 2020

Great chapter, just one small issue left with the chapter writing files. Please see: #95

@graceliudata graceliudata deleted the speed_up_in_R_programming branch November 21, 2020 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chap 6: other topics a catch-all for chapters that don't fit into existing categories r programming

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants