This is pre-release software under development and is not intended for general use at this time.
This package is not on CRAN and does not yet have pre-compiled binaries. Installation therefore involves compiling Fortran code from source and requires command line tools outside of R. You will need R 3.3.x or later.
- Install the command line tools for your operating system.
- Windows
- Install the Windows command line tools. Use the Rtools35.exe installer from Rtools downloads.
- Mac OS X
- Install Xcode Command Line Tools. Use the following install command in the terminal
Only the Command Line Tools (220MB) are needed. A full install of Xcode (7.1GB) is not necessary.
$ xcode-select --install
- Install GNU Fortran for MacOS X from https://github.com/fxcoudert/gfortran-for-macOS/releases.
- Install Xcode Command Line Tools. Use the following install command in the terminal
- Debian-based Linux
- Install the r-base-dev package. Use the following install command in the terminal
$ sudo apt-get install r-base-dev
- Install the r-base-dev package. Use the following install command in the terminal
- Windows
- Install the devtools package. In R
> install.packages('devtools')
- Install the current development version of kliqfindr from GitHub with devtools. In R
> devtools::install_github("jtbates/kliqfindr")
More information on troubleshooting installation issues is available on the wiki.