ropensci / RefManageR

R package RefManageR
https://docs.ropensci.org/RefManageR
Other
114 stars 25 forks source link

CSL JSON support #72

Open bwiernik opened 4 years ago

bwiernik commented 4 years ago

I'm working on a package cslr to support the CSL JSON format in R. The major advantage of CSL JSON is that it is the native format for the CSL styles used in RMarkdown/pandoc, which permits retaining some of the richer data types and citation features that aren't possible when limited to bibtex or biblatex fields. I think it would be awesome if RefManageR (and the many downstream packages using it) were able to support working with the imported CSL class of items.

If you are interested, this might be a good thing to incorporate into the process of splitting the package components into smaller components discussed in https://github.com/ropensci/RefManageR/issues/34. I'd be happy to help with that effort.

mwmclean commented 3 years ago

Sorry for my slow reply. Is your package hosted on GitHub somewhere?