Cannot run any ggsubplot examples

后端 未结 1 1569
野趣味
野趣味 2020-12-19 06:15

I am trying to run the example from the geom_subplot help page from the ggsubplot package.

library(ggplot2)
devtools::install_githu         


        
相关标签:
1条回答
  • 2020-12-19 06:51

    It seems that package ggsubplot no longer is maintained.

    Message on CRAN (as of 2016-12-23):

    Package ‘ggsubplot’ was removed from the CRAN repository.

    Formerly available versions can be obtained from the archive.

    Archived on 2016-01-11 as requested by the maintainer garrett@rstudio.com.

    On GitHub (https://github.com/garrettgman/ggsubplot), the last commit dates back to 2015-07-09.

    Installation from GitHub under R 3.3.2 with devtools::install_github('garrettgman/ggsubplot') failed with an error message complaining about missing function eval.

    0 讨论(0)
提交回复
热议问题