I am trying to chart a map with highcharter using the hcmap function:
devtools::install_github("jbkunst/highcharter")
library(highcharter)
hcmap("custom/south-america")
However, I get the following error:
Installing tidyr
Downloading GitHub repo RcppCore/Rcpp@master
from URL https://api.github.com/repos/RcppCore/Rcpp/zipball/master
Error: Could not find build tools necessary to build Rcpp
> library(highcharter)
> library(Rcpp)
Warning message:
package ‘Rcpp’ was built under R version 3.3.2
> hcmap("custom/south-america")
Error: could not find function "hcmap"