jthomasmock / gtExtras

A Collection of Helper Functions for the gt Package.
https://jthomasmock.github.io/gtExtras/
Other
193 stars 26 forks source link

Tiny typo in the install chunk #4

Closed robertwwalker closed 3 years ago

robertwwalker commented 3 years ago

Under installation, it reads:

# if needed install.packages("remotes)
remotes::install_github("jthomasmock/gtExtras")

The quotes need closing in the commented line for cut and paste.

# if needed install.packages("remotes")
remotes::install_github("jthomasmock/gtExtras")
jthomasmock commented 3 years ago

Closing this, thanks so much! I had to rebuild the readme.html for the site - so closing the issue as well.