Kirill Müller

Results 607 issues of Kirill Müller

``` r options(conflicts.policy = list(warn = FALSE)) library(duckplyr) Sys.setenv("DUCKPLYR_FORCE" = "TRUE") data.frame(a = letters[1:3]) |> as_duckplyr_df() |> arrange(desc(a)) #> Error: Binder Error: No function matches the given name and argument...

feature

Use the following `Dockerfile` to investigate again: ```Dockerfile FROM ghcr.io/cynkra/rig-ubuntu-duckdb:main RUN R -q -e 'pak::pak("krlmlr/dplyr@f-revdep-duckplyr", upgrade = TRUE)' RUN R -q -e 'pak::pak(c("msigdbr", "mtdesign", "partition", "rfars"), dependencies = TRUE)' RUN...

See https://github.com/duckdb/duckdb-r/pull/14.

- Wrap if lines are too long - Add indention to `@param` tags (https://github.com/r-lib/styler/issues/332#issuecomment-375959159) - ...

that is resilient to changes in the environment and won't fail on CRAN.

to link to correct topics.

I checked locally, can't replicate. ``` Package: jstor Check: tests New result: ERROR Running ‘testthat.R’ [10s/20s] Running the tests in ‘tests/testthat.R’ failed. Complete output: library(testthat) library(jstor) test_check("jstor") ══ Skipped tests...

Could you please install ```r remotes::install_github(c("ropenscilabs/tic", "ropenscilabs/travis")) ``` and run ```r tic::use_tic() ``` If asked to overwrite `.travis.yml`, select "yes". You may need to set up a Travis access token...

https://github.com/r-lib/actions/issues/456

From https://github.com/r-devel/r-dev-web/blob/master/CRAN/QA/Kurt/lib/R/Scripts/check_CRAN_incoming.R .