-
Notifications
You must be signed in to change notification settings - Fork 35
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
Rmdawn: (de)construct, convert, and render R Markdown (IN SCOPE) #5
Comments
@marskar this looks like this would be in-scope for us! I will be the handling editor for Rmdawn. I'll close this presubmission issue, and you can open a new submission issue using the "Submit Software for Review" template whenever you are ready. Let me know if you have any questions! |
Great! Yes, I will prepare the submission. Thanks! |
Hey @marskar checking in on this submission again! Would you still like to submit it for review ?it just needs a formal submission so we can move it forward. |
closing this given no activity in over a year! |
Submitting Author: Name (@marskar)
Repository Link: https://github.com/marskar/rmdawn
Documentation Link: https://marskar.github.io/rmdawn/
PyPI Link: https://pypi.org/project/rmdawn/
Scope
Please indicate which category or categories this package falls under:
Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of:
R markdown is important for reproducibility, because it facilitates literate programming, the combination of code and text. This way, descriptions of methods and results can be adjacent to the code used to obtain the results.
I frequently use R markdown for my work and I want to make it easier for the students in the Python classes I teach to use R markdown. With Rmdawn, anyone can create R markdown files from simple source files, or extract source files from R markdown files. This can promote the modularity principle without sacrificing the benefits of literate programming or the convenience of a single file with all code, text, and output for the project.
The target audience is anyone who uses R markdown. This package may help teachers and researchers to improve the efficiency of their R markdown workflows. The package aims to be useful for both R users and non-users. The
rmdawn
andrmdusk
do not even require R to be installed! I imagine teachers and researchers writing markdown and code files and then usingrmdawn
to creating R markdown files to share with their students and colleagues.Related packages include:
notedown
Notedown can all convert Jupyter notebooks into markdown and R markdown files. Rmdawn is different, because it can take a more modular approach to file conversion by extracting the contents of each code chunk into a separate file (chunk -> file) or using a source file to create each code chunk (file -> chunk).
P.S. Have feedback/comments about our review process? Leave a comment here
The text was updated successfully, but these errors were encountered: