installation of package ‘RCurl’ had non-zero exit status

R-3.6.0-win
RStudio-1.2.5042
Rtools35
Computer:Windows 10 64 bit
I have not processed the data for a while, previously the installment of "SARtools" works and i used it work for several times. Recently, i have new data to process, but find the SARtools does not work, so i tried to install it again.
Here is the command i run:
install.packages("devtools")
library(devtools)
install_github("PF2-pasteur-fr/SARTools", build_vignettes=TRUE)
Then i got warning:
compilation terminated.
make: *** [C:/PROGRA~1/R/R-36~1.0/etc/x64/Makeconf:208: base64.o] Error 1
ERROR: compilation failed for package 'RCurl'

  • removing 'C:/Users/97142/Documents/R/win-library/3.6/RCurl'
    Warning in install.packages :
    installation of package ‘RCurl’ had non-zero exit status
    , anyone can provide some hint is appreciated