How to install the ajdamico package? [closed]

2

I tried, but:

Downloading GitHub repo ajdamico/lodown@master
from URL [...]  
Installing lodown  
Downloading GitHub repo jimhester/archive@master
from URL [...]  
trying URL [...]  
Error in utils: download.file: cannot open URL 'https://cran.rstudio.com/bin/windows/Rtools/Rtools34.exe'

WARNING: Rtools is required to build R packages, but is not currently installed.
Please download and install Rtools 3.4 from [...]  
Installation failed: Could not find build tools necessary to build archive  
ERROR: dependency 'archive' is not available for package 'lodown'  
* removing 'C:/Program Files/R/R-3.4.0/library/lodown'
Installation failed: Command failed (1)
    
asked by anonymous 03.10.2017 / 05:22

1 answer

3

This error is happening because you need to have Rtools to compile packages R .

You can download the Rtools 3.4 installer from r-project.org

    
03.10.2017 / 06:35