Alex F. Bokov, Ph.D.

Results 11 issues of Alex F. Bokov, Ph.D.

Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [x] a suggested code or documentation change, improvement...

Please specify whether your issue is about: - [x] a possible bug - [ ] a question about package functionality - [ ] a suggested code or documentation change, improvement...

I'm watching a series of related issues and PRs here re: `...`. The tidyverse/r-lib packages are using the [ellipsis](https://ellipsis.r-lib.org) package for similar functionality, in case that holds any interest. Yes,...

enhancement

I'm not super keen on trying to parse with every imaginable import function. That might produce some kind of unanticipated weird behavior if one of those underlying functions changes to...

enhancement

I'm trying to execute an additional installation step _without_ replacing whatever r-appveyor already does by default. I tried this... build_script: - travis-tool.sh install_deps - Rscript -e 'remotes::install_deps(dependencies = TRUE, upgrade="never",...

We are having [build failures](https://ci.appveyor.com/project/bokov/rio/builds/28001707/job/sff84a7i47plahem) for the devel version... ``` Installing package into 'c:/RLibrary' (as 'lib' is unspecified) Warning: unable to access index for repository https://cloud.r-project.org/bin/windows/contrib/4.0: cannot open URL 'https://cloud.r-project.org/bin/windows/contrib/4.0/PACKAGES'...

A seemingly successful invocation of `doCall()` could make it very hard to notice incorrect output when a user misspells an argument or sends an argument that they incorrectly believe is...

feature request

This implements the `.onUnusedArgs` feature request in #100 Along with tests and documentation changes, passed `R CMD check --as-cran` with no new messages relative to original.

Let's say I have a continuous response and I'm interested in correlations all along its range, not just the top or bottom quartile. Instead of running a separate correlation_funnel for...

Instead of overriding the `base::save()` function, could you just give yours a new name like `forester_save()` or something like that? Otherwise you break the user's ability to save R objects...

improvement