Jacob Peacock

Results 7 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

[The docs for `as_factor`](https://forcats.tidyverse.org/reference/as_factor.html) say "Other arguments passed down to method." Clarify to which method `as_factor` passes those other arguments.

The cheat sheet for forcats includes `factor` and `levels` functions. However, these are not actually implemented by forcats, but are part of base R. This causes confusion since calls like...