Douglas Bates

Results 73 issues of Douglas Bates

- Allow for blocks on the diagonal of L to be `TriangularRFP` from https://github.com/JuliaLinearAlgebra/RectangularFullPacked.jl - In the process of making these changes I found that I needed to be more...

Near the beginning of `src/types.jl` the `SxpPtrInfo` type is defined as `UInt32`. I think that is out of date. Current versions of the ["R Internals"](https://cran.r-project.org/doc/manuals/r-devel/R-ints.html#R-Internal-Structures) manual state > Both types...

The examples in the documentation for `RCall.RClass` are of the form ```julia RCall{:integer} ``` and I think that should be ```julia RCall.RClass{:integer} ``` I can create a PR if it...