Henrik Sloot

Results 8 issues of Henrik Sloot

If the only current dependence for `package` is of type `"LinkingTo"` and `use_package(package, "LinkingTo", ...)` is called, the variable `is_linking_to` in the following lines evaluates to `FALSE`, and the function...

description :books:

The `if`-clause in the following snippet does not test what the comment above describes, as it can very well be that there are existing dependencies not of the type `"LinkingTo"`....

description :books:

The function `parse_gcov` tries to skip all files for which `source_file` is not below root `package_path`. It does that by using a regular expression. https://github.com/r-lib/covr/blob/ebf0e7fc215ef91aeeb43ffcbe945e116e6e0187/R/compiled.R#L14 However, `rex::regex` assumes that the...

This seems to be best explained by an example (see reprex below). I am not sure whether this is expected behavior and `compose` is not intended for such purposes anyway,...

I experienced unexpected naming of columns or rows (`"out"` and `"elt"`) when using `reduce(x, cbind)` or `reduce(x, rbind)`, resp., on a list `x` of vectors of the same length. This...

## Summary The documentation of [`build_home`][build_home-site] states > `build_home()` function generates pages at the top-level of the site including: > * The home page > * HTML files from any...

feature
home :house:

## Problem Some of boost's internal functions are fully specialized for `dqrng::random_64bit_generator`; see below. However, this specialization works for `dqrng::random_64bit_generator` only and not for any of its derived classes. See...