ropensci / handlr

convert among citation formats
https://docs.ropensci.org/handlr
Other
38 stars 4 forks source link

Improve reading codemeta.json #27

Closed ThierryO closed 2 years ago

ThierryO commented 2 years ago

Description

codemeta_reader()

cff_writer()

normalize_id() and normalize_doi() no longer encodes URL's. The URL encoding converted / to %2f. As a result, a DOI was no longer recognised as a DOI.

Related Issue

fixes #26