Message-ID: <E3449EC7-07CB-4E75-B368-B5493A7137D7@gmail.com>
Date: 2023-03-14T17:01:32Z
From: Michael Hall
Subject: R , RCPP unsing MACOS ventura
In-Reply-To: <mailman.14911.449.1678799916.1527.r-sig-mac@r-project.org>
>
> I actually do not use Rcpp, I was just curious to know whether it works on my machine or not. Apparently it does.
>
Me either. Fwiw.
xcode-select --version
xcode-select version 2396.
Also Ventura 13.2.1
> library(Rcpp)
> evalCpp( "1+1")
[1] 2
::sprintf(buff, "%02x", from);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
^
1 warning generated.
>