wilkelab / ggtext

Improved text rendering support for ggplot2
https://wilkelab.org/ggtext/
GNU General Public License v2.0
651 stars 37 forks source link

A problem with "ggtext" installation #32

Closed miharbi1982 closed 4 years ago

miharbi1982 commented 4 years ago

Hi Wilke; There're a problem when I installing the ggtext package. The message error is : Warning message: package ‘ggtext’ is not available (for R version 3.6.3) Any solution plz?

thomas-neitmann commented 4 years ago

The package is not yet available from CRAN. You can install it from GitHub using remotes::install_github("wilkelab/ggtext").

miharbi1982 commented 4 years ago

Yes, it's fixed. Thanks a lot!