Skip to content
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

Feature stable? #17

Closed
coatless opened this issue May 12, 2021 · 2 comments
Closed

Feature stable? #17

coatless opened this issue May 12, 2021 · 2 comments

Comments

@coatless
Copy link

This is a wonderful package for parsing RMarkdown/Markdown documents. Thanks for doing the heavy lifting with respect to developing a parser using Boost's Spirit X3 library.

Given it's recent listing on CRAN, would you say this package is feature-stable?

I'm interested in shifting {assignr} away from the rudimentary regex approach taken to removing chunk tags indicating if a portion of the document should be included in or outside of a student/solution/rubric document.

@rundel
Copy link
Owner

rundel commented May 13, 2021

I think the core of the package is feature stable - I would like to continue to add higher level functionality (e.g. more rmd_select helpers) but I think the low level functionality and data structures should be quite stable at this point.

The only major open issue for me is how to support inline code chunks - they are a bit of a headache and I have some ideas but nothing I'm super happy with yet.

I would definitely be interested in any feedback you have working with the package, particularly any pain points or missing utility functions.

@rundel
Copy link
Owner

rundel commented Jul 12, 2021

With the cran release I think that makes things officially stable - I plan to use the lifecycle package as the package evolves so anything that deprecated will hopefully do so gracefully.

@rundel rundel closed this as completed Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants