Jon Harmon

Results 79 issues of Jon Harmon

``` r library(pkgsearch) x [1] FALSE x #> - "csardi" -------------------------------------- 19602 packages in 0 seconds - #> # package version by @ title #> 1 100 PAMA 1.2.0 Wanchuang...

Several help docs mention `vignette("oauth")`, but that vignette is only available on the website. Trying to load it throws a warning, and doesn't do anything: ``` r vignette("oauth", package =...

documentation

`req_template()` supports glue syntax, but loses the composability of `request() |> req_url_path_append()`. But paths are often also documented with glue-like syntax. For example, the apis.guru api has a `/{provider}.json` path,...

feature

Issue 1296 was closed saying the walrus must remain, so this section of this doc doesn't make sense anymore.

Add a test or tests that run purely on a GHA basis to check that the download API still works. This is in contrast to #53, which will remove the...

See recent Actions failures. Use mocks to skip the actual download (and instead load from local file).

Something about the GHA is at least somewhat non-standard right now, and for reasons I haven't figured out yet that appears to be causing me to be unable to *require*...

We throw away some of the metadata (namely at least Category, and "Release Date", plus the list of formats; possibly other things that are only in the XML but not...

Project Gutenberg entries have a "Category". The ones I have seen recently are "Text" and "Audio". See if we can use that to more safely sort things for the `has_text`...

The `all_metadata` step of `parse_rdfs.R` is very, very slow. This makes debugging tedious. Some of this slowness might be unavoidable (we're parsing a lot of data), but try to optimize...