The problem is in `find_rtools()`, called from `.onAttach()`. I think it's because the registry key is empty: ``` r > devtools:::find_rtools() Error in if (installed_ver != from_registry$version) { : argument is of length zero ```