Lionel Henry

Results 172 issues of Lionel Henry

Crated functions have dependencies explicitly stored in their environment. It would make sense to set `package = TRUE` by default for these functions.

feature

vdiffr has an `R/svglite` subfolder which is not documented but I still get a diagnostic from there: ``` ✖ SVG.R:94: S3 method `print.svg` needs @export or @exportS3method tag. ```

Currently, by default, if you have lots of snapshot failures you need multiple runs of `test()` to update them all because the test run gets cancelled after a certain number...

feature
snapshot :camera:

- Move caller, ps, and processx to Suggests - Skip tests on `packageNotFound` errors for packages in Suggests. This makes it easier to test packages for which some dependencies haven't...

Because the current env might be locked already (e.g. sealed namespace).

Unlike `warning()` and `stop()`, `base::message()` has an `appendLF` argument that is `TRUE` by default. This causes it to create conditions that include an _explicit_ rather than implicit trailing line feed....

https://www.stats.ox.ac.uk/pub/bdr/memtests/valgrind/purrr/tests/testthat.Rout

Should preserve the `call` field as is (especially since it carries srcrefs). We could record the information in other private fields.

cnd

Branched from #367. - Split process cleanup into GC-specific finalisers and a global session-quit finaliser. The session finaliser collects all living processes and optionally their trees, and uses the new...