I just updated to RStudio 1.0.136 and tried to import a csv. Therefore it wants me to install a package called readr
. If I try this, it fails installing its dependency on tibble
with error message:
RcppExports.cpp:4:10: fatal error: 'Rcpp.h' file not found
#include <Rcpp.h>
^
Since this seems to be some problem with the package itself and the integration of C++ code, is there anything I can do beside filing a bug report?