Error installing gt package in R studio on a Mac

886 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 answers

0
a1b2c3 On BEST ANSWER

As jared_mamrot suggested in a comment, the solution was:

devtools::install_github(rstudio/gt)