krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

C++14 standard requested but CXX14 is not defined #164

Closed IndrajeetPatil closed 4 years ago

IndrajeetPatil commented 5 years ago

My builds are failing with the following error and I am not sure what I can modify in my yml file to get rid of this error-

* installing *source* package 'metaBMA' ...
** package 'metaBMA' successfully unpacked and MD5 sums checked
** using staged installation
** libs
*** arch - i386
Error in .shlib_internal(args) : 
  C++14 standard requested but CXX14 is not defined
* removing 'c:/RLibrary/metaBMA'
Error in i.p(...) : 
  (converted from warning) installation of package 'metaBMA' had non-zero exit status
Calls: <Anonymous> ... with_rprofile_user -> with_envvar -> force -> force -> i.p
Execution halted
Command exited with code 1
7z a failure.zip *.Rcheck\*

Any suggestions?