JanMarvin / readspss

Read the SPSS file formats
https://janmarvin.github.io/readspss/
GNU General Public License v2.0
12 stars 1 forks source link

Error install in windows #16

Closed rusgot closed 4 years ago

rusgot commented 4 years ago

install using devtools::install_git("https://github.com/JanMarvin/readspss.git")

error obtain for Rtools, using R version 3.2.2 and R-devel 4.0

WARNING: Rtools is required to build R packages, but is not currently installed.

Please download and install Rtools custom from http://cran.r-project.org/bin/windows/Rtools/.
Downloading git repo https://github.com/JanMarvin/readspss.git
WARNING: Rtools is required to build R packages, but is not currently installed.

Please download and install Rtools custom from http://cran.r-project.org/bin/windows/Rtools/.
Error: Failed to install 'unknown package' from Git:
  Could not find tools necessary to compile a package
Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem.
JanMarvin commented 4 years ago

Hi @Moriand , thanks for the report, though I am not entirely sure what the problem is. To build readspss from git on Windows you require Rtools which is a compiler set. See https://cran.r-project.org/bin/windows/Rtools/

If you want to install only a binary package, have a look at my draft repo see the Readme for instructions.