Dmytro Perepolkin

Results 41 issues of Dmytro Perepolkin

Looking through the issues list, there are some common confusion points around how authentication is supposed to work in `httr`. I think it would be really cool to write an...

I am of strong opinion that introducing `for loops` and `if else` statements early in the teaching program makes more harm than good to R education. I understand that this...

enhancement
discussion
help wanted

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_polite.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `devtools::build_readme()` * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual...

- [ ] Function for creating turn-key scraping bots within docker container: accepts url, how often it should be monitored, where to save results (DB, s3bucket). - [ ] “polite...

enhancement

Make generic polite functions for get and post with attempts and backout delays based on `httr::RETRY`.

enhancement

Documentation for `pdf_convert()` looked ambiguous with regards to `filenames` argument.

It does not seem to be possible to specify a path for storing converted png files after converting a PDF. This, for example, works for me: ```r pdf_file

Hi, Thank you for the package! This has a promise of making scientific emailing easy and enjoyable! I am trying to incorporate math formulas into my emails and I understand...

Basically boils down to detecting that `.data` is not of `rx_string` class and acting as though first argument is the `value` argument. Reference: http://adv-r.had.co.nz/S3.html > UPDATED: sanitize now has method...

enhancement

I have been thinking how to organize package documentation. We basically have a few "groups" of functions that may make sense to be introduced together (at least in pkgdown): ###...