Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bibtype = 'Software' #97

Open
ha0ye opened this issue Oct 11, 2022 · 0 comments
Open

Implement bibtype = 'Software' #97

ha0ye opened this issue Oct 11, 2022 · 0 comments

Comments

@ha0ye
Copy link

ha0ye commented Oct 11, 2022

Currently, the bibtype = 'Software' is unimplemented.

item <- list(bibtype = "Software",
             title = "RefManageR", year = "2017",
             url = "https://github.com/ropensci/RefManageR",
             key = "McLean2017")
myBib <- RefManageR::as.BibEntry(item)
myBib
#> bibtype Software not implemented

Created on 2022-10-11 by the reprex package (v2.0.1)

In general, perhaps there could be an option setting to default to the formatting of bibtype = 'Misc' when an unsupported bibtype is encountered, though implementing some of the more common, but-yet-unimplemented bibtypes would be nice, too.

Happy to collaborate and put in a PR, if so desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant