Jacob Peacock

Results 5 issues of Jacob Peacock

Pandoc markdown allows YAML headers to end with either "---" or "...", on a separate line. YAML headers ending with "---" behaive correctly, while those ending in "..." do not...

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: ### Description No where on [teletype.atom.io](https://teletype.atom.io/) or on the...

feedback

Apologies if I am mistaken, but I don't believe this functionality is actually implemented. Setting the parameter to TRUE or FALSE does not seem to effect the output, and, from...

Again, apologies if I'm missing something, but `get_refs` function does not appear to implement this functionality. For example, the following code returns NULL: get_refs(c("10.1111/sum.12030"), save_object=TRUE, type = "doi", get_records="both", token="XXX")...

When large requests are made, CitationChaser pauses between requests to avoid overloading the LENS API. However, when `Sys.sleep(60 - t)` is hit, `t` is not defined (besides it's definition in...

bug