YuLab-SMU / aplot

Decorate a plot with associated information
https://yulab-smu.top/aplot
92 stars 14 forks source link

aplot install error #28

Closed xuan13hao closed 1 year ago

xuan13hao commented 1 year ago

Hi Yu,

I try to install 'aplot',but I got this error. Could you help me fix it?

install.packages("aplot") Installing package into ‘/home/xuan/R/x86_64-pc-linux-gnu-library/4.1’ (as ‘lib’ is unspecified) trying URL 'https://cloud.r-project.org/src/contrib/aplot_0.1.10.tar.gz' Content type 'application/x-gzip' length 23158 bytes (22 KB)

downloaded 22 KB

The downloaded source packages are in ‘/tmp/RtmpIfk9mI/downloaded_packages’ Warning message: In install.packages("aplot") : installation of package ‘aplot’ had non-zero exit status

GuangchuangYu commented 1 year ago

You need to upgrade ggfun.

xuan13hao commented 1 year ago

You need to upgrade ggfun. Hi Dr. Yu,

Thanks for your explanation. Could you share a link or a code that helps me upgrade ggfun?

GuangchuangYu commented 1 year ago

try: install.packages("ggfun")