Error installing gt package in R studio on a Mac

843 Views Asked by At

When I attempt to install the package gt I'm met with the following error message

> install.packages("gt") Error in install.packages : error reading from connection

Is there a way I can install the package gt in R Studio on a Mac?

1

There are 1 best solutions below

0
On BEST ANSWER

As jared_mamrot suggested in a comment, the solution was:

devtools::install_github(rstudio/gt)