jstor
jstor copied to clipboard
Import journal data from DfR (JSTOR)
that is resilient to changes in the environment and won't fail on CRAN.
to link to correct topics.
Hello. The `.subclass` argument of `abort()`, `warn()` and `inform()` has been renamed to `class` in rlang 0.4.2 (released in November 2019). No rush but could you please look into renaming...
Implement a check that fails early when users try to import the new constellate data format (json). Only relevant when importing .zip files.
I checked locally, can't replicate. ``` Package: jstor Check: tests New result: ERROR Running âtestthat.Râ [10s/20s] Running the tests in âtests/testthat.Râ failed. Complete output: library(testthat) library(jstor) test_check("jstor") ââ Skipped tests...
Is it possible to extract the dates for papers ie - submitted, reviewed, resubmitted after revision, accepted, published thanks
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).
Jim has given a good hint how some functions could be faster (https://github.com/r-lib/xml2/issues/237). This should apply to authors and possibly to book chapters too. For references this currently does not...
- [ ] use "contrib-id", if available - [ ] extract author role too (author, editor)
Test coverage is good (91% atm), but it could be better. A good place to start would be to implement a proper test for the print-method of `jst_define_import`. I have...