grateful
grateful copied to clipboard
Return citation paragraph asis, add Connor's ORCiD
- The
output = "paragraph"functionality required declaring aresults='asis'chunk, but we can set this feature ourselves by wrapping inasis_output()and just returning the string. - Adding Connor Jackson's ORCiD to the DESCRIPTION file
Whoops, I didn't fully test the asis_output. Have to paste() the output into a single string for that to work. Also, added a function that cleans up the R package citation titles, because a lot of authors don't write them in LaTeX/BibTeX format (latex style ``quotes'', for example). This way, they're look a little better when they end up in your References file.
Many thanks again for your work on grateful @connorp! I'm about to leave for holidays but I'll review and integrate your pull request asap when I'm back
Many thanks for your pull request @connorp , and apologies for the delay. Merged now! I'll add a couple of minor things now and try to get grateful on CRAN Cheers