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.
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.