[R-SIG-Mac] Update of RcppParallel failed
Marc Girondot
marc_grt at yahoo.fr
Wed Feb 14 14:43:48 CET 2018
This morning I had an update to apply for RcppParallel but it failed
Here are some information:
> update.packages()
RcppParallel :
Version 4.3.20 installed in
/Library/Frameworks/R.framework/Versions/3.5/Resources/library
Version 4.3.20.1 available at https://cran.r-project.org
....
During instal, I had this error
error: invalid argument '-std=gnu++11' not allowed with 'C'
It failed with the two versions of clang that I have installed:
clang++ --version
clang version 5.0.1 (tags/RELEASE_501/final)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir: /usr/local/opt/llvm/bin
or
clang++ --version
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Do you have some idea about what's happened and how to solve this problem ?
Thanks
Marc
_________________
Information on my R version:
> R.Version()
$platform
[1] "x86_64-apple-darwin15.6.0"
$arch
[1] "x86_64"
$os
[1] "darwin15.6.0"
$system
[1] "x86_64, darwin15.6.0"
$status
[1] "Under development (unstable)"
$major
[1] "3"
$minor
[1] "5.0"
$year
[1] "2018"
$month
[1] "02"
$day
[1] "13"
$`svn rev`
[1] "74247"
$language
[1] "R"
$version.string
[1] "R Under development (unstable) (2018-02-13 r74247)"
$nickname
[1] "Unsuffered Consequences"
More information about the R-SIG-Mac
mailing list