tylermorganwall

Results 6 issues of tylermorganwall

When `verbose=TRUE` and `sample_method = "sobol"`, `Allocating stratified (1x1) sampler:` is printed instead of `sobol`

Fiirst off, great package--really enjoy using it. Right now, the ProgressBar/ProgressCounter classes have the message "Computing: " hard coded in before the progress bar. ```c++ class ProgressCounter : public ProgressPrinter...

The line to input which platforms you want to run your checks on appears above (rather than beside) the prompt. I have linked to a screenshot of the issue (github...

## Issue Details I write an R package that links CGAL, and I was recently informed that the package was failing to install with LLVM 19 due to missing member...

Bug
Pkg::BGL
Patch Provided

I have been trying to set up rhub on my package rayimage, but I was getting an odd error when calling both rhub_check() and rhub_doctor: ```r > rhub::rhub_doctor() ✔ Found...

The use of single quotes in `linking_to_flags()` does not work with clangd's compilation database on Windows, as single quotes are not correctly parsed on whatever Windows shell clangd uses to...