Pawel Rucki

Results 43 issues of Pawel Rucki

The use case is connected to the https://github.com/r-lib/testthat/issues/1938 I would like to be able to give a custom file name for a snapshot. Currently this is hardcoded to be identical...

For more sophisticated testing strategy (e.g. multiple mutually exclusive sets of _variants_: a1/a2/a3/... in conjunction with b1/b2/b3/... in conjunction with ...) it would be great to extend `variant` argument to...

feature
snapshot :camera:

Hi! I wanted to share an use case in which JunitReporter throws and others don't. I had the following (pseudo-code) ``` new_foo -> Execution halted ``` This line in particular:...

Only after https://github.com/r-lib/lintr/issues/265 Empty lines following `#' @examples` roxygen tag are actually being rendered out. This is oftentimes confused with code-formatting within roxygen when blank lines got ignored. Anti pattern...

Only after https://github.com/r-lib/lintr/issues/265 As an extra: - `library()` calls to packages in Depends are also obsolete

new-linter
roxygen2

As a package maintainer I would like to know whether my _declared_ imports in the DESCRIPTION file are actually _used_ in the code. I managed to find a great third-party...

feature

Printing the function object does not recognise changes to formals done via `fn_fmls() function (a = 1, b = 2) #> - attr(*, "srcref")= 'srcref' int [1:8] 1 8 1...

closes https://github.com/r-lib/rcmdcheck/issues/195

Use case: - package A - package B that has package A in its imports Steps to reproduce: - create tempdir (and don't include that into the .libPath) - install...

bug

``` r library(pkgdepends) deps_1 + refs: #> - r-lib/rlang #> + constraints (2): #> - select rlang exactly once #> - `r-lib/rlang` is not satisfied by `installed::/Users/ruckip/Library/R/arm64/4.3/library/rlang` #> + solution:...