Unable to install Rcpp package to read data from Excel

Hi,

I am new to using RStudio and am attempting to import data from an Excel worksheet. When I navigate to Import Dataset > From Excel I am prompted to install the newest version of Rcpp. However, when it attempts to install I receive this error message. Is there a solution for this issue? Thank you in advance!

It looks like you're trying to compile Rcpp, which means you'll need XCode Command Line tools (which you'll install in the terminal/shell). See the MacOS section here:

Same situation described here:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.