Problem
Installation fails on FreeBSD because src/Makevars is not compatible with FreeBSD's make.
Workaround
Force R to use GNU Make by starting it with the following command:
Error Message
* installing *source* package 'RSQLite' ...
** package 'RSQLite' successfully unpacked and MD5 sums checked
** libs
make: "/tmp/RtmpQwiXHI/R.INSTALL91a141ff48e2/RSQLite/src/Makevars" line 21: Could not find Makevars.local
make: Fatal errors encountered -- cannot continue
make: stopped in /tmp/RtmpQwiXHI/R.INSTALL91a141ff48e2/RSQLite/src
ERROR: compilation failed for package 'RSQLite'
* removing '/home/reed/R/amd64-portbld-freebsd10.3-library/3.3/RSQLite'
The downloaded source packages are in
'/tmp/Rtmpn0kh8N/downloaded_packages'
Warning messages:
1: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
installation of package 'RSQLite' had non-zero exit status
Problem
Installation fails on FreeBSD because
src/Makevarsis not compatible with FreeBSD'smake.Workaround
Force
Rto use GNU Make by starting it with the following command:Error Message