Kirill Müller

Results 618 issues of Kirill Müller

Perhaps by looking up the function's documentation and fetching the `\value{}` section. This might make the listings much longer and introduce more false positives (documentation edits that don't change the...

- [ ] declarations - [ ] definitions

On 5471946. Follow-up to https://github.com/r-lib/pak/issues/522. ``` r library(pkgdepends) dir.create(pkg ✔ Loading metadata database ... done #> p$show_solution() #> Error: ! Could not solve package dependencies: #> * deps::.: Can't install...

feature

For instance: ``` dput(pretty_bytes(1000)) > structure(1000, class = "pretty_bytes") print(pretty_bytes(1000)) > [1] "1 kB" ``` Would you support this kind of functionality? It might break compatibility, but then there are...

feature

I need a manual `unloadNamespace()`, before or after the second `load_all()`, to be actually able to use it. Should we unload all dependent namespaces when `load_all()` is reloading? ``` r...

I have seen several instances of malformed `.tar.gz` files (uncompressed JSON contents), these files were downloaded correctly after they were deleted manually. Is there a better way to check sanity...

Older code that sets up various test scenarios, might be useful: https://gist.github.com/krlmlr/8ba1f9a62bf75eb8afb2441b997e8319.

feature

Otherwise packages such as _xgboost_ will happily use all CPUs available. https://www.ibm.com/support/knowledgecenter/SSGH2K_12.1.0/com.ibm.xlc121.aix.doc/compiler_ref/omp_thread_limit.html

feature

https://github.com/duckdb/duckdb-r/actions/runs/8871507372/job/24354697761#step:4:3456

https://github.com/krlmlr/tic.packagedocs => https://krlmlr.github.io/tic.packagedocs, I basically just called `init_vignettes()` without adapting the generated code. See https://travis-ci.org/krlmlr/tic.packagedocs/builds/246795288#L1424 for the build log. I have also found that it seems necessary to install the...