grateful icon indicating copy to clipboard operation
grateful copied to clipboard

Return citation paragraph asis, add Connor's ORCiD

Open connorp opened this issue 3 years ago • 2 comments

  • The output = "paragraph" functionality required declaring a results='asis' chunk, but we can set this feature ourselves by wrapping in asis_output() and just returning the string.
  • Adding Connor Jackson's ORCiD to the DESCRIPTION file

connorp avatar Feb 22 '22 19:02 connorp

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.

connorp avatar Jul 24 '22 02:07 connorp

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

Pakillo avatar Jul 31 '22 12:07 Pakillo

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

Pakillo avatar Apr 07 '23 18:04 Pakillo