Results 19 comments of ulrich

Here is one, it's a bit lengthy though. The SEM doesn't fit properly because I only included fifty observations. The `check_model` error is the same. ``` repex

> shorten it by truncating from the end, then forcing uniqueness Yes, that sounds most appealing. `base::abbreviate` has also some interesting features.

Cool – merging data is definitely the most critical use case.

I just saw the changelog 0.9.0. Seems major news to me. I'm slightly worried that no dot verbs will get confusing with the multiple packages using the same verb but...

That’s great, thank you. So under the hood dtplyr and tidytable are the same, in general terms? I suppose another solution is to use say ‘tidytable::complete()’ explicitly if there are...

Sorry, I'm not sure if this is the right place to ask the question -- please redirect if not appropriate.

I have a similar issue, where it previously worked. When I run the plot in RStudio, the preview shows the correct font. However, when I save the plot as a...

Thank you -- to clarify, what is the default in this example: would `hunspell` correct them with a high probability match here or not?

Is it possible that the documentation is behind? It doesn't seem to mention: ```r ## SVD using the Lapack subroutine dgesdd and Eigen support exprs["GESDD"]

Here is the link to the documentation file if you want to check. https://github.com/RcppCore/RcppEigen/blob/ab4dcd2df8bde40b26c533896e75d691371fac4a/man/fastLm.Rd#LL35C1-L40C63 \item{method}{an integer scalar with value 0 for the column-pivoted QR decomposition, 1 for the unpivoted QR...