feature request: allowing RMarkdown to annotate functions used in packages.
Hi, Thank you for developing a nice package.
I am currently using the below annotation feature for functions used in the package.

It would be great if this very useful feature could also be used in RMarkdown 😃
Do you have any plans for that?
Thanks for the feedback! This function was contributed by @jcrodriguez1989, let's see if he can figure out why this function isn't running on Rmd files. Otherwise I'll look into it. cheers
finally working on this issue it looks like a problem with the backticks that delimit code blocks in Rmd files and how they throw errors when trying to parse the scripts using base::parse. Will look for a workaround at some point in the near future.