rhub icon indicating copy to clipboard operation
rhub copied to clipboard

R-hub API client

Results 173 rhub issues
Sort by recently updated
recently updated
newest added

An error occurred that I don't understand. ```r > rhub::rhub_check() ✔ Found git repository at /workspaces/prqlr. ✔ Found GitHub PAT. Available platforms (see `rhub::rhub_platforms()` for details): 1 [VM] linux R-*...

As a test, I ran the clang-asan container against a package that is clean at CRAN. It didn't get very far on either examples or tests: ``` SUMMARY: AddressSanitizer: alloc-dealloc-mismatch...

When running `rhub_check()` for Fedora platforms, the `setup-deps` step fails for me when trying to locate `pak`: https://github.com/CHOP-CGTInformatics/REDCapTidieR/actions/runs/8649035798 Rhub v2 is working great for all other platforms. I tested at...

feature

So people know that they don't need to use them. They might also fail the checks with newer R versions, which is confusing. Cf. https://github.com/r-hub/rhub/issues/602#issuecomment-2071738869

feature

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...

First of all, many thanks for the package - new version works well and I love the use of github actions. I've encountered the following NOTE using `rhub::rhub_check()`: ``` Found...

The current CRAN version of rhub supports an `ubuntu-rchk` platform, but the current `v1.9.9.9000` on github does not. Could this be added?

feature

I have a package (github.com/dankelley/oce) that passes rhub tests on linux (R-devel) but fails on both windows and macos (R-devel). The reported problem is as below. This has been the...

I'm getting ``` 29 Illegal instruction (core dumped) | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" $myArgs --no-echo --args ${args} ``` when trying to run `R CMD INSTALL .` on macOS with Colima under...

Can't install arrow on macOS: https://github.com/duckdb/duckdb-r/actions/runs/9385421493/job/25843563518#step:5:2291 Is there a way to declare it optional that works out of the box with the default GHA workflow?