r-lib / pkgbuild

Find tools needed to build R packages
https://pkgbuild.r-lib.org
Other
65 stars 33 forks source link

RTools 4.4 is not cached properly #191

Open eduardszoecs opened 1 month ago

eduardszoecs commented 1 month ago
> pkgbuild::has_rtools(debug = TRUE)
Found in Rtools 4.4 installation folder
[1] TRUE
> pkgbuild::rtools_path()
character(0)

See also https://github.com/r-lib/pkgbuild/issues/183

Root cause:

version_info, which is used to set the cache. , was not updated in https://github.com/r-lib/pkgbuild/commit/518d65e61735fd60a8b4b6eb471d9791fabad578 .

eduardszoecs commented 1 month ago

Getting the path, without the cache would be great...