hadley / r4ds

R for data science: a book
http://r4ds.hadley.nz
Other
4.56k stars 4.21k forks source link

problem installing ggthemes for Hadley #1560

Closed PananthanasZ closed 1 year ago

PananthanasZ commented 1 year ago

When I try to install ggthemes this is what happens

install.packages(ggthemes) Error in install.packages : object 'ggthemes' not found

mine-cetinkaya-rundel commented 1 year ago

@PananthanasZ ggthemes should be quoted:

install.packages("ggthemes")
PananthanasZ commented 1 year ago

Thank you.


Paul Zachos, PhD Director, Research and Evaluation Association for the Cooperative Advancement of Science and Education (ACASE) 110 Spring Street Saratoga Springs, NY 12866 |
@.*** | www.acase.org

On Aug 15, 2023, at 8:44 AM, Mine Cetinkaya-Rundel @.***> wrote:

@PananthanasZ https://github.com/PananthanasZ ggthemes should be quoted:

install.packages("ggthemes") — Reply to this email directly, view it on GitHub https://github.com/hadley/r4ds/issues/1560#issuecomment-1678872277, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBY2VZOR34KRB2HVQ2WM7RTXVNVMVANCNFSM6AAAAAA3QHWRNE. You are receiving this because you were mentioned.