Max Held
Max Held
currently blocked by #244
hopefully, once #244 is done we can do this relatively quickly / programmatically, and it will just require some new commentary.
mmh, not sure about this. Just found out that using utf-escapes `\uxxxx` does get rid of the `R CMD check` error, but shiny does not appear to understand utf escapes,...
this is just quickly jotted down, should be *in* the repo somewhere
I haven't touched any of this substantively, but I've created some scaffolding in https://github.com/subugoe/hoad/commit/8e3cc1e4da5597bdb90c4f900eb26c9779e8b611. I think the functions mentioned above to parse/corall/summarise the licensing info should be documented in the...
might also be exposed as an R api using plumber.
nope it's not the data object, or at least not just them. ```r pryr::object_size(hoad::hybrid_publications(), hoad::unpaywall_df()) ``` yields 56.9 MB which is not nothing, but doesn't eat up 4GiB of RAM....
These are, in fact, all listed in `DESCRIPTION` under `Suggests:`. I am guessing they were not installed on your local machine, because you ran `remotes::install_github()` or some such thing with...
as discussed off-gh with @jhoeffler
I think the most idiomatic way to do this would be to add an assertion inside `runHOAD()` to make sure that the deps are all available. So this wouldn't be...