[R] fix for the 32 bit windows issue (#2994)

* [R] disable thred_local for 32bit windows

* [R] require C++11 and GNU make in DESCRIPTION

* [R] enable 32+64 build and check in appveyor
This commit is contained in:
Vadim Khotilovich
2017-12-31 16:18:50 -06:00
committed by Tong He
parent 4aa346c10b
commit 526801cdb3
4 changed files with 16 additions and 4 deletions

View File

@@ -38,3 +38,4 @@ Imports:
magrittr (>= 1.5),
stringi (>= 0.5.2)
RoxygenNote: 6.0.1
SystemRequirements: GNU make, C++11