Hi
I am stuck on using the renv::restore() command to load the correct packages for building XML files.
I got this below error.
Does anyone have any advice on how to resolve this issue?
Many thanks for considering my request.
Maybe you have already resolved this given the time ... But if this is still useful, to be able to build R packages from source, you need to install Rtools (this is likely why the 'make' command was not found).
Hi I am stuck on using the
renv::restore()
command to load the correct packages for building XML files. I got this below error. Does anyone have any advice on how to resolve this issue? Many thanks for considering my request.