RTools 4.4 is not cached properly
eduardszoecs opened this issue · 1 comments
eduardszoecs commented
> pkgbuild::has_rtools(debug = TRUE)
Found in Rtools 4.4 installation folder
[1] TRUE
> pkgbuild::rtools_path()
character(0)
See also #183
Root cause:
version_info, which is used to set the cache.
, was not updated in 518d65e .
eduardszoecs commented
Getting the path, without the cache would be great...