-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RMarkdown for literate analyses #21
Comments
Looks good to me! Some things I'll be interested in hearing more about once you wrap up your R&D:
Excited to see where this goes! |
|
appreciate you taking this on, @fgregg, and thanks for teeing off the discussion of r markdown v. jupyter, @jeancochrane. to me, the very worst thing about pweave is crappy editor support. i'd be very happy if this change made writing analysis code easier, even if we miss out on caching during compilation by writing python code. so, happy for you to proceed! |
addendum: please include a discussion of any idiosyncrasies of writing python code in r markdown. |
How's this coming along @fgregg? |
in use for the courts project by datamade, as well as journalists on the project. |
I've started using R Markdown for the courts project. I polled some R users in my network and both recommended R Studio. So far, it seems pretty straightforward. My favorite feature is that you can write SQL blocks, and they're cached with no problems. I've only just begun working with |
Also watched this video on using the shiny runtime for interactive R markdown documents. Really exciting stuff, in particular for EDA we want to share with clients/elsewhere, or even for mocking up applications. |
Hi @jeancochrane and @hancush, I'm a little bit unsure what the next step of this is. I've done a few projects with rMarkdown which I could share. Reviewing CONTRIBUTING.md Is the next step to do a write-up? To add reflections on this issue? Thanks so much for your guidance. |
@fgregg Looks like you've finished steps 1, 2, and 5. At this point, I'd like to see a comparison to existing tools (you can port the answers you've already provided in this issue, to a Markdown document), a recommendation of adoption, and a summary of helpful tips and resources for learning, submitted as a PR against this repo. (This would be a combination of steps 3 and 6.) @jeancochrane's adoption artifacts on Gatsby are a great example of all of these documents: #12. The discussion on their PR also provides a good example of the kinds of questions we expect to answer in a stack change of this kind. |
I created the comparison to existing tools doc, I still have to write the recommendation for adoption. #111 |
Currently, we used PWeave for literate analyses. I would like to explore using RMarkdown instead.
Here's are advantages of RMarkdown:
Disadvantages of RMarkdown
Actually, that's this only disadvantage versus PWeave I can think of. It's a big one though.
Some amelioration of this disadvantage.
The text was updated successfully, but these errors were encountered: