ropensci / jstor

Import journal data from DfR (JSTOR)
https://docs.ropensci.org/jstor
47 stars 9 forks source link

avoid warning for invalid URI #33

Open tklebel opened 6 years ago

tklebel commented 6 years ago

Reading files should not raise a warning. Either use SuppressWarnings() or set option to xml2::read_xml(), once this works as expected (https://github.com/r-lib/xml2/issues/208).

tklebel commented 5 years ago

Look into this again – maybe there is a better solution than suppressing the warning.