Katharina Brunner
Katharina Brunner
When running `pdf_data()` with `font_info = TRUE`, it breaks when a page is a fullscreen image. Error: `Error in FUN(X[[i]], ...) : is.data.frame(df) is not TRUE` (same behaviour as described...
Using the `continue` parameter in `user_contributions()` allows retrieving more data than `limit = 500`. See: https://www.mediawiki.org/wiki/API:Revisions on `rvcontinue`. Added a test for it in `tests/testthat/test_user_info_retrieval.R`
I want to schedule archiving a list of URLs: ``` docker-compose run archivebox schedule --every=day urls.txt ``` `urls.txt` consists of a list of URLs: ``` https://example.com https://example1.com https://example2.com ``` This...
Hey, sorry, I am too lazy for a pull request 🙈 Two minor issues: - `tidyMCMC` is part of `broom.mixed` now, so should add this package as a dependency -...
Hey, I accidentally added a "Install from Github" part in my pull request that you accepted. Please remove it, because it leads to a wrong package (my fork instead of...
Hey, great plugin! It really solves my problem to combine base map from tile servers with ggplot2 functionalities. But I see one downside right now: The quality of the maptiles...
# Adding new content to R Weekly issue Please include a one-sentence summary of the new content you would like to be added to our R Weekly issue. ## Type...
# Adding new content to R Weekly issue Please include a one-sentence summary of the new content you would like to be added to our R Weekly issue. ## Type...
Bugs after update to 4.2.0: Can't add items, collections, resource templates, plus CSRF token stuff
Hey, after the latest update to 4.2.0 functiontality to add a new item/object, collections and resource templates is not working anymore: ``` example.com/admin/item/add example.com/admin/item-set/add admin/resource-template/add ``` see screenshot for adding...
Is there a module or a workflow that merges two IDs? The requirements: I transfer two IDs and determine which should be kept and which should be deleted. All connections...