Johannes Gruber
Johannes Gruber
Maybe I'm doing something wrong, but I can't figure out how to use the template parameter in the API. This is what I'm trying: ``` $ curl http://localhost:11434/api/chat -d '{...
Is there a way to write a suppressible startup message with `cli`? I'm writing a package for beginners of R and wanted to give some hints, but startup messages need...
- [x] a suggested code or documentation change, improvement to the code, or feature request ```R library(dataverse) Sys.setenv("DATAVERSE_SERVER" = "dataverse.harvard.edu") ds
Please ensure the following before submitting a PR: - [x] if suggesting code changes or improvements, [open an issue](https://github.com/IQSS/dataverse-client-r/issues/new) first - [x] for all but trivial changes (e.g., typo fixes),...
Maybe keep `auth_hidden` as a `usethis` style guide function.
Requests get 403 error messages, even with fresh tokens. The curl call on the website doesn't look different, but I also can't call it from within R.
A good way for testing available parsers would be if `inst/status.csv` would contain rss urls and test the parser against the most current 10 or so articles published. Additionally, it...
`use_new_parser` should guide a dev through the process of writing a parser, including updating the status.csv file and testing the new parser.
I already tried to fix the weird issues with wrong encodings in 0471ce7165fb06719000ea269d77b0de59b1c4aa and once before, but they still seem to persist. Now I discovered that `parse_response_disk` does not suffer...
As mentioned in [a dplyr issue](https://github.com/tidyverse/dplyr/issues/5111) I think that an `is_distinct()` function would be a worthwhile addition to the tidyverse. I used code from the current implementations of `distinct.data.frame()` and...