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 is agreed that this should be the form.
The examples in the documentation for
RCall.RClassare of the formRCall{:integer}and I think that should be
I can create a PR if it is agreed that this should be the form.